You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -200,7 +200,7 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
200
200
= 1.8.5 - 2018/03/23 =
201
201
* Maintenance Update. Refactor of Lazy Load on Widgets, Full Compatibility with the Advanced Custom Fields plugin, optimization tweaks and 3 bug fixes.
202
202
* Refactor - Apply lazy load to all widgets instead of Text Widget and HTML widget from WordPress
203
-
* Refactor - Remove the code that hook to tag wp_get_attachment_image_attributes which was required to add support for lazy load for [gallery] shortcode. Redundant after WP version 4.6.0 and now removed.
203
+
* Refactor - Remove the code that hook to tag 'wp_get_attachment_image_attributes' which was required to add support for lazy load for [gallery] shortcode. Redundant after WP version 4.6.0 and now removed.
204
204
* Tweak - Add filter to acf_the_content tag for apply lazy load on the Content from ACF plugin. Kudos to @ondoheer for creating full compatibility with ACF Free and Premium version.
205
205
* Tweak - Disable load new google fonts via API. Google fonts not used and saves 4 calls to database on each page load. Thanks to Robert Harm for reporting the issue
206
206
* Tweak - Optimized loading gif compression for even faster load. Thanks @jasom for the suggestion
@@ -231,18 +231,18 @@ Filter tags to add to class name of theme to exclude lazy load on images or vide
231
231
* Fix - WordPress Admin Tool Bar User Avatar conflict Issue #2
232
232
233
233
= 1.8.1 - 2017/05/31 =
234
-
* Fix - Use correct object A3_Lazy_Load instead of this as it was causing a fatal error
234
+
* Fix - Use correct object A3_Lazy_Load instead of 'this' as it was causing a fatal error
235
235
236
236
= 1.8.0 - 2017/05/30 =
237
-
* Feature Updated for compatibility with Better AMP plugin
238
-
* Feature Launched a3Lazy Load Github public Repository
239
-
* Feature WordPress Translation activation. Add text domain declaration in file header.
237
+
* Feature - Updated for compatibility with Better AMP plugin
238
+
* Feature - Launched a3Lazy Load Github public Repository
239
+
* Feature - WordPress Translation activation. Add text domain declaration in file header.
240
240
* Tweak - Change global $$variable to global ${$variable} for compatibility with PHP 7.0
241
241
* Tweak - Update a3 Revolution to a3rev Software on plugins description
242
242
* Tweak - Update plugin framework to latest version
243
243
* Tweak - Tested for full compatibility with WordPress version 4.7.5
244
244
* Tweak - Tested for full compatibility with PHP 7.0
245
-
* Fix Exclude images by class
245
+
* Fix - Exclude images by class
246
246
247
247
= 1.7.1 =
248
248
* Tweak - Register fontawesome in plugin framework with style name is 'font-awesome-styles'
0 commit comments