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

For 2.8.0 #66

Merged
merged 1 commit into from
Mar 11, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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