WP Retina 2x - Version 5.5.5

Version Description

  • Fix: Display Full-Size Retina uploader only if the option is active.
Download this release

Release Info

Developer TigrouMeow
Plugin Icon 128x128 WP Retina 2x
Version 5.5.5
Comparing to
See all releases

Code changes from version 5.5.4 to 5.5.5

Files changed (2) hide show
  1. readme.txt +4 -1
  2. wp-retina-2x.php +2 -2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: retina, images, image, responsive, lazysizes, lazy, attachment, media, fil
4
  Requires at least: 4.4
5
  Tested up to: 5.1
6
  Requires PHP: 7.0
7
- Stable tag: 5.5.4
8
 
9
  Make your website look beautiful and crisp on modern displays by creating and displaying retina images. WP 4.4+ is also supported and enhanced.
10
 
@@ -34,6 +34,9 @@ More information and tutorial available one https://meowapps.com/wp-retina-2x/.
34
 
35
  == Changelog ==
36
 
 
 
 
37
  = 5.5.4 =
38
  * Add: Filter for cropping plugins.
39
 
4
  Requires at least: 4.4
5
  Tested up to: 5.1
6
  Requires PHP: 7.0
7
+ Stable tag: 5.5.5
8
 
9
  Make your website look beautiful and crisp on modern displays by creating and displaying retina images. WP 4.4+ is also supported and enhanced.
10
 
34
 
35
  == Changelog ==
36
 
37
+ = 5.5.5 =
38
+ * Fix: Display Full-Size Retina uploader only if the option is active.
39
+
40
  = 5.5.4 =
41
  * Add: Filter for cropping plugins.
42
 
wp-retina-2x.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: WP Retina 2x
4
  Plugin URI: https://meowapps.com
5
  Description: Make your website look beautiful and crisp on modern displays by creating + displaying retina images.
6
- Version: 5.5.4
7
  Author: Jordy Meow
8
  Author URI: https://meowapps.com
9
  Text Domain: wp-retina-2x
@@ -29,7 +29,7 @@ if ( class_exists( 'Meow_WR2X_Core' ) ) {
29
  global $wr2x_picturefill, $wr2x_retinajs, $wr2x_lazysizes,
30
  $wr2x_retina_image, $wr2x_core;
31
 
32
- $wr2x_version = '5.5.4';
33
  $wr2x_retinajs = '2.0.0';
34
  $wr2x_picturefill = '3.0.2';
35
  $wr2x_lazysizes = '4.0.4';
3
  Plugin Name: WP Retina 2x
4
  Plugin URI: https://meowapps.com
5
  Description: Make your website look beautiful and crisp on modern displays by creating + displaying retina images.
6
+ Version: 5.5.5
7
  Author: Jordy Meow
8
  Author URI: https://meowapps.com
9
  Text Domain: wp-retina-2x
29
  global $wr2x_picturefill, $wr2x_retinajs, $wr2x_lazysizes,
30
  $wr2x_retina_image, $wr2x_core;
31
 
32
+ $wr2x_version = '5.5.5';
33
  $wr2x_retinajs = '2.0.0';
34
  $wr2x_picturefill = '3.0.2';
35
  $wr2x_lazysizes = '4.0.4';