Skip to content

Commit 36f8f13

Browse files
Merge pull request tinify#45 from wcreateweb/3.5.0
Update to 3.5.0
2 parents 978b57d + 12e9cfd commit 36f8f13

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

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 images, compression, image size, page speed, performance
55
Requires at least: 4.0
66
Tested up to: 6.7
7-
Stable tag: 3.4.6
7+
Stable tag: 3.5.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -127,6 +127,12 @@ A: Yes! After installing the plugin, go to *Media > Bulk Optimization*, and clic
127127
A: You can upgrade to a paid account by adding your *Payment details* on your [account dashboard](https://tinypng.com/dashboard/api). Additional compressions above 500 will then be charged at the end of each month as a one-time fee.
128128

129129
== Changelog ==
130+
= 3.5.0 =
131+
* Support files uploaded through the WordPress REST API
132+
* Removed notification on WooCommerce incompatibility
133+
* Updated Tinify SDK from 1.5.2 to 1.6.2
134+
* Improved support for WP Offload
135+
130136
= 3.4.6 =
131137
* Error resolved where Tiny_Helpers was not available
132138

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 = '3.4.6';
21+
const VERSION = '3.5.0';
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: TinyPNG - JPEG, PNG & WebP image compression
44
* Description: Speed up your website. Optimize your JPEG, PNG, and WebP images automatically with TinyPNG.
5-
* Version: 3.4.6
5+
* Version: 3.5.0
66
* Author: TinyPNG
77
* Author URI: https://tinypng.com
88
* Text Domain: tiny-compress-images

0 commit comments

Comments
 (0)