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 #17 from shinsenter/develop
Browse files Browse the repository at this point in the history
Hotfix
  • Loading branch information
shinsenter committed Apr 8, 2019
2 parents 4f9edcc + 258e3f6 commit 4ed3856
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ Lazy loading content on web page can help reduce resource contention and improve

== Changelog ==

1.1.5 Hotfix: Escape HTML node value

1.1.4 Many improvements

1.1.3 Unify lazy attributes of another plugins

1.1.2 Fixed some known issues with gtm.js, improve library's caches
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.4
1.1.5
10 changes: 5 additions & 5 deletions composer.lock

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

4 changes: 2 additions & 2 deletions defer-wordpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* Currently plugin version.
* Rename this for your plugin and update it as you release new versions.
*/
define('DEFER_WORDPRESS_PLUGIN_VERSION', '1.1.4');
define('DEFER_WORDPRESS_PLUGIN_VERSION', '1.1.5');
define('DEFER_JS_PREFIX', 'shinsenter_deferjs_');
define('DEFER_GA_SCRIPT', '!function(n,a){n[a]=n[a]||[],n[a].push(["js",new Date],["config","UA-34520609-2"])}(window,"dataLayer")');

Expand All @@ -29,7 +29,7 @@
* Plugin Name: A performant 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.4
* Version: 1.1.5
* Author: Mai Nhut Tan
* Author URI: https://code.shin.company/
* License: GPL-2.0+
Expand Down

0 comments on commit 4ed3856

Please sign in to comment.