Skip to content

Commit fb0fc8e

Browse files
author
Edwin Westerhoud
committed
Update readme and version number for release 1.2.0.
1 parent 0e01a47 commit fb0fc8e

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

readme.txt

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

@@ -69,6 +69,12 @@ 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.0 =
73+
* 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.
74+
* Show a notice to administrators when reaching the monthly compression limit (in case you're on a fixed or free plan).
75+
* 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.
77+
7278
= 1.1.0 =
7379
* 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.
7480
* You can now enable or disable compression of the original uploaded image. If you upgrade the plugin from version 1.0 you may need to go to media settings to include it for compression.

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

0 commit comments

Comments
 (0)