Version Description
(2022/06/16) = * Fix: Security fix. * Update: Remove all the notifications as they probably don't needed anymore.
Download this release
Release Info
Developer | TigrouMeow |
Plugin | WP Retina 2x |
Version | 6.2.6 |
Comparing to | |
See all releases |
Code changes from version 6.2.5 to 6.2.6
- readme.txt +2 -2
- wp-retina-2x.php +2 -2
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: https://meowapps.com/donation/
|
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 6.0
|
7 |
Requires PHP: 7.0
|
8 |
-
Stable tag: 6.2.
|
9 |
|
10 |
Retina, Regenerate Thumbnails, Image Sizes Management, Replace Images, Image Threshold and more.
|
11 |
|
@@ -52,7 +52,7 @@ The plugin cannot inject CSS to handles the images added through CSS, that's bot
|
|
52 |
|
53 |
== Changelog ==
|
54 |
|
55 |
-
= 6.2.
|
56 |
* Fix: Security fix.
|
57 |
* Update: Remove all the notifications as they probably don't needed anymore.
|
58 |
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 6.0
|
7 |
Requires PHP: 7.0
|
8 |
+
Stable tag: 6.2.6
|
9 |
|
10 |
Retina, Regenerate Thumbnails, Image Sizes Management, Replace Images, Image Threshold and more.
|
11 |
|
52 |
|
53 |
== Changelog ==
|
54 |
|
55 |
+
= 6.2.6 (2022/06/16) =
|
56 |
* Fix: Security fix.
|
57 |
* Update: Remove all the notifications as they probably don't needed anymore.
|
58 |
|
wp-retina-2x.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Perfect Images (Retina, Thumbnails, Replace)
|
4 |
Plugin URI: https://meowapps.com
|
5 |
Description: Retina, Replace Images, Regenerate Thumbnails, Image Sizes Management, Image Threshold and more.
|
6 |
-
Version: 6.2.
|
7 |
Author: Jordy Meow
|
8 |
Author URI: https://meowapps.com
|
9 |
Text Domain: wp-retina-2x
|
@@ -15,7 +15,7 @@ Originally developed for two of my websites:
|
|
15 |
*/
|
16 |
|
17 |
if ( !defined( 'WR2X_VERSION' ) ) {
|
18 |
-
define( 'WR2X_VERSION', '6.2.
|
19 |
define( 'WR2X_PREFIX', 'wr2x' );
|
20 |
define( 'WR2X_DOMAIN', ' wp-retina-2x' );
|
21 |
define( 'WR2X_ENTRY', __FILE__ );
|
3 |
Plugin Name: Perfect Images (Retina, Thumbnails, Replace)
|
4 |
Plugin URI: https://meowapps.com
|
5 |
Description: Retina, Replace Images, Regenerate Thumbnails, Image Sizes Management, Image Threshold and more.
|
6 |
+
Version: 6.2.6
|
7 |
Author: Jordy Meow
|
8 |
Author URI: https://meowapps.com
|
9 |
Text Domain: wp-retina-2x
|
15 |
*/
|
16 |
|
17 |
if ( !defined( 'WR2X_VERSION' ) ) {
|
18 |
+
define( 'WR2X_VERSION', '6.2.6' );
|
19 |
define( 'WR2X_PREFIX', 'wr2x' );
|
20 |
define( 'WR2X_DOMAIN', ' wp-retina-2x' );
|
21 |
define( 'WR2X_ENTRY', __FILE__ );
|