Skip to content

Commit

Permalink
Merge pull request #38 from PabloPerezDeCiriza/update2
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
PabloPerezDeCiriza authored Jan 22, 2025
2 parents cb5faa9 + 15983c6 commit d538a89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://tinypng.com/
Tags: compress images, compression, image size, page speed, performance
Requires at least: 3.4
Tested up to: 6.7
Stable tag: 3.4.4
Stable tag: 3.4.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -131,6 +131,9 @@ A: Yes! After installing the plugin, go to *Media > Bulk Optimization*, and clic
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.

== Changelog ==
= 3.4.5 =
* Error when mb_strimwidth is not available resolved

= 3.4.4 =
* CSRF fix, added nonce check

Expand Down
2 changes: 1 addition & 1 deletion src/class-tiny-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
class Tiny_Plugin extends Tiny_WP_Base {
const VERSION = '3.4.3';
const VERSION = '3.4.5';
const MEDIA_COLUMN = self::NAME;
const DATETIME_FORMAT = 'Y-m-d G:i:s';

Expand Down
2 changes: 1 addition & 1 deletion tiny-compress-images.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: TinyPNG - JPEG, PNG & WebP image compression
* Description: Speed up your website. Optimize your JPEG, PNG, and WebP images automatically with TinyPNG.
* Version: 3.4.4
* Version: 3.4.5
* Author: TinyPNG
* Author URI: https://tinypng.com
* Text Domain: tiny-compress-images
Expand Down

0 comments on commit d538a89

Please sign in to comment.