Skip to content

Commit 5cadb81

Browse files
committed
Release new version 1.9.3
= 1.9.3 - 2019/06/29 = * This is a maintenance upgrade to fix a potentially fatal error conflict with sites running PHP 7.3 plus compatibility with WordPress 5.2.2 * Fix - PHP warning continue targeting switch is equivalent to break for compatibility on PHP 7.3
1 parent 75d2b41 commit 5cadb81

File tree

4 files changed

+284
-311
lines changed

4 files changed

+284
-311
lines changed

a3-lazy-load.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
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.9.2
5+
Version: 1.9.3
66
Author: a3rev Software
77
Author URI: https://a3rev.com/
88
Requires at least: 4.0
9-
Tested up to: 5.0.2
9+
Tested up to: 5.2.2
1010
Text Domain: a3-lazy-load
1111
Domain Path: /languages
1212
WC requires at least: 2.0.0
13-
WC tested up to: 3.5.3
13+
WC tested up to: 3.6.4
1414
License: GPLv2 or later
1515
Copyright © 2011 a3 Revolution Software Development team
1616
a3 Revolution Software Development team
@@ -32,7 +32,7 @@
3232
define('A3_LAZY_LOAD_IMAGES_URL', A3_LAZY_LOAD_URL . '/assets/images');
3333

3434
define( 'A3_LAZY_LOAD_KEY', 'a3_lazy_load' );
35-
define( 'A3_LAZY_VERSION', '1.9.2' );
35+
define( 'A3_LAZY_VERSION', '1.9.3' );
3636
define( 'A3_LAZY_LOAD_G_FONTS', false );
3737

3838
/**

0 commit comments

Comments
 (0)