Skip to content

Commit 8c3dbaf

Browse files
author
Edwin Westerhoud
committed
Prepare release 2.2.2.
1 parent 75d1cd1 commit 8c3dbaf

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

readme.txt

Lines changed: 6 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.1
7+
Stable tag: 2.2.2
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -110,6 +110,11 @@ A: Everything will keep on working, but newly uploaded images will not be optimi
110110
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.
111111

112112
== Changelog ==
113+
= 2.2.2 =
114+
* Improved robustness in case an unexpected network error occurs.
115+
* Fixed false positive warning with Sucuri scanner.
116+
* Fixed compression issue for fopen users.
117+
113118
= 2.2.1 =
114119
* Fixed an error that was introduced in v2.2.0 where all custom image sizes did not show up.
115120
* Added support for image sizes with unspecified height or width.

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.1';
21+
const VERSION = '2.2.2';
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.1
5+
* Version: 2.2.2
66
* Author: TinyPNG
77
* Author URI: https://tinypng.com
88
* Text Domain: tiny-compress-images

0 commit comments

Comments
 (0)