Skip to content

Commit a7a1ebb

Browse files
committed
Update version numbers for release
1 parent 14fec22 commit a7a1ebb

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

readme.txt

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ Contributors: ShortPixel
33
Donate link: https://www.paypal.me/resizeImage
44
Tags: regenerate, thumbnail, thumbnails, thumb, thumbs, easy, media, force regenerate, image, images, pics, date
55
Requires at least: 4.0
6-
Tested up to: 5.3
6+
Tested up to: 5.3.2
77
Requires PHP: 5.3
8-
Stable tag: 2.1.0
8+
Stable tag: 2.2.0
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -55,14 +55,16 @@ The script stops but it will resume after you open the settings page of the plug
5555

5656
== Changelog ==
5757

58-
= 2.2-DEV06 =
58+
= 2.2.0 =
5959

60-
* Fixes for WP5.3 and scaled images
60+
Release date: 9th March 2020
61+
* Reworked and improved the process interface
6162
* Option in media library to regenerate just one image
6263
* Will check for post_mime_type in posts and fix it when it's empty.
63-
* Reworked and improved the process interface
6464
* Cookie-based processing removed, now keeps progress as a server setting
6565
* Internal processes optimized.
66+
* Fixed - WordPress 5.3 image handling and scaled images
67+
* Fixed - Metadata not being removed in some cases when "Delete Leftover Image Metadata" is checked.
6668
* Fixed - Logger doesn't call wp_upload_dir when not debugging
6769

6870
= 2.1.0 =

regenerate-thumbnails-advanced.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
Plugin Name: Regenerate Thumbnails Advanced
55
Description: Regenerate thumbnails fast and easy while removing unused thumbnails of existing images; very useful when changing a theme.
6-
Version: 2.2-DEV07
6+
Version: 2.2.0
77
Author: ShortPixel
88
Author URI: https://shortpixel.com/
99
License: GPLv2 or later
@@ -17,7 +17,7 @@
1717
exit;
1818
}
1919

20-
define( 'RTA_PLUGIN_VERSION', '2.2-DEV07');
20+
define( 'RTA_PLUGIN_VERSION', '2.2.0');
2121
define( 'RTA_PLUGIN_PATH', plugin_dir_path(__FILE__) );
2222
define( 'RTA_PLUGIN_URL', plugin_dir_url(__FILE__) );
2323
define( 'RTA_SITE_BASE_URL', rtrim(get_bloginfo('url'),"/")."/");

0 commit comments

Comments
 (0)