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

Commit

Permalink
For 2.8.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinsenter authored Mar 11, 2024
1 parent fcd8125 commit 7acf773
Show file tree
Hide file tree
Showing 24 changed files with 89 additions and 138 deletions.
2 changes: 1 addition & 1 deletion .docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
hostname: defer-wp-test
depends_on:
- mariadb
image: wordpress:php5.6
image: shinsenter/wordpress:php${PHP_VERSION:-7.4}
ports:
- "8000:80"
volumes:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ wp-content/plugins/hello.php
/readme.html
/sitemap.xml
/sitemap.xml.gz
.DS_Store
.php_cs.cache
composer.phar
/.old/
Expand Down
10 changes: 5 additions & 5 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
/**
* 🚀 A WordPress plugin that focuses on minimizing payload size of HTML document
* and optimizing processing on the browser when rendering the WordPress page.
* (c) 2021-2023 SHIN Company <service@shin.company>
* (c) 2021-2024 SHIN Company <service@shin.company>
*
* PHP Version >=5.6
*
* @category Web_Performance_Optimization
* @package defer-wordpress
* @author Mai Nhut Tan <shin@shin.company>
* @copyright 2021-2023 SHIN Company
* @copyright 2021-2024 SHIN Company
* @license https://code.shin.company/defer-wordpress/blob/master/LICENSE GPL-2.0
* @link https://code.shin.company/defer-wordpress
* @see https://code.shin.company/defer-wordpress/blob/master/README.md
Expand All @@ -19,14 +19,14 @@
$header = <<<'EOF'
🚀 A WordPress plugin that focuses on minimizing payload size of HTML document
and optimizing processing on the browser when rendering the WordPress page.
(c) 2021-2023 SHIN Company <service@shin.company>
(c) 2021-2024 SHIN Company <service@shin.company>
PHP Version >=5.6
@category Web_Performance_Optimization
@package defer-wordpress
@author Mai Nhut Tan <shin@shin.company>
@copyright 2021-2023 SHIN Company
@copyright 2021-2024 SHIN Company
@license https://code.shin.company/defer-wordpress/blob/master/LICENSE GPL-2.0
@link https://code.shin.company/defer-wordpress
@see https://code.shin.company/defer-wordpress/blob/master/README.md
Expand Down Expand Up @@ -65,7 +65,7 @@
];

$finder = \PhpCsFixer\Finder::create()
->in(dirname(__DIR__))
->in(__DIR__)
->name('*.php')
->exclude('.dist')
->exclude('.docker')
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ This plugin also works perfectly on popular browsers, including Internet Explore
Released under the GNU General Public License v2 license.
https://code.shin.company/defer-wordpress/blob/master/LICENSE

Copyright (c) 2019 Mai Nhut Tan &lt;[shin@shin.company](mailto:shin@shin.company)&gt;
Copyright (c) 2024 Mai Nhut Tan &lt;[shin@shin.company](mailto:shin@shin.company)&gt;
4 changes: 2 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
=== A faster website! (aka defer.js) ===
Contributors: shinsenter
Donate link: https://www.paypal.me/shinsenter
Tags: defer.js,optimization,core-web-vitals,lazyload,loading-lazy,lazy-loading,lazyload-image,lazyload-video,lazyload-font,lazyload-js,lazyload-css,lazyload-wordpress,lazyload-facebook,lazyload-youtube,site-performance,speed,pagespeed,page-speed,html-minify,shinsenter
Tags: lazyload,lazy-load,defer.js,core-web-vitals,pagespeed,page-speed,html-minify
Requires at least: 4.0
Tested up to: 6.3.1
Stable tag: trunk
Expand Down Expand Up @@ -101,7 +101,7 @@ Keep up-to-date with new releases:
Released under the GNU General Public License v2 license.
[https://code.shin.company/defer-wordpress/blob/master/LICENSE](https://code.shin.company/defer-wordpress/blob/master/LICENSE)

Copyright (c) 2019 Mai Nhut Tan &lt;[shin@shin.company](mailto:shin@shin.company)&gt;
Copyright (c) 2024 Mai Nhut Tan &lt;[shin@shin.company](mailto:shin@shin.company)&gt;


== Installation ==
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.0
2.8.0
4 changes: 2 additions & 2 deletions admin/class-defer-wordpress-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
/**
* 🚀 A WordPress plugin that focuses on minimizing payload size of HTML document
* and optimizing processing on the browser when rendering the WordPress page.
* (c) 2021-2023 SHIN Company <service@shin.company>
* (c) 2021-2024 SHIN Company <service@shin.company>
*
* PHP Version >=5.6
*
* @category Web_Performance_Optimization
* @package defer-wordpress
* @author Mai Nhut Tan <shin@shin.company>
* @copyright 2021-2023 SHIN Company
* @copyright 2021-2024 SHIN Company
* @license https://code.shin.company/defer-wordpress/blob/master/LICENSE GPL-2.0
* @link https://code.shin.company/defer-wordpress
* @see https://code.shin.company/defer-wordpress/blob/master/README.md
Expand Down
4 changes: 2 additions & 2 deletions admin/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
/**
* 🚀 A WordPress plugin that focuses on minimizing payload size of HTML document
* and optimizing processing on the browser when rendering the WordPress page.
* (c) 2021-2023 SHIN Company <service@shin.company>
* (c) 2021-2024 SHIN Company <service@shin.company>
*
* PHP Version >=5.6
*
* @category Web_Performance_Optimization
* @package defer-wordpress
* @author Mai Nhut Tan <shin@shin.company>
* @copyright 2021-2023 SHIN Company
* @copyright 2021-2024 SHIN Company
* @license https://code.shin.company/defer-wordpress/blob/master/LICENSE GPL-2.0
* @link https://code.shin.company/defer-wordpress
* @see https://code.shin.company/defer-wordpress/blob/master/README.md
Expand Down
2 changes: 1 addition & 1 deletion admin/js/defer-wordpress-admin.js

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

Loading

0 comments on commit 7acf773

Please sign in to comment.