diff --git a/README.txt b/README.txt index 73d0f2f..1f08874 100755 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/VERSION b/VERSION index 1b87bcd..314c3d7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.4 \ No newline at end of file +1.1.5 \ No newline at end of file diff --git a/composer.lock b/composer.lock index 7f4de67..7d69370 100644 --- a/composer.lock +++ b/composer.lock @@ -8,16 +8,16 @@ "packages": [ { "name": "shinsenter/defer.php", - "version": "1.0.7", + "version": "1.0.8", "source": { "type": "git", "url": "https://github.com/shinsenter/defer.php.git", - "reference": "c3b381a0fc1958c167d8d0cb57b043bf791d14fd" + "reference": "b7304370a681d4533831a1bf33c80e7b5408ad1b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/shinsenter/defer.php/zipball/c3b381a0fc1958c167d8d0cb57b043bf791d14fd", - "reference": "c3b381a0fc1958c167d8d0cb57b043bf791d14fd", + "url": "https://api.github.com/repos/shinsenter/defer.php/zipball/b7304370a681d4533831a1bf33c80e7b5408ad1b", + "reference": "b7304370a681d4533831a1bf33c80e7b5408ad1b", "shasum": "" }, "require": { @@ -71,7 +71,7 @@ "performance", "website speed optimization" ], - "time": "2019-04-07T14:33:08+00:00" + "time": "2019-04-08T06:37:04+00:00" }, { "name": "symfony/http-foundation", diff --git a/defer-wordpress.php b/defer-wordpress.php index fce2e6f..f995459 100755 --- a/defer-wordpress.php +++ b/defer-wordpress.php @@ -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")'); @@ -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+