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 #35 from shinsenter/develop
Browse files Browse the repository at this point in the history
Improved performance
  • Loading branch information
shinsenter authored Jan 8, 2021
2 parents f9bddb7 + 9397645 commit 1f68a60
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ Lazy loading content on web page can help reduce resource contention and improve

== Changelog ==

1.1.14 Improved performance

1.1.13 Fixed some Firefox bugs

1.1.12 Fixed some IE bugs, tested with the latest WordPress version
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.13
1.1.14
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.13');
define('DEFER_WORDPRESS_PLUGIN_VERSION', '1.1.14');
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.13
* Version: 1.1.14
* 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.13');
define('DEFER_JS_VERSION', '1.1.14');
}

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 1f68a60

Please sign in to comment.