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

Commit 1f68a60

Browse files
authored
Merge pull request #35 from shinsenter/develop
Improved performance
2 parents f9bddb7 + 9397645 commit 1f68a60

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

README.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ Lazy loading content on web page can help reduce resource contention and improve
103103

104104
== Changelog ==
105105

106+
1.1.14 Improved performance
107+
106108
1.1.13 Fixed some Firefox bugs
107109

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

VERSION

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

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.13');
23+
define('DEFER_WORDPRESS_PLUGIN_VERSION', '1.1.14');
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.13
31+
* Version: 1.1.14
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.13');
45+
define('DEFER_JS_VERSION', '1.1.14');
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)