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

Commit f9bddb7

Browse files
authored
Merge pull request #34 from shinsenter/develop
Fixed some Firefox bugs
2 parents ae8e6d9 + 2c4f2da commit f9bddb7

File tree

5 files changed

+15
-13
lines changed

5 files changed

+15
-13
lines changed

README.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: shinsenter
33
Donate link: https://www.paypal.me/shinsenter
44
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
55
Requires at least: 4.0
6-
Tested up to: 5.6.0
6+
Tested up to: 5.6-RC5
77
Stable tag: trunk
88
Requires PHP: 5.6
99
License: GPL-2.0+
@@ -103,6 +103,8 @@ Lazy loading content on web page can help reduce resource contention and improve
103103

104104
== Changelog ==
105105

106+
1.1.13 Fixed some Firefox bugs
107+
106108
1.1.12 Fixed some IE bugs, tested with the latest WordPress version
107109

108110
1.1.11 Fixed security issue (Fixed CVE-2019-18888)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.12
1+
1.1.13

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

defer-wordpress.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020
* Currently plugin version.
2121
* Rename this for your plugin and update it as you release new versions.
2222
*/
23-
define('DEFER_WORDPRESS_PLUGIN_VERSION', '1.1.12');
23+
define('DEFER_WORDPRESS_PLUGIN_VERSION', '1.1.13');
2424
define('DEFER_JS_PREFIX', 'shinsenter_deferjs_');
2525

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

4444
if (!defined('DEFER_JS_VERSION')) {
45-
define('DEFER_JS_VERSION', '1.1.12');
45+
define('DEFER_JS_VERSION', '1.1.13');
4646
}
4747

4848
if (!defined('DEFER_JS_PLUGIN_NAME')) {

public/js/defer.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)