Skip to content

Commit d74547c

Browse files
committed
Version 2.1.0, release notes
1 parent 6a13e62 commit d74547c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

readme.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,14 @@ The script stops but it will resume after you open the settings page of the plug
5656

5757
= 2.1.0 =
5858

59-
Release date:
60-
*
59+
Release date: 7th June 2019
60+
* Replace the two options Exact size for featured/non-featured images with one checkbox Only featured
61+
* Button to stop the regeneration
62+
* Make Keep existing be checked by default
63+
* Change "Regenerate selected thumbnails" checklist to a settings selection
64+
* ShortPixel Image Optimizer integration - call the 'shortpixel-thumbnails-regenerated' action passing only the changed sizes
65+
* Fix: Security - Image sizes XSS exploit
66+
* Fix: count(): Parameter must be an array
6167

6268
= 2.0.1 =
6369

regenerate-thumbnails-advanced.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: Regenerate Thumbnails Advanced
44
Description: Regenerate thumbnails fast and easy while removing unused thumbnails of existing images; very useful when changing a theme.
5-
Version: 2.1.0-DEV02
5+
Version: 2.1.0
66
Author: ShortPixel
77
Author URI: https://shortpixel.com/
88
License: GPLv2 or later
@@ -16,7 +16,7 @@
1616
exit;
1717
}
1818

19-
define( 'RTA_PLUGIN_VERSION', '2.1.0-DEV02');
19+
define( 'RTA_PLUGIN_VERSION', '2.1.0');
2020
define( 'RTA_PLUGIN_PATH', plugin_dir_path(__FILE__) );
2121
define( 'RTA_PLUGIN_URL', plugin_dir_url(__FILE__) );
2222
define( 'RTA_SITE_BASE_URL', rtrim(get_bloginfo('url'),"/")."/");

0 commit comments

Comments
 (0)