Skip to content

Commit e53e1cc

Browse files
committed
Update the readme file and version numbers for the 2.4.1 release
1 parent f3cb7d0 commit e53e1cc

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

readme.txt

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

@@ -33,12 +33,21 @@ Features:
3333
Support:
3434
For support please contact us <a href="https://shortpixel.com/contact">here</a> making sure you mention RTA plugin.
3535

36-
**Other plugins by ShortPixel**
36+
**Other plugins by [ShortPixel](https://shortpixel.com)**
3737

38-
* Image optimization & compression for all the images on your site, including WebP delivery - <a href="https://wordpress.org/plugins/shortpixel-image-optimiser/" target="_blank">ShortPixel Image Optimizer</a>
39-
* Image optimization & CDN on the fly - <a href="https://wordpress.org/plugins/shortpixel-adaptive-images/" target="_blank">ShortPixel Adaptive Images</a>
40-
* Easily replace images or files in Media Library - <a href="https://wordpress.org/plugins/enable-media-replace/" target="_blank">Enable Media Replace</a>
41-
* Make sure you don't have huge images in your Media Library - <a href="https://wordpress.org/plugins/resize-image-after-upload/" target="_blank">Resize Image After Upload</a>
38+
* [ShortPixel Image Optimizer](https://wordpress.org/plugins/shortpixel-image-optimiser/) - Image optimization & compression for all the images on your website, including WebP & AVIF delivery
39+
* [ShortPixel Adaptive Images](https://wordpress.org/plugins/shortpixel-adaptive-images/) - On-the-fly image optimization & CDN delivery
40+
* [Enable Media Replace](https://wordpress.org/plugins/enable-media-replace/) - Easily replace images or files in Media Library
41+
* [Resize Image After Upload](https://wordpress.org/plugins/resize-image-after-upload/) - Automatically resize each uploaded image
42+
* [WP SVG Images](https://wordpress.org/plugins/wp-svg-images/) - Secure upload of SVG files to Media Library
43+
* [ShortPixel Critical CSS](https://wordpress.org/plugins/shortpixel-critical-css/) - Automatically generate above-the-fold CSS for fatster loading times and better SEO scores
44+
45+
**Get in touch!**
46+
47+
* Email <a href="https://shortpixel.com/contact" target="_blank">https://shortpixel.com/contact</a>
48+
* Twitter <a href="https://twitter.com/shortpixel" target="_blank">https://twitter.com/shortpixel</a>
49+
* Facebook <a href="https://www.facebook.com/ShortPixel" target="_blank">https://www.facebook.com/ShortPixel</a>
50+
* LinkedIn <a href="https://www.linkedin.com/company/shortpixel" target="_blank">https://www.linkedin.com/company/shortpixel</a>
4251

4352
== Installation ==
4453

@@ -61,6 +70,11 @@ The script stops but it will resume after you open the settings page of the plug
6170

6271
== Changelog ==
6372

73+
= 2.4.1 =
74+
75+
Release date: February 27, 2023
76+
* Fix: Videos uploaded with VideoPress were removed from the Media Library when using the "Remove non-existing images" option;
77+
6478
= 2.4.0 =
6579

6680
Release date: December 1st 2020

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