Skip to content

Commit e2b5f3b

Browse files
Release notes for 2.2.1
1 parent 88eda48 commit e2b5f3b

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

readme.txt

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

@@ -31,6 +31,7 @@ Make your website faster by optimizing your JPEG and PNG images. This plugin aut
3131
* Color profiles are automatically translated to the standard RGB color space.
3232
* Convert CMYK to RGB to save more space and maximize compatibility.
3333
* Optimize and resize uploads with the WordPress mobile app.
34+
* Dashboard widget with your total savings.
3435
* No file size limits.
3536

3637
= How does it work? =
@@ -109,6 +110,9 @@ A: Everything will keep on working, but newly uploaded images will not be optimi
109110
A: Yes! After installing the plugin, go to *Media > Bulk Optimization*, and click on the start button to optimize all unoptimized images in your media library.
110111

111112
== Changelog ==
113+
= 2.2.1 =
114+
* Fixed an error that was introduced in v2.2.0 where all custom image sizes did not show up.
115+
* Added support for image sizes with unspecified height or width.
112116

113117
= 2.2.0 =
114118
* New dashboard widget that shows your media library savings.

src/class-tiny-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
* Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1919
*/
2020
class Tiny_Plugin extends Tiny_WP_Base {
21-
const VERSION = '2.2.0';
21+
const VERSION = '2.2.1';
2222
const MEDIA_COLUMN = self::NAME;
2323
const DATETIME_FORMAT = 'Y-m-d G:i:s';
2424

tiny-compress-images.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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: 2.2.0
5+
* Version: 2.2.1
66
* Author: TinyPNG
77
* Author URI: https://tinypng.com
88
* Text Domain: tiny-compress-images

0 commit comments

Comments
 (0)