Skip to content

Commit

Permalink
[RELEASE] new version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
balasch committed Jun 30, 2023
1 parent 3aff949 commit 6986fad
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 2 deletions.
49 changes: 49 additions & 0 deletions Documentation/About/ChangeLog/5-0-2.rst
Original file line number Diff line number Diff line change
@@ -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 <https://extensions.typo3.org/extension/secure_downloads/>`__ or from
`GitHub <https://github.com/Leuchtfeuer/typo3-secure-downloads/releases/tag/v5.0.2>`__.

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! 🍻
2 changes: 1 addition & 1 deletion Documentation/About/ChangeLog/6-0-0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
========
Expand Down
1 change: 1 addition & 0 deletions Documentation/About/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ List of versions
:glob:

6-0-0
5-0-2
5-0-1
5-0-0
4-1-6
Expand Down
2 changes: 1 addition & 1 deletion Libraries/vendor/firebase/php-jwt/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6986fad

Please sign in to comment.