From 6986fad2dc8a693400ffc5c4b630915c727e2552 Mon Sep 17 00:00:00 2001 From: Marcus Balasch Date: Fri, 30 Jun 2023 13:28:21 +0200 Subject: [PATCH] [RELEASE] new version 6.0.0 --- Documentation/About/ChangeLog/5-0-2.rst | 49 +++++++++++++++++++ Documentation/About/ChangeLog/6-0-0.rst | 2 +- Documentation/About/ChangeLog/Index.rst | 1 + .../vendor/firebase/php-jwt/composer.json | 2 +- 4 files changed, 52 insertions(+), 2 deletions(-) create mode 100644 Documentation/About/ChangeLog/5-0-2.rst diff --git a/Documentation/About/ChangeLog/5-0-2.rst b/Documentation/About/ChangeLog/5-0-2.rst new file mode 100644 index 0000000..76b4039 --- /dev/null +++ b/Documentation/About/ChangeLog/5-0-2.rst @@ -0,0 +1,49 @@ +.. include:: ../../Includes.txt + +========================== +Version 5.0.2 - 2023/06/30 +========================== + +Bugfix and maintenance release + +Download +======== + +Download this version from the `TYPO3 extension repository `__ or from +`GitHub `__. + +Added +===== + +Changed +======= +* Some branches cleanups +* Bugfix JWT::decode method signature + +Deprecated +========== + +Removed +======= + +All Changes +=========== +This is a list of all changes in this release:: + + 2023-06-30 Merge branch 'master' into release-5.x (Commit db25b11 by Marcus Balasch) + 2023-06-29 [BUGFIX] PHP 7.4 compatibility for test. TER-118 TER-120 (#168) (Commit f23876c by Sebastian Afeldt) + 2023-06-27 [BUGFIX] JWT::decode method signature not respected (#163) (Commit d287211 by J. Peter M. Schuler) + 2023-05-26 Featue/newrelease 5.0.1 (#160) (Commit 8e0e340 by Marcus Balasch) + 2023-05-26 Release 5.0.1 (#156) (Commit 3aebabc by Marcus Balasch) + 2023-05-08 [RELEASE] Release of version 5.0.0 (#153) (Commit 312766c by bitmotionAE) + +Contributors +============ +Following people have contributed to this release: + +* J. Peter M. Schuler +* Marcus Balasch +* Niklas Grieger +* Sebastian Afeldt + +Thank you very much for your support. The next drink is on us! 🍻 diff --git a/Documentation/About/ChangeLog/6-0-0.rst b/Documentation/About/ChangeLog/6-0-0.rst index c73c3ff..d8c6996 100755 --- a/Documentation/About/ChangeLog/6-0-0.rst +++ b/Documentation/About/ChangeLog/6-0-0.rst @@ -4,7 +4,7 @@ Version 6.0.0 - 2023/06/26 ========================== -This release is a new major release. It introduces support for TYPO3 12 LTS as well as for PHP 8.1. TYPO3 11 LTS is not supported anymore. +This release is a new major release. It introduces support for TYPO3 12 LTS. TYPO3 11 LTS and 10 LTS is not supported anymore in Version 6.x. Download ======== diff --git a/Documentation/About/ChangeLog/Index.rst b/Documentation/About/ChangeLog/Index.rst index 6d4ca65..dcbe341 100755 --- a/Documentation/About/ChangeLog/Index.rst +++ b/Documentation/About/ChangeLog/Index.rst @@ -18,6 +18,7 @@ List of versions :glob: 6-0-0 + 5-0-2 5-0-1 5-0-0 4-1-6 diff --git a/Libraries/vendor/firebase/php-jwt/composer.json b/Libraries/vendor/firebase/php-jwt/composer.json index c9aa3db..76050e5 100644 --- a/Libraries/vendor/firebase/php-jwt/composer.json +++ b/Libraries/vendor/firebase/php-jwt/composer.json @@ -20,7 +20,7 @@ ], "license": "BSD-3-Clause", "require": { - "php": "^7.1||^8.0" + "php": "^8.0" }, "suggest": { "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present",