diff --git a/readme.txt b/readme.txt index 09a4a1b..ec91a57 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://tinypng.com/ Tags: optimize, compress, shrink, resize, faster, fit, scale, improve, images, picture, pictures, photo, photos, image, tinypng, tinyjpg, jpeg, jpg, png, lossy, jpegmini, crunch, minify, smush, save, bandwidth, website, speed, performance, panda, george, wordpress app, SEO, lossy, wp compress, sitespeed, shortpixel, kraken, PageRank, cheetaho, s3 Requires at least: 3.4 Tested up to: 5.3 -Stable tag: 3.2.0 +Stable tag: 3.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -133,6 +133,10 @@ A: Yes! After installing the plugin, go to *Media > Bulk Optimization*, and clic A: You can upgrade to a paid account by adding your *Payment details* on your [account dashboard](https://tinypng.com/dashboard/api). Additional compressions above 500 will then be charged at the end of each month as a one-time fee. == Changelog == += 3.2.1 = +* Fixed bug that caused the original version of images that started with a special character to not be compressed. +* Updated Wordpress compatibility. + = 3.2.0 = * Support for WP Retina 2x Pro. * More capability checks for extra security. diff --git a/src/class-tiny-plugin.php b/src/class-tiny-plugin.php index a9431ea..406521a 100644 --- a/src/class-tiny-plugin.php +++ b/src/class-tiny-plugin.php @@ -18,7 +18,7 @@ * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ class Tiny_Plugin extends Tiny_WP_Base { - const VERSION = '3.2.0'; + const VERSION = '3.2.1'; const MEDIA_COLUMN = self::NAME; const DATETIME_FORMAT = 'Y-m-d G:i:s'; diff --git a/tiny-compress-images.php b/tiny-compress-images.php index 299332f..2e83819 100644 --- a/tiny-compress-images.php +++ b/tiny-compress-images.php @@ -2,7 +2,7 @@ /** * Plugin Name: Compress JPEG & PNG images * Description: Speed up your website. Optimize your JPEG and PNG images automatically with TinyPNG. - * Version: 3.2.0 + * Version: 3.2.1 * Author: TinyPNG * Author URI: https://tinypng.com * Text Domain: tiny-compress-images