Version Description
(2022/11/15) = * Update: Still going towards a better UI organization. * Info: If you enjoy this plugin, please share some love by writing a little review here. And since I read them all, don't hesitate to drop a few remarks and feature requests in those reviews. Thank you :)
Download this release
Release Info
Developer | TigrouMeow |
Plugin | WP Retina 2x |
Version | 6.3.5 |
Comparing to | |
See all releases |
Code changes from version 6.3.4 to 6.3.5
- readme.txt +3 -3
- wp-retina-2x.php +2 -2
readme.txt
CHANGED
@@ -4,8 +4,8 @@ Tags: retina, images, replace, size, thumbnail, regenerate, sizes, high-dpi
|
|
4 |
Donate link: https://meowapps.com/donation/
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 6.1
|
7 |
-
Requires PHP: 7.
|
8 |
-
Stable tag: 6.3.
|
9 |
|
10 |
Manage your images the right way: set your sizes, optimize, retinize, replace, and more! Everything you need for perfect images.
|
11 |
|
@@ -51,7 +51,7 @@ The Pro version adds support for Retina for full-size, support for lazy-loading
|
|
51 |
|
52 |
== Changelog ==
|
53 |
|
54 |
-
= 6.3.
|
55 |
* Update: Still going towards a better UI organization.
|
56 |
* Info: If you enjoy this plugin, please share some love by [writing a little review here](https://wordpress.org/support/plugin/wp-retina-2x/reviews/?rate=5#new-post). And since I read them all, don't hesitate to drop a few remarks and feature requests in those reviews. Thank you :)
|
57 |
|
4 |
Donate link: https://meowapps.com/donation/
|
5 |
Requires at least: 5.0
|
6 |
Tested up to: 6.1
|
7 |
+
Requires PHP: 7.4.30
|
8 |
+
Stable tag: 6.3.5
|
9 |
|
10 |
Manage your images the right way: set your sizes, optimize, retinize, replace, and more! Everything you need for perfect images.
|
11 |
|
51 |
|
52 |
== Changelog ==
|
53 |
|
54 |
+
= 6.3.5 (2022/11/15) =
|
55 |
* Update: Still going towards a better UI organization.
|
56 |
* Info: If you enjoy this plugin, please share some love by [writing a little review here](https://wordpress.org/support/plugin/wp-retina-2x/reviews/?rate=5#new-post). And since I read them all, don't hesitate to drop a few remarks and feature requests in those reviews. Thank you :)
|
57 |
|
wp-retina-2x.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Perfect Images - Media Replace, Generate Thumbnails, Image Sizes, Optimization & Retina!
|
4 |
Plugin URI: https://meowapps.com
|
5 |
Description: Manage your images the right way: set your sizes, optimize, retinize, replace, and more! Everything you need for perfect images.
|
6 |
-
Version: 6.3.
|
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.3.
|
19 |
define( 'WR2X_PREFIX', 'wr2x' );
|
20 |
define( 'WR2X_DOMAIN', ' wp-retina-2x' );
|
21 |
define( 'WR2X_ENTRY', __FILE__ );
|
3 |
Plugin Name: Perfect Images - Media Replace, Generate Thumbnails, Image Sizes, Optimization & Retina!
|
4 |
Plugin URI: https://meowapps.com
|
5 |
Description: Manage your images the right way: set your sizes, optimize, retinize, replace, and more! Everything you need for perfect images.
|
6 |
+
Version: 6.3.5
|
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.3.5' );
|
19 |
define( 'WR2X_PREFIX', 'wr2x' );
|
20 |
define( 'WR2X_DOMAIN', ' wp-retina-2x' );
|
21 |
define( 'WR2X_ENTRY', __FILE__ );
|