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

Commit a3c42fd

Browse files
committed
Small updates
1 parent f27dd68 commit a3c42fd

File tree

7 files changed

+21
-15
lines changed

7 files changed

+21
-15
lines changed

README.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This plugin incorporates tips used a lot by experienced web experts, as well as
2222
Rate [5 stars (⭐️⭐️⭐️⭐️⭐️)](https://wordpress.org/support/plugin/shins-pageload-magic/reviews/?filter=5#new-post) if you guys like it.
2323

2424

25-
### Good points
25+
### What people loves
2626

2727
- ⚡️ Native API, blazing fast
2828
- 👍 Legacy browsers support (IE9+)
@@ -163,6 +163,8 @@ We recommend you use it with another page-caching plugin for best performance.
163163

164164
== Changelog ==
165165

166+
2.4 Small updates and documentations
167+
166168
2.3 Bug fixes and improvements
167169

168170
2.2 Code improvements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
2.4.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
"require": {
5656
"php": ">=5.6",
57-
"shinsenter/defer.php": "^2.3",
57+
"shinsenter/defer.php": "^2.4",
5858
"symfony/polyfill-mbstring": "<=1.22.0",
5959
"dangoodman/composer-for-wordpress": "^2.0"
6060
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

defer-wordpress.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* Plugin Name: A faster website! (aka defer.js)
2929
* Plugin URI: https://wordpress.org/plugins/shins-pageload-magic/
3030
* Description: 💯 Latest web technologies in website optimization by experienced web experts. 🔰 Very easy to use.
31-
* Version: 2.4.0
31+
* Version: 2.4.1
3232
* Author: Mai Nhut Tan
3333
* Author URI: https://code.shin.company/
3434
* License: GPL-2.0+
@@ -44,7 +44,7 @@
4444
if (!defined('DEFER_WP_PLUGIN_VERSION')) {
4545
define('DEFER_WP_PLUGIN_BASE', plugin_basename(__FILE__));
4646
define('DEFER_WP_PLUGIN_NAME', 'defer-wordpress');
47-
define('DEFER_WP_PLUGIN_VERSION', '2.4.0');
47+
define('DEFER_WP_PLUGIN_VERSION', '2.4.1');
4848
define('DEFER_WP_PLUGIN_PREFIX', DEFER_WP_PLUGIN_NAME . '_');
4949

5050
define('DEFER_WP_PLUGIN_HOOK', 'plugin_action_links_' . DEFER_WP_PLUGIN_BASE);
@@ -58,7 +58,7 @@
5858
$has_deferjs = file_exists(__DIR__ . '/public/lib/defer_plus.min.js');
5959
define('DEFER_WP_SRC_DEFERJS_CDN', $has_deferjs
6060
? __DIR__ . '/public/lib/defer_plus.min.js'
61-
: 'https://cdn.jsdelivr.net/npm/@shinsenter/[email protected].0/dist/defer_plus.min.js');
61+
: 'https://cdn.jsdelivr.net/npm/@shinsenter/[email protected].2/dist/defer_plus.min.js');
6262

6363
$has_polyfill = file_exists(__DIR__ . '/public/lib/polyfill.min.js');
6464
define('DEFER_WP_SRC_POLYFILL_CDN', $has_polyfill

package-lock.json

Lines changed: 11 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Mai Nhut Tan <[email protected]>",
66
"license": "GPL-2.0",
77
"dependencies": {
8-
"@shinsenter/defer.js": "^2.4.1"
8+
"@shinsenter/defer.js": "^2.4.2"
99
},
1010
"repository": {
1111
"type": "git",

0 commit comments

Comments
 (0)