From 6c146633749a5cef2c3da439eb09052a699e74d4 Mon Sep 17 00:00:00 2001 From: Anibal Sanchez Date: Thu, 25 Jan 2024 19:35:26 +0100 Subject: [PATCH] feat(year): Update year 2024 --- .env | 3 +-- .phan/config.php | 2 +- .php-cs-fixer.dist.php | 5 +++-- README.md | 2 +- build/templates/package/script.xttailwind.php | 2 +- .../Service/Cms/Joomla/ScriptHelper.php | 2 +- package.json | 16 ++++++++-------- package/script.xttailwind.php | 2 +- template/.phan/config.php | 2 +- template/.php-cs-fixer.dist.php | 5 +++-- template/README.md | 2 +- template/component.php | 2 +- template/error.php | 2 +- template/html/com_content/article/default.php | 2 +- .../html/com_content/featured/default_item.php | 2 +- template/html/layouts/joomla/pagination/link.php | 2 +- template/index.php | 2 +- template/language/en-GB/en-GB.tpl_xttailwind.ini | 2 +- .../language/en-GB/en-GB.tpl_xttailwind.sys.ini | 2 +- template/offline.php | 2 +- template/tailwind.config.js | 2 +- template/webpack.config.js | 2 +- webpack.config.js | 2 +- 23 files changed, 34 insertions(+), 33 deletions(-) diff --git a/.env b/.env index 46b8359..f5c7cbd 100644 --- a/.env +++ b/.env @@ -7,7 +7,7 @@ EXTENSION_DESC="XT Tailwind - My Blog template, based on Tailwind CSS." EXTENSION_CDN="http://cdn.extly.com" TRANSLATION_KEY="XTTAILWIND" -RELEASE_VERSION="8.0.0" +RELEASE_VERSION="8.1.0" LICENSE="GNU General Public License version 3 or later; see LICENSE.txt" LICENSE_CODE="GNU/GPLv3 www.gnu.org/licenses/gpl-3.0.html" @@ -23,4 +23,3 @@ TRANSLATION_COPYRIGHT=";%CR%; [AUTHOR] <[AUTHOR_EMAIL]>%CR%; [COPYRIGHT]%CR%; Li PHP_COPYRIGHT="/**%CR% * @package [EXTENSION_NAME]%CR% *%CR% * @author [AUTHOR] <[AUTHOR_EMAIL]>%CR% * @copyright [COPYRIGHT]%CR% * @license [LICENSE]%CR% * @link [AUTHOR_URL]%CR% */%CR%" JS_COPYRIGHT="/*!%CR% * [EXTENSION_NAME]%CR% *%CR% * @license [LICENSE_CODE]%CR% * @version [RELEASE_VERSION]%CR% * @author [AUTHOR], [AUTHOR_URL]%CR% * @updated [DATE]%CR% * @link [AUTHOR_URL]%CR% *%CR% */%CR%" CSS_COPYRIGHT="/*!%CR% * [EXTENSION_NAME]%CR% *%CR% * @license [LICENSE_CODE]%CR% * @version [RELEASE_VERSION]%CR% * @author [AUTHOR], [AUTHOR_URL]%CR% * @updated [DATE]%CR% * @link [AUTHOR_URL]%CR% *%CR% */%CR%" - diff --git a/.phan/config.php b/.phan/config.php index f4282ac..1e60b45 100644 --- a/.phan/config.php +++ b/.phan/config.php @@ -4,7 +4,7 @@ * @package XT Tailwind for Joomla * * @author Extly, CB. - * @copyright Copyright (c)2012-2023 Extly, CB. All rights reserved. + * @copyright Copyright (c)2012-2024 Extly, CB. All rights reserved. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL * * @see https://www.extly.com diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 40eba02..ba05fe1 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -4,7 +4,7 @@ * @package XT Tailwind for Joomla * * @author Extly, CB. - * @copyright Copyright (c)2012-2023 Extly, CB. All rights reserved. + * @copyright Copyright (c)2012-2024 Extly, CB. All rights reserved. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL * * @see https://www.extly.com @@ -14,7 +14,7 @@ @package XT Tailwind for Joomla @author Extly, CB. -@copyright Copyright (c)2012-2023 Extly, CB. All rights reserved. +@copyright Copyright (c)2012-2024 Extly, CB. All rights reserved. @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL @see https://www.extly.com @@ -152,6 +152,7 @@ 'short_scalar_cast' => true, 'simplified_null_return' => false, // disabled as "risky" 'single_blank_line_at_eof' => true, + 'blank_lines_before_namespace' => false, 'single_blank_line_before_namespace' => true, 'single_class_element_per_statement' => [ 'elements' => ['const', 'property'], diff --git a/README.md b/README.md index bcad185..413c77a 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ Update to Tailwind CSS v1.2.0, including Tailwind UI support. ## Copyright & License -- Copyright (c)2012-2021 Extly, CB. All rights reserved. +- Copyright (c)2012-2024 Extly, CB. All rights reserved. - Distributed under the GNU General Public License version 3 or later; see LICENSE - This project is dedicated to [Andrea Gentil](http://www.twitter.com/andreagentil) ;-D diff --git a/build/templates/package/script.xttailwind.php b/build/templates/package/script.xttailwind.php index b678049..e2d053b 100644 --- a/build/templates/package/script.xttailwind.php +++ b/build/templates/package/script.xttailwind.php @@ -3,7 +3,7 @@ /* * @package XT Tailwind for Joomla * @author Extly, CB. - * @copyright Copyright (c)2012-2021 Extly, CB. All rights reserved. + * @copyright Copyright (c)2012-2024 Extly, CB. All rights reserved. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL * @see https://www.extly.com */ diff --git a/library/src/Infrastructure/Service/Cms/Joomla/ScriptHelper.php b/library/src/Infrastructure/Service/Cms/Joomla/ScriptHelper.php index 76fc10e..5d2bbcf 100644 --- a/library/src/Infrastructure/Service/Cms/Joomla/ScriptHelper.php +++ b/library/src/Infrastructure/Service/Cms/Joomla/ScriptHelper.php @@ -4,7 +4,7 @@ * @package XT Tailwind for Joomla * * @author Extly, CB. - * @copyright Copyright (c)2012-2023 Extly, CB. All rights reserved. + * @copyright Copyright (c)2012-2024 Extly, CB. All rights reserved. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL * * @see https://www.extly.com diff --git a/package.json b/package.json index 76ed910..7aef051 100644 --- a/package.json +++ b/package.json @@ -19,25 +19,25 @@ }, "homepage": "https://github.com/anibalsanchez/extension-skeleton-for-joomla#readme", "devDependencies": { - "@babel/cli": "^7.19.3", - "@babel/core": "^7.20.2", + "@babel/cli": "^7.23.4", + "@babel/core": "^7.23.7", "@babel/polyfill": "^7.12.1", - "@babel/preset-env": "^7.20.2", + "@babel/preset-env": "^7.23.8", "copy-webpack-plugin": "^5.1.2", "cross-env": "^7.0.3", "dotenv-webpack": "^1.8.0", "eslint": "^7.32.0", "eslint-config-airbnb": "^18.2.1", - "eslint-plugin-import": "^2.26.0", - "eslint-plugin-jsx-a11y": "^6.6.1", - "eslint-plugin-react": "^7.31.11", + "eslint-plugin-import": "^2.29.1", + "eslint-plugin-jsx-a11y": "^6.8.0", + "eslint-plugin-react": "^7.33.2", "filemanager-webpack-plugin": "^2.0.5", "fs-extra": "^9.1.0", "glob": "^7.2.3", - "moment": "^2.29.4", + "moment": "^2.30.1", "serialize-javascript": "^3.1.0", "touch": "^3.1.0", - "webpack": "^4.46.0", + "webpack": "^4.47.0", "webpack-cli": "^3.3.12", "webpack-zip-files-plugin": "^1.0.0" }, diff --git a/package/script.xttailwind.php b/package/script.xttailwind.php index 412b8ec..7a3829b 100644 --- a/package/script.xttailwind.php +++ b/package/script.xttailwind.php @@ -3,7 +3,7 @@ /* * @package XT Tailwind for Joomla * @author Extly, CB. - * @copyright Copyright (c)2012-2021 Extly, CB. All rights reserved. + * @copyright Copyright (c)2012-2024 Extly, CB. All rights reserved. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL * @see https://www.extly.com */ diff --git a/template/.phan/config.php b/template/.phan/config.php index 39a8aff..8c1b04c 100644 --- a/template/.phan/config.php +++ b/template/.phan/config.php @@ -4,7 +4,7 @@ * @package XT Tailwind for Joomla * * @author Extly, CB. - * @copyright Copyright (c)2012-2023 Extly, CB. All rights reserved. + * @copyright Copyright (c)2012-2024 Extly, CB. All rights reserved. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL * * @see https://www.extly.com diff --git a/template/.php-cs-fixer.dist.php b/template/.php-cs-fixer.dist.php index 40eba02..ba05fe1 100644 --- a/template/.php-cs-fixer.dist.php +++ b/template/.php-cs-fixer.dist.php @@ -4,7 +4,7 @@ * @package XT Tailwind for Joomla * * @author Extly, CB. - * @copyright Copyright (c)2012-2023 Extly, CB. All rights reserved. + * @copyright Copyright (c)2012-2024 Extly, CB. All rights reserved. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL * * @see https://www.extly.com @@ -14,7 +14,7 @@ @package XT Tailwind for Joomla @author Extly, CB. -@copyright Copyright (c)2012-2023 Extly, CB. All rights reserved. +@copyright Copyright (c)2012-2024 Extly, CB. All rights reserved. @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL @see https://www.extly.com @@ -152,6 +152,7 @@ 'short_scalar_cast' => true, 'simplified_null_return' => false, // disabled as "risky" 'single_blank_line_at_eof' => true, + 'blank_lines_before_namespace' => false, 'single_blank_line_before_namespace' => true, 'single_class_element_per_statement' => [ 'elements' => ['const', 'property'], diff --git a/template/README.md b/template/README.md index bc719ae..9844899 100644 --- a/template/README.md +++ b/template/README.md @@ -112,6 +112,6 @@ npm run prod ## Copyright & License -- Copyright (c)2012-2023 Extly, CB. All rights reserved. +- Copyright (c)2012-2024 Extly, CB. All rights reserved. - Distributed under the GNU General Public License version 3 or later; see LICENSE - This project is dedicated to [Andrea Gentil](http://www.twitter.com/andreagentil) ;-D diff --git a/template/component.php b/template/component.php index ab51ab7..b5c8fe3 100644 --- a/template/component.php +++ b/template/component.php @@ -4,7 +4,7 @@ * @package XT Tailwind for Joomla * * @author Extly, CB. - * @copyright Copyright (c)2012-2023 Extly, CB. All rights reserved. + * @copyright Copyright (c)2012-2024 Extly, CB. All rights reserved. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL * * @see https://www.extly.com diff --git a/template/error.php b/template/error.php index 4cc8cd8..eb4cbae 100644 --- a/template/error.php +++ b/template/error.php @@ -4,7 +4,7 @@ * @package XT Tailwind for Joomla * * @author Extly, CB. - * @copyright Copyright (c)2012-2023 Extly, CB. All rights reserved. + * @copyright Copyright (c)2012-2024 Extly, CB. All rights reserved. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL * * @see https://www.extly.com diff --git a/template/html/com_content/article/default.php b/template/html/com_content/article/default.php index 348b132..f0cf90f 100644 --- a/template/html/com_content/article/default.php +++ b/template/html/com_content/article/default.php @@ -4,7 +4,7 @@ * @package XT Tailwind for Joomla * * @author Extly, CB. - * @copyright Copyright (c)2012-2023 Extly, CB. All rights reserved. + * @copyright Copyright (c)2012-2024 Extly, CB. All rights reserved. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL * * @see https://www.extly.com diff --git a/template/html/com_content/featured/default_item.php b/template/html/com_content/featured/default_item.php index df8a957..832ee86 100644 --- a/template/html/com_content/featured/default_item.php +++ b/template/html/com_content/featured/default_item.php @@ -4,7 +4,7 @@ * @package XT Tailwind for Joomla * * @author Extly, CB. - * @copyright Copyright (c)2012-2023 Extly, CB. All rights reserved. + * @copyright Copyright (c)2012-2024 Extly, CB. All rights reserved. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL * * @see https://www.extly.com diff --git a/template/html/layouts/joomla/pagination/link.php b/template/html/layouts/joomla/pagination/link.php index 9ae085f..6809afc 100644 --- a/template/html/layouts/joomla/pagination/link.php +++ b/template/html/layouts/joomla/pagination/link.php @@ -4,7 +4,7 @@ * @package XT Tailwind for Joomla * * @author Extly, CB. - * @copyright Copyright (c)2012-2023 Extly, CB. All rights reserved. + * @copyright Copyright (c)2012-2024 Extly, CB. All rights reserved. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL * * @see https://www.extly.com diff --git a/template/index.php b/template/index.php index dce7a5c..87e7868 100644 --- a/template/index.php +++ b/template/index.php @@ -4,7 +4,7 @@ * @package XT Tailwind for Joomla * * @author Extly, CB. - * @copyright Copyright (c)2012-2023 Extly, CB. All rights reserved. + * @copyright Copyright (c)2012-2024 Extly, CB. All rights reserved. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL * * @see https://www.extly.com diff --git a/template/language/en-GB/en-GB.tpl_xttailwind.ini b/template/language/en-GB/en-GB.tpl_xttailwind.ini index d950125..3870912 100644 --- a/template/language/en-GB/en-GB.tpl_xttailwind.ini +++ b/template/language/en-GB/en-GB.tpl_xttailwind.ini @@ -1,6 +1,6 @@ ; ; Extly, CB -; Copyright (c)2012-2023 Extly, CB All rights reserved. +; Copyright (c)2012-2024 Extly, CB All rights reserved. ; License GNU General Public License version 3 or later; see LICENSE.txt ; diff --git a/template/language/en-GB/en-GB.tpl_xttailwind.sys.ini b/template/language/en-GB/en-GB.tpl_xttailwind.sys.ini index d950125..3870912 100644 --- a/template/language/en-GB/en-GB.tpl_xttailwind.sys.ini +++ b/template/language/en-GB/en-GB.tpl_xttailwind.sys.ini @@ -1,6 +1,6 @@ ; ; Extly, CB -; Copyright (c)2012-2023 Extly, CB All rights reserved. +; Copyright (c)2012-2024 Extly, CB All rights reserved. ; License GNU General Public License version 3 or later; see LICENSE.txt ; diff --git a/template/offline.php b/template/offline.php index 36d2625..cfa0d8a 100644 --- a/template/offline.php +++ b/template/offline.php @@ -4,7 +4,7 @@ * @package XT Tailwind for Joomla * * @author Extly, CB. - * @copyright Copyright (c)2012-2023 Extly, CB. All rights reserved. + * @copyright Copyright (c)2012-2024 Extly, CB. All rights reserved. * @license https://www.gnu.org/licenses/gpl-3.0.html GNU/GPL * * @see https://www.extly.com diff --git a/template/tailwind.config.js b/template/tailwind.config.js index b135612..361e188 100644 --- a/template/tailwind.config.js +++ b/template/tailwind.config.js @@ -1,6 +1,6 @@ /** * @author Extly, CB - * @copyright Copyright (c)2012-2023 Extly, CB All rights reserved. + * @copyright Copyright (c)2012-2024 Extly, CB All rights reserved. * @license MIT; see LICENSE.txt * * @see https://www.extly.com diff --git a/template/webpack.config.js b/template/webpack.config.js index 627f95c..0ee75e4 100644 --- a/template/webpack.config.js +++ b/template/webpack.config.js @@ -1,6 +1,6 @@ /** * @author Extly, CB - * @copyright Copyright (c)2012-2023 Extly, CB All rights reserved. + * @copyright Copyright (c)2012-2024 Extly, CB All rights reserved. * @license MIT; see LICENSE.txt * * @see https://www.extly.com diff --git a/webpack.config.js b/webpack.config.js index fc8c009..1e754a2 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -3,7 +3,7 @@ * * @license License GNU General Public License version 2 or later; see LICENSE.txt * @author Andrea Gentil - Anibal Sanchez - * @copyright (c)2012-2022 Extly, CB. All rights reserved. + * @copyright (c)2012-2023 Extly, CB. All rights reserved. * */