a3 Lazy Load - Version 1.1.1

Version Description

Maintenance upgrade. Code tweaks for full compatibility with WordPress 4.2.0 and WooCommerce 2.3.8

Download this release

Release Info

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

Code changes from version 1.1.0 to 1.1.1

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.1.0
6
  Author: a3 Revolution
7
  Author URI: http://www.a3rev.com/
8
  Requires at least: 3.8
9
- Tested up to: 4.1
10
  License: GPLv2 or later
11
  Copyright © 2011 a3 Revolution Software Development team
12
  a3 Revolution Software Development team
@@ -17,7 +17,7 @@ License: GPLv2 or later
17
  */
18
  ?>
19
  <?php
20
- define('A3_LAZY_VERSION', '1.1.0');
21
  define('A3_LAZY_LOAD_FILE_PATH', dirname(__FILE__));
22
  define('A3_LAZY_LOAD_DIR_NAME', basename(A3_LAZY_LOAD_FILE_PATH));
23
  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.1.1
6
  Author: a3 Revolution
7
  Author URI: http://www.a3rev.com/
8
  Requires at least: 3.8
9
+ Tested up to: 4.2.0
10
  License: GPLv2 or later
11
  Copyright © 2011 a3 Revolution Software Development team
12
  a3 Revolution Software Development team
17
  */
18
  ?>
19
  <?php
20
+ define('A3_LAZY_VERSION', '1.1.1');
21
  define('A3_LAZY_LOAD_FILE_PATH', dirname(__FILE__));
22
  define('A3_LAZY_LOAD_DIR_NAME', basename(A3_LAZY_LOAD_FILE_PATH));
23
  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.1.0');
6
 
7
  // Set Settings Default from Admin Init
8
  global $a3_lazy_load_admin_init;
@@ -51,6 +51,6 @@ function a3_lazy_load_upgrade_plugin() {
51
  update_option('a3_lazy_load_version', '1.1.0');
52
  }
53
 
54
- update_option('a3_lazy_load_version', '1.1.0');
55
  }
56
  ?>
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.1.1');
6
 
7
  // Set Settings Default from Admin Init
8
  global $a3_lazy_load_admin_init;
51
  update_option('a3_lazy_load_version', '1.1.0');
52
  }
53
 
54
+ update_option('a3_lazy_load_version', '1.1.1');
55
  }
56
  ?>
admin/assets/css/a3_admin_metabox.css CHANGED
@@ -20,7 +20,6 @@
20
  line-height: 1;
21
  -webkit-font-smoothing: antialiased;
22
  -moz-osx-font-smoothing: grayscale;
23
- content: attr(data-icon);
24
  }
25
  .a3-metabox-wrapper .expand_all:before, .a3-metabox-wrapper .close_all:before {
26
  font-size: 12px;
20
  line-height: 1;
21
  -webkit-font-smoothing: antialiased;
22
  -moz-osx-font-smoothing: grayscale;
 
23
  }
24
  .a3-metabox-wrapper .expand_all:before, .a3-metabox-wrapper .close_all:before {
25
  font-size: 12px;
admin/assets/css/admin-ui-style.css CHANGED
@@ -481,19 +481,6 @@
481
 
482
  }
483
 
484
- [data-icon]:before {
485
- font-family: "a3-plugin-framework" !important;
486
- content: attr(data-icon);
487
- font-style: normal !important;
488
- font-weight: normal !important;
489
- font-variant: normal !important;
490
- text-transform: none !important;
491
- speak: none;
492
- line-height: 1;
493
- -webkit-font-smoothing: antialiased;
494
- -moz-osx-font-smoothing: grayscale;
495
- }
496
-
497
  [class^="a3-plugin-ui-"]:before,
498
  [class*=" a3-plugin-ui-"]:before {
499
  font-family: "a3-plugin-framework" !important;
481
 
482
  }
483
 
 
 
 
 
 
 
 
 
 
 
 
 
 
484
  [class^="a3-plugin-ui-"]:before,
485
  [class*=" a3-plugin-ui-"]:before {
486
  font-family: "a3-plugin-framework" !important;
admin/assets/css/admin-ui-style.min.css CHANGED
@@ -90,7 +90,6 @@
90
  .a3rev_blue_message_box a{color:#F00}
91
  .a3rev_panel_container .chosen-container{margin-bottom:5px;margin-right:2px}
92
  @font-face{font-family:"a3-plugin-framework";src:url("../fonts/a3-plugin-framework.eot");src:url("../fonts/a3-plugin-framework.eot?#iefix") format("embedded-opentype"),url("../fonts/a3-plugin-framework.woff") format("woff"),url("../fonts/a3-plugin-framework.ttf") format("truetype"),url("../fonts/a3-plugin-framework.svg#a3-plugin-framework") format("svg");font-weight:normal;font-style:normal}
93
- [data-icon]:before{font-family:"a3-plugin-framework" !important;content:attr(data-icon);font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
94
  [class^="a3-plugin-ui-"]:before,[class*=" a3-plugin-ui-"]:before{font-family:"a3-plugin-framework" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
95
  .a3-plugin-ui-a3-plugins-icon:before{content:"a"}
96
  .a3-plugin-ui-a3-rev-logo:before{content:"b"}
90
  .a3rev_blue_message_box a{color:#F00}
91
  .a3rev_panel_container .chosen-container{margin-bottom:5px;margin-right:2px}
92
  @font-face{font-family:"a3-plugin-framework";src:url("../fonts/a3-plugin-framework.eot");src:url("../fonts/a3-plugin-framework.eot?#iefix") format("embedded-opentype"),url("../fonts/a3-plugin-framework.woff") format("woff"),url("../fonts/a3-plugin-framework.ttf") format("truetype"),url("../fonts/a3-plugin-framework.svg#a3-plugin-framework") format("svg");font-weight:normal;font-style:normal}
 
93
  [class^="a3-plugin-ui-"]:before,[class*=" a3-plugin-ui-"]:before{font-family:"a3-plugin-framework" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;speak:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
94
  .a3-plugin-ui-a3-plugins-icon:before{content:"a"}
95
  .a3-plugin-ui-a3-rev-logo:before{content:"b"}
readme.txt CHANGED
@@ -3,8 +3,8 @@
3
  Contributors: a3rev, A3 Revolution Software Development team
4
  Tags: a3 lazy load, Lazy Loading , image lazy load, lazyload
5
  Requires at least: 4.0
6
- Tested up to: 4.1.0
7
- Stable tag: 1.1.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -144,6 +144,10 @@ Automatic installation is the easiest option as WordPress handles the file trans
144
 
145
  == Changelog ==
146
 
 
 
 
 
147
  = 1.1.0 - 2015/01/23 =
148
  * Feature - Added support for all WordPress video Embeds including Youtube, Vimeo and HTML5 video
149
  * Feature - Added support for content that is added by iframe from any source in post and page content and widgets
@@ -181,6 +185,9 @@ Automatic installation is the easiest option as WordPress handles the file trans
181
 
182
  == Upgrade Notice ==
183
 
 
 
 
184
  = 1.1.0 =
185
  Major version release. Added support for WordPress Embeds - Youtube, Vimeo, HTML5 video and iframe content from all sources.
186
 
3
  Contributors: a3rev, A3 Revolution Software Development team
4
  Tags: a3 lazy load, Lazy Loading , image lazy load, lazyload
5
  Requires at least: 4.0
6
+ Tested up to: 4.2.0
7
+ Stable tag: 1.1.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
144
 
145
  == Changelog ==
146
 
147
+ = 1.1.1 - 2015/04/21 =
148
+ * Tweak - Tested and Tweaked for full compatibility with WordPress Version 4.2.0
149
+ * Tweak - Update style of plugin framework. Removed the [data-icon] selector to prevent conflict with other plugins that have font awesome icons
150
+
151
  = 1.1.0 - 2015/01/23 =
152
  * Feature - Added support for all WordPress video Embeds including Youtube, Vimeo and HTML5 video
153
  * Feature - Added support for content that is added by iframe from any source in post and page content and widgets
185
 
186
  == Upgrade Notice ==
187
 
188
+ = 1.1.1 =
189
+ Maintenance upgrade. Code tweaks for full compatibility with WordPress 4.2.0 and WooCommerce 2.3.8
190
+
191
  = 1.1.0 =
192
  Major version release. Added support for WordPress Embeds - Youtube, Vimeo, HTML5 video and iframe content from all sources.
193