Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hot fix #19

Merged
merged 1 commit into from Apr 8, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.txt
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
@@ -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
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