Skip to content

Commit b0a2079

Browse files
author
Edwin Westerhoud
committed
Prepare release 2.1.0 [skip ci]
1 parent 3907778 commit b0a2079

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

readme.txt

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

@@ -24,6 +24,7 @@ Make your website faster by optimizing your JPEG and PNG images. This plugin aut
2424
* Select which thumbnail sizes of an image may be optimized.
2525
* Multisite support with a single API key.
2626
* WooCommerce compatible.
27+
* WP Retina 2x compatible.
2728
* See your usage from the media settings and during bulk optimization.
2829
* Color profiles are automatically translated to the standard RGB color space.
2930
* Convert CMYK to RGB to save more space and maximize compatibility.
@@ -107,6 +108,12 @@ A: Yes! After installing the plugin, go to *Media > Bulk Optimization*, and clic
107108

108109
== Changelog ==
109110

111+
= 2.1.0 =
112+
* Compression of retina images generated by WP Retina 2x.
113+
* Solved a bug which caused the API key to be cleared on the settings page.
114+
* Fixed an error that occurred with some PHP 7 installations.
115+
* Fixed an fopen error when preserving metadata.
116+
110117
= 2.0.2 =
111118
* Faster Bulk Optimization page with reduced memory usage (thanks to @esmus).
112119
* Fixed XML-RPC error (thanks @ironmanixs, @gingerdog, @quicoto and @isaumya).

src/class-tiny-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*/
2020

2121
class Tiny_Plugin extends Tiny_WP_Base {
22-
const VERSION = '2.0.2';
22+
const VERSION = '2.1.0';
2323
const MEDIA_COLUMN = self::NAME;
2424
const DATETIME_FORMAT = 'Y-m-d G:i:s';
2525

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.0.2
5+
* Version: 2.1.0
66
* Author: TinyPNG
77
* Author URI: https://tinypng.com
88
* Text Domain: tiny-compress-images

0 commit comments

Comments
 (0)