Skip to content

Commit

Permalink
feat(year): Update year 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalsanchez committed Jan 25, 2024
1 parent 5ad7931 commit 6c14663
Show file tree
Hide file tree
Showing 23 changed files with 34 additions and 33 deletions.
3 changes: 1 addition & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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%"

2 changes: 1 addition & 1 deletion .phan/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package XT Tailwind for Joomla
*
* @author Extly, CB. <[email protected]>
* @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
Expand Down
5 changes: 3 additions & 2 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package XT Tailwind for Joomla
*
* @author Extly, CB. <[email protected]>
* @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
Expand All @@ -14,7 +14,7 @@
@package XT Tailwind for Joomla
@author Extly, CB. <[email protected]>
@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
Expand Down Expand Up @@ -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'],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build/templates/package/script.xttailwind.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* @package XT Tailwind for Joomla
* @author Extly, CB. <[email protected]>
* @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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package XT Tailwind for Joomla
*
* @author Extly, CB. <[email protected]>
* @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
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion package/script.xttailwind.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/*
* @package XT Tailwind for Joomla
* @author Extly, CB. <[email protected]>
* @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
*/
Expand Down
2 changes: 1 addition & 1 deletion template/.phan/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package XT Tailwind for Joomla
*
* @author Extly, CB. <[email protected]>
* @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
Expand Down
5 changes: 3 additions & 2 deletions template/.php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package XT Tailwind for Joomla
*
* @author Extly, CB. <[email protected]>
* @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
Expand All @@ -14,7 +14,7 @@
@package XT Tailwind for Joomla
@author Extly, CB. <[email protected]>
@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
Expand Down Expand Up @@ -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'],
Expand Down
2 changes: 1 addition & 1 deletion template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion template/component.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package XT Tailwind for Joomla
*
* @author Extly, CB. <[email protected]>
* @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
Expand Down
2 changes: 1 addition & 1 deletion template/error.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package XT Tailwind for Joomla
*
* @author Extly, CB. <[email protected]>
* @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
Expand Down
2 changes: 1 addition & 1 deletion template/html/com_content/article/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package XT Tailwind for Joomla
*
* @author Extly, CB. <[email protected]>
* @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
Expand Down
2 changes: 1 addition & 1 deletion template/html/com_content/featured/default_item.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package XT Tailwind for Joomla
*
* @author Extly, CB. <[email protected]>
* @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
Expand Down
2 changes: 1 addition & 1 deletion template/html/layouts/joomla/pagination/link.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package XT Tailwind for Joomla
*
* @author Extly, CB. <[email protected]>
* @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
Expand Down
2 changes: 1 addition & 1 deletion template/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package XT Tailwind for Joomla
*
* @author Extly, CB. <[email protected]>
* @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
Expand Down
2 changes: 1 addition & 1 deletion template/language/en-GB/en-GB.tpl_xttailwind.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;
; Extly, CB <[email protected]>
; 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
;

Expand Down
2 changes: 1 addition & 1 deletion template/language/en-GB/en-GB.tpl_xttailwind.sys.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
;
; Extly, CB <[email protected]>
; 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
;

Expand Down
2 changes: 1 addition & 1 deletion template/offline.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package XT Tailwind for Joomla
*
* @author Extly, CB. <[email protected]>
* @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
Expand Down
2 changes: 1 addition & 1 deletion template/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @author Extly, CB <[email protected]>
* @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
Expand Down
2 changes: 1 addition & 1 deletion template/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @author Extly, CB <[email protected]>
* @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
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* @license License GNU General Public License version 2 or later; see LICENSE.txt
* @author Andrea Gentil - Anibal Sanchez <[email protected]>
* @copyright (c)2012-2022 Extly, CB. All rights reserved.
* @copyright (c)2012-2023 Extly, CB. All rights reserved.
*
*/

Expand Down

0 comments on commit 6c14663

Please sign in to comment.