Skip to content

Commit a1c8b27

Browse files
author
Jacob Middag
committed
Version 1.2.1
1 parent 6d91b12 commit a1c8b27

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

readme.txt

Lines changed: 5 additions & 2 deletions
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.1
7-
Stable tag: 1.2.0
7+
Stable tag: 1.2.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -69,11 +69,14 @@ The API key can also be configured in wp-config.php. You can add a TINY_API_KEY
6969

7070
== Changelog ==
7171

72+
= 1.2.1 =
73+
* Bugfix that prevents recompressing the original when no additional image sizes can be found in the metadata. (introduced in 1.2.0)
74+
7275
= 1.2.0 =
7376
* Display connection status and number of compressions this month on the settings page. This also allows you to check if you entered a valid API key.
7477
* Show a notice to administrators when reaching the monthly compression limit (in case you're on a fixed or free plan).
7578
* The plugin will now work when php's parse_ini_file is disabled on your host.
76-
* Bugfix that avoides a warning when no additional image sizes can be found in the metadata.
79+
* Bugfix that avoids a warning when no additional image sizes can be found in the metadata.
7780

7881
= 1.1.0 =
7982
* The API key can now be set with the TINY_API_KEY constant in wp-config.php. This will work for normal and multisite WordPress installations.

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: 1.2.0
5+
* Version: 1.2.1
66
* Author: TinyPNG
77
* Author URI: https://tinypng.com
88
* License: GPLv2 or later

0 commit comments

Comments
 (0)