Version Description
- Fix: There was a issue with the .htaccess rewriting (Class Meow_Admin not found).
- Update: Core was totally re-organized and cleaned. Ready for nice updates.
- Update: LazyLoading from version 2.0 to 3.0.
- Info: There will be an important warning showing up during this update. It is an important annoucement.
Download this release
Release Info
Developer | TigrouMeow |
Plugin | WP Retina 2x |
Version | 5.0.4 |
Comparing to | |
See all releases |
Code changes from version 5.0.3 to 5.0.4
- core.php +2 -1
- readme.txt +2 -2
- wp-retina-2x.php +2 -2
core.php
CHANGED
@@ -24,9 +24,10 @@ class Meow_WR2X_Core {
|
|
24 |
require( 'dashboard.php' );
|
25 |
new Meow_WR2X_Dashboard( $this );
|
26 |
}
|
27 |
-
if ( !get_option( "wr2x_hide_retina_column" ) )
|
28 |
require( 'media-library.php' );
|
29 |
new Meow_WR2X_MediaLibrary( $this );
|
|
|
30 |
//if ( !get_option( "wr2x_hide_retina_column" ) )
|
31 |
//require( 'wr2x_retina_uploader.php' );
|
32 |
}
|
24 |
require( 'dashboard.php' );
|
25 |
new Meow_WR2X_Dashboard( $this );
|
26 |
}
|
27 |
+
if ( !get_option( "wr2x_hide_retina_column" ) ) {
|
28 |
require( 'media-library.php' );
|
29 |
new Meow_WR2X_MediaLibrary( $this );
|
30 |
+
}
|
31 |
//if ( !get_option( "wr2x_hide_retina_column" ) )
|
32 |
//require( 'wr2x_retina_uploader.php' );
|
33 |
}
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: TigrouMeow
|
|
3 |
Tags: retina, images, image, responsive, lazysizes, lazy, attachment, media, files, iphone, ipad, high-dpi
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 4.7
|
6 |
-
Stable tag: 5.0.
|
7 |
|
8 |
Make your website look beautiful and crisp on modern displays by creating and displaying retina images. WP 4.4+ is also supported and enhanced.
|
9 |
|
@@ -33,7 +33,7 @@ More information and tutorial available one http://meowapps.com/wp-retina-2x/.
|
|
33 |
|
34 |
== Changelog ==
|
35 |
|
36 |
-
= 5.0.
|
37 |
* Fix: There was a issue with the .htaccess rewriting (Class ‘Meow_Admin’ not found).
|
38 |
* Update: Core was totally re-organized and cleaned. Ready for nice updates.
|
39 |
* Update: LazyLoading from version 2.0 to 3.0.
|
3 |
Tags: retina, images, image, responsive, lazysizes, lazy, attachment, media, files, iphone, ipad, high-dpi
|
4 |
Requires at least: 3.5
|
5 |
Tested up to: 4.7
|
6 |
+
Stable tag: 5.0.4
|
7 |
|
8 |
Make your website look beautiful and crisp on modern displays by creating and displaying retina images. WP 4.4+ is also supported and enhanced.
|
9 |
|
33 |
|
34 |
== Changelog ==
|
35 |
|
36 |
+
= 5.0.4 =
|
37 |
* Fix: There was a issue with the .htaccess rewriting (Class ‘Meow_Admin’ not found).
|
38 |
* Update: Core was totally re-organized and cleaned. Ready for nice updates.
|
39 |
* Update: LazyLoading from version 2.0 to 3.0.
|
wp-retina-2x.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Retina 2x
|
4 |
Plugin URI: http://meowapps.com
|
5 |
Description: Make your website look beautiful and crisp on modern displays by creating + displaying retina images.
|
6 |
-
Version: 5.0.
|
7 |
Author: Jordy Meow
|
8 |
Author URI: http://meowapps.com
|
9 |
Text Domain: wp-retina-2x
|
@@ -21,7 +21,7 @@ Originally developed for two of my websites:
|
|
21 |
global $wr2x_picturefill, $wr2x_retinajs, $wr2x_lazysizes,
|
22 |
$wr2x_retina_image, $wr2x_core;
|
23 |
|
24 |
-
$wr2x_version = '5.0.
|
25 |
$wr2x_retinajs = '2.0.0';
|
26 |
$wr2x_picturefill = '3.0.2';
|
27 |
$wr2x_lazysizes = '3.0.0';
|
3 |
Plugin Name: WP Retina 2x
|
4 |
Plugin URI: http://meowapps.com
|
5 |
Description: Make your website look beautiful and crisp on modern displays by creating + displaying retina images.
|
6 |
+
Version: 5.0.4
|
7 |
Author: Jordy Meow
|
8 |
Author URI: http://meowapps.com
|
9 |
Text Domain: wp-retina-2x
|
21 |
global $wr2x_picturefill, $wr2x_retinajs, $wr2x_lazysizes,
|
22 |
$wr2x_retina_image, $wr2x_core;
|
23 |
|
24 |
+
$wr2x_version = '5.0.4';
|
25 |
$wr2x_retinajs = '2.0.0';
|
26 |
$wr2x_picturefill = '3.0.2';
|
27 |
$wr2x_lazysizes = '3.0.0';
|