Skip to content

Commit 02ea15a

Browse files
committed
Send out new version 1.8.1
1 parent d623167 commit 02ea15a

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

a3-lazy-load.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: a3 Lazy Load
44
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.0
5+
Version: 1.8.1
66
Author: a3rev Software
77
Author URI: https://a3rev.com/
88
Requires at least: 4.0
@@ -17,7 +17,7 @@
1717
*/
1818
?>
1919
<?php
20-
define('A3_LAZY_VERSION', '1.8.0');
20+
define('A3_LAZY_VERSION', '1.8.1');
2121
define('A3_LAZY_LOAD_FILE_PATH', dirname(__FILE__));
2222
define('A3_LAZY_LOAD_DIR_NAME', basename(A3_LAZY_LOAD_FILE_PATH));
2323
define('A3_LAZY_LOAD_FOLDER', dirname(plugin_basename(__FILE__)));

admin/a3-lazy-load-admin.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
update_option('a3rev_lazy_load_plugin', 'a3_lazy_load' );
33

44
function a3_lazy_load_activated(){
5-
update_option('a3_lazy_load_version', '1.8.0');
5+
update_option('a3_lazy_load_version', '1.8.1');
66

77
// Set Settings Default from Admin Init
88
global $a3_lazy_load_admin_init;
@@ -65,6 +65,6 @@ function a3_lazy_load_upgrade_plugin() {
6565
update_option('a3_lazy_load_style_version', time() );
6666
}
6767

68-
update_option('a3_lazy_load_version', '1.8.0');
68+
update_option('a3_lazy_load_version', '1.8.1');
6969
}
7070
?>

readme.txt

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: a3rev, a3rev Software, nguyencongtuan
33
Tags: a3 lazy load, Lazy Loading , image lazy load, lazyload
44
Requires at least: 4.5
55
Tested up to: 4.7.5
6-
Stable tag: 1.8.0
6+
Stable tag: 1.8.1
77
License: GPLv3
88
License URI: http://www.gnu.org/licenses/gpl-3.0.html
99

@@ -136,6 +136,9 @@ Want to add a new language to a3 Lazy Load? Great! You can contribute via [trans
136136

137137
== Changelog ==
138138

139+
= 1.8.1 - 2017/05/31 =
140+
* Fix - Use correct object A3_Lazy_Load instead of ‘this’ as it was causing a fatal error
141+
139142
= 1.8.0 - 2017/05/30 =
140143
* Feature – Updated for compatibility with Better AMP plugin
141144
* Feature – Launched a3Lazy Load Github public Repository
@@ -273,6 +276,9 @@ Want to add a new language to a3 Lazy Load? Great! You can contribute via [trans
273276

274277
== Upgrade Notice ==
275278

279+
= 1.8.1 =
280+
Maintenance Update. 1 bug fix causing afatal error from version 1.8.0 release yesterday
281+
276282
= 1.8.0 =
277283
Feature Upgrade. 1 bug fix, 3 new features, 2 code updates for compatibility with WordPress v 4.7.5, PHP 7.0, Better AMP plugin and launch public Github Repo
278284

0 commit comments

Comments
 (0)