WP Retina 2x - Version 5.4.2

Version Description

None.

Download this release

Release Info

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

Code changes from version 5.4.1 to 5.4.2

Files changed (2) hide show
  1. common/admin.php +0 -6
  2. wp-retina-2x.php +2 -2
common/admin.php CHANGED
@@ -19,7 +19,6 @@ if ( !class_exists( 'MeowApps_Admin' ) ) {
19
  add_action( 'admin_menu', array( $this, 'admin_menu_start' ) );
20
  add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
21
  add_action( 'plugins_loaded', array( $this, 'plugins_loaded' ) );
22
- add_filter( 'updraftplus_com_link', array( $this, 'updraftplus_com_link' ) );
23
  }
24
  MeowApps_Admin::$loaded = true;
25
  }
@@ -45,11 +44,6 @@ if ( !class_exists( 'MeowApps_Admin' ) ) {
45
  }
46
  }
47
 
48
- function updraftplus_com_link( $url ) {
49
- $url = $url . "?afref=460";
50
- return 'http://bit.ly/2KpNOne';
51
- }
52
-
53
  function show_meowapps_create_rating_date() {
54
  delete_option( 'meowapps_hide_meowapps' );
55
  $this->create_rating_date();
19
  add_action( 'admin_menu', array( $this, 'admin_menu_start' ) );
20
  add_action( 'admin_enqueue_scripts', array( $this, 'admin_enqueue_scripts' ) );
21
  add_action( 'plugins_loaded', array( $this, 'plugins_loaded' ) );
 
22
  }
23
  MeowApps_Admin::$loaded = true;
24
  }
44
  }
45
  }
46
 
 
 
 
 
 
47
  function show_meowapps_create_rating_date() {
48
  delete_option( 'meowapps_hide_meowapps' );
49
  $this->create_rating_date();
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.4.1
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.4.1';
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.4.2
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.4.2';
33
  $wr2x_retinajs = '2.0.0';
34
  $wr2x_picturefill = '3.0.2';
35
  $wr2x_lazysizes = '4.0.4';