Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #34 from shinsenter/develop
Browse files Browse the repository at this point in the history
Fixed some Firefox bugs
  • Loading branch information
shinsenter authored Jan 7, 2021
2 parents ae8e6d9 + 2c4f2da commit f9bddb7
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 13 deletions.
4 changes: 3 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: shinsenter
Donate link: https://www.paypal.me/shinsenter
Tags: lazy,lazyload,lazy-js,lazy-css,lazy-image,lazy-iframe,lazy-video,pagespeed,website-performance,lazy-loading,lazy-loader,defer,lazy-ads,efficient,avoid-render-blocking,browser-compatibility,intersection-observer,browser-perf,defer.js
Requires at least: 4.0
Tested up to: 5.6.0
Tested up to: 5.6-RC5
Stable tag: trunk
Requires PHP: 5.6
License: GPL-2.0+
Expand Down Expand Up @@ -103,6 +103,8 @@ Lazy loading content on web page can help reduce resource contention and improve

== Changelog ==

1.1.13 Fixed some Firefox bugs

1.1.12 Fixed some IE bugs, tested with the latest WordPress version

1.1.11 Fixed security issue (Fixed CVE-2019-18888)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.12
1.1.13
14 changes: 7 additions & 7 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions defer-wordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
* Currently plugin version.
* Rename this for your plugin and update it as you release new versions.
*/
define('DEFER_WORDPRESS_PLUGIN_VERSION', '1.1.12');
define('DEFER_WORDPRESS_PLUGIN_VERSION', '1.1.13');
define('DEFER_JS_PREFIX', 'shinsenter_deferjs_');

/*
* @wordpress-plugin
* Plugin Name: An efficient lazy loader (defer.js)
* Plugin URI: https://wordpress.org/plugins/shins-pageload-magic/
* Description: ⚡️ A native, blazing fast lazy loader. ✅ Legacy browsers support (IE9+). 💯 SEO friendly. 🧩 Lazy load almost anything.
* Version: 1.1.12
* Version: 1.1.13
* Author: Mai Nhut Tan
* Author URI: https://code.shin.company/
* License: GPL-2.0+
Expand All @@ -42,7 +42,7 @@
*/

if (!defined('DEFER_JS_VERSION')) {
define('DEFER_JS_VERSION', '1.1.12');
define('DEFER_JS_VERSION', '1.1.13');
}

if (!defined('DEFER_JS_PLUGIN_NAME')) {
Expand Down
2 changes: 1 addition & 1 deletion public/js/defer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f9bddb7

Please sign in to comment.