Skip to content

Commit fd75756

Browse files
author
Frank Evers
committed
Update version to 1.3.2 and added FAQ item.
1 parent dca6534 commit fd75756

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://tinypng.com/
44
Tags: compress, optimize, shrink, improve, images, tinypng, tinyjpg, jpeg, jpg, png, lossy, jpegmini, crunch, minify, smush, save, bandwidth, website, speed, faster, performance, panda
55
Requires at least: 3.0.6
66
Tested up to: 4.2
7-
Stable tag: 1.3.1
7+
Stable tag: 1.3.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -93,8 +93,14 @@ A: No. There are no limitations on the size of the images you want to compress.
9393
= Q: What happens when I reach my monthly compression limit? =
9494
A: Everything will keep on working, but newly uploaded images will not be compressed. Of course we encourage everyone to sign up for a full subscription.
9595

96+
= Q: Can I compress all existing images in my media library? =
97+
A: Yes! After installing the plugin, go to Tools > Compress JPEG & PNG images, and click on "Compress all images" to compress all uncompressed images in your media library.
98+
9699
== Changelog ==
97100

101+
= 1.3.2 =
102+
* Bugfix: Not compressing images multiple times when different sizes with the same filename exist.
103+
98104
= 1.3.1 =
99105
* Media library now shows when files are in the process of being compressed.
100106

tiny-compress-images.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
22
/**
33
* Plugin Name: Compress JPEG & PNG images
44
* Description: Speed up your website. Optimize your JPEG and PNG images automatically with TinyPNG.
5-
* Version: 1.3.1
5+
* Version: 1.3.2
66
* Author: TinyPNG
77
* Author URI: https://tinypng.com
88
* License: GPLv2 or later
99
*/
1010

11-
1211
require (dirname(__FILE__) . '/src/config/tiny-config.php');
1312
require (dirname(__FILE__) . '/src/class-tiny-php.php');
1413
require (dirname(__FILE__) . '/src/class-tiny-wp-base.php');

0 commit comments

Comments
 (0)