a3 Lazy Load - Version 1.8.3

Version Description

Maintenance Update. 1 redirect Bug fix on first activate on site with WordPress v4.9.2

Download this release

Release Info

Developer a3rev
Plugin Icon 128x128 a3 Lazy Load
Version 1.8.3
Comparing to
See all releases

Code changes from version 1.8.2 to 1.8.3

Files changed (3) hide show
  1. a3-lazy-load.php +3 -3
  2. admin/a3-lazy-load-admin.php +2 -4
  3. readme.txt +9 -2
a3-lazy-load.php CHANGED
@@ -2,11 +2,11 @@
2
  /*
3
  Plugin Name: a3 Lazy Load
4
  Description: Speed up your site and enhance frontend user's visual experience in PC's, Tablets and mobile with a3 Lazy Load.
5
- Version: 1.8.2
6
  Author: a3rev Software
7
  Author URI: https://a3rev.com/
8
  Requires at least: 4.0
9
- Tested up to: 4.9.0
10
  Text Domain: a3-lazy-load
11
  Domain Path: /languages
12
  License: GPLv2 or later
@@ -19,7 +19,7 @@ License: GPLv2 or later
19
  */
20
  ?>
21
  <?php
22
- define('A3_LAZY_VERSION', '1.8.2');
23
  define('A3_LAZY_LOAD_FILE_PATH', dirname(__FILE__));
24
  define('A3_LAZY_LOAD_DIR_NAME', basename(A3_LAZY_LOAD_FILE_PATH));
25
  define('A3_LAZY_LOAD_FOLDER', dirname(plugin_basename(__FILE__)));
2
  /*
3
  Plugin Name: a3 Lazy Load
4
  Description: Speed up your site and enhance frontend user's visual experience in PC's, Tablets and mobile with a3 Lazy Load.
5
+ Version: 1.8.3
6
  Author: a3rev Software
7
  Author URI: https://a3rev.com/
8
  Requires at least: 4.0
9
+ Tested up to: 4.9.2
10
  Text Domain: a3-lazy-load
11
  Domain Path: /languages
12
  License: GPLv2 or later
19
  */
20
  ?>
21
  <?php
22
+ define('A3_LAZY_VERSION', '1.8.3');
23
  define('A3_LAZY_LOAD_FILE_PATH', dirname(__FILE__));
24
  define('A3_LAZY_LOAD_DIR_NAME', basename(A3_LAZY_LOAD_FILE_PATH));
25
  define('A3_LAZY_LOAD_FOLDER', dirname(plugin_basename(__FILE__)));
admin/a3-lazy-load-admin.php CHANGED
@@ -2,7 +2,7 @@
2
  update_option('a3rev_lazy_load_plugin', 'a3_lazy_load' );
3
 
4
  function a3_lazy_load_activated(){
5
- update_option('a3_lazy_load_version', '1.8.2');
6
 
7
  // Set Settings Default from Admin Init
8
  global $a3_lazy_load_admin_init;
@@ -21,8 +21,6 @@ function a3_lazy_load_init() {
21
 
22
  if ( get_option( 'a3_lazy_load_just_installed' ) ) {
23
  delete_option( 'a3_lazy_load_just_installed' );
24
- wp_redirect( admin_url( 'options-general.php?page=a3-lazy-load', 'relative' ) );
25
- exit;
26
  }
27
 
28
  a3_lazy_load_plugin_textdomain();
@@ -65,6 +63,6 @@ function a3_lazy_load_upgrade_plugin() {
65
  update_option('a3_lazy_load_style_version', time() );
66
  }
67
 
68
- update_option('a3_lazy_load_version', '1.8.2');
69
  }
70
  ?>
2
  update_option('a3rev_lazy_load_plugin', 'a3_lazy_load' );
3
 
4
  function a3_lazy_load_activated(){
5
+ update_option('a3_lazy_load_version', A3_LAZY_VERSION );
6
 
7
  // Set Settings Default from Admin Init
8
  global $a3_lazy_load_admin_init;
21
 
22
  if ( get_option( 'a3_lazy_load_just_installed' ) ) {
23
  delete_option( 'a3_lazy_load_just_installed' );
 
 
24
  }
25
 
26
  a3_lazy_load_plugin_textdomain();
63
  update_option('a3_lazy_load_style_version', time() );
64
  }
65
 
66
+ update_option('a3_lazy_load_version', A3_LAZY_VERSION );
67
  }
68
  ?>
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: a3rev, a3rev Software, nguyencongtuan
3
  Tags: a3 lazy load, Lazy Loading , image lazy load, lazyload
4
  Requires at least: 4.5
5
- Tested up to: 4.9.0
6
- Stable tag: 1.8.2
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -136,6 +136,10 @@ Want to add a new language to a3 Lazy Load? Great! You can contribute via [trans
136
 
137
  == Changelog ==
138
 
 
 
 
 
139
  = 1.8.2 - 2017/06/02 =
140
  * Tweak - Tested for compatibility with WordPress major version 4.8.0
141
  * Tweak - Add Lazy Load support for new WordPress 4.8.0 Image, Video and Media widgets
@@ -282,6 +286,9 @@ Want to add a new language to a3 Lazy Load? Great! You can contribute via [trans
282
 
283
  == Upgrade Notice ==
284
 
 
 
 
285
  = 1.8.2 =
286
  Maintenance Update. 1 bug fix and 1 code tweak for compatibility with upcoming Major WordPress version 4.8.0
287
 
2
  Contributors: a3rev, a3rev Software, nguyencongtuan
3
  Tags: a3 lazy load, Lazy Loading , image lazy load, lazyload
4
  Requires at least: 4.5
5
+ Tested up to: 4.9.2
6
+ Stable tag: 1.8.3
7
  License: GPLv3
8
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
 
136
 
137
  == Changelog ==
138
 
139
+ = 1.8.3 - 2018/01/19 =
140
+ * Tweak - Tested for compatibility with WordPress 4.9.2
141
+ * Fix - Remove redirect to plugins admin panel when activate the plugin for the first time with WordPress 4.9.2
142
+
143
  = 1.8.2 - 2017/06/02 =
144
  * Tweak - Tested for compatibility with WordPress major version 4.8.0
145
  * Tweak - Add Lazy Load support for new WordPress 4.8.0 Image, Video and Media widgets
286
 
287
  == Upgrade Notice ==
288
 
289
+ = 1.8.3 =
290
+ Maintenance Update. 1 redirect Bug fix on first activate on site with WordPress v4.9.2
291
+
292
  = 1.8.2 =
293
  Maintenance Update. 1 bug fix and 1 code tweak for compatibility with upcoming Major WordPress version 4.8.0
294