File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 22/*
33Plugin Name: Regenerate Thumbnails Advanced
44Description: 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
66Author: ShortPixel
77Author URI: https://shortpixel.com/
88License: GPLv2 or later
1616 exit ;
1717}
1818
19- define ( 'RTA_PLUGIN_VERSION ' , '2.1.0-DEV02 ' );
19+ define ( 'RTA_PLUGIN_VERSION ' , '2.1.0 ' );
2020define ( 'RTA_PLUGIN_PATH ' , plugin_dir_path (__FILE__ ) );
2121define ( 'RTA_PLUGIN_URL ' , plugin_dir_url (__FILE__ ) );
2222define ( 'RTA_SITE_BASE_URL ' , rtrim (get_bloginfo ('url ' ),"/ " )."/ " );
You can’t perform that action at this time.
0 commit comments