Skip to content

Commit da93020

Browse files
committed
Update version numbers for the 2.4.0 release
1 parent 9bcaab4 commit da93020

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

readme.txt

Lines changed: 8 additions & 7 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.5
6+
Tested up to: 5.6
77
Requires PHP: 5.3
8-
Stable tag: 2.3.3
8+
Stable tag: 2.4.0
99
License: GPLv2 or later
1010
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1111

@@ -61,12 +61,13 @@ The script stops but it will resume after you open the settings page of the plug
6161

6262
== Changelog ==
6363

64-
= 2.3.3 =
64+
= 2.4.0 =
6565

66-
* New: Pause Button
67-
* New: Resuming process from another page now starts paused.
68-
* New: Added Filter for increasing number of items processed per run and prepare time limit
69-
* Fix: Users optimizing more than 50K images could run into a code loop protection
66+
Release date: December 1st 2020
67+
* New: Pause Button;
68+
* New: Resuming process from another page now starts paused;
69+
* New: Added Filter for increasing number of items processed per run;
70+
* Fix: Users optimizing more than 50K images could run into a code loop protection.
7071

7172
= 2.3.2 =
7273

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.3.3-DEV02
6+
* Version: 2.4.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.3.3-DEV02');
20+
define( 'RTA_PLUGIN_VERSION', '2.4.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)