diff --git a/Documentation/About/ChangeLog/5-0-0.rst b/Documentation/About/ChangeLog/5-0-0.rst index 51edc6e..893241c 100755 --- a/Documentation/About/ChangeLog/5-0-0.rst +++ b/Documentation/About/ChangeLog/5-0-0.rst @@ -1,27 +1,37 @@ .. include:: ../../Includes.txt -=================== -Version 5.0.0 - TBA -=================== +========================== +Version 5.0.0 - 2023/05/05 +========================== -This release is a future release. +This release is a new major release. It introduces support for TYPO3 11 LTS as well as for PHP 8.1. TYPO3 9 LTS is not supported anymore. Download ======== -Download the beta version from `GitHub `__. +Download this version from the `TYPO3 extension repository `__ or from +`GitHub `__. Added ===== +* Support for TYPO3 version 11 +* Support for PHP 8.1 +* Checking of the configuration via real HTTP(S) accesses, optionally deactivatable +* Option to protect file links without logged-in users +* Option for fully protected FileStorage +* New configurable access model with the possibility to include own checks. Changed ======= +* Renaming “Bitmotion” to ”Leuchtfeuer” +* Upgrade PHP-JWT to V6.1 Deprecated ========== Removed ======= +* Support for TYPO3 version 9 All Changes =========== diff --git a/ext_emconf.php b/ext_emconf.php index 67b48ba..ac0c334 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,7 +4,7 @@ 'title' => 'Secure Downloads', 'description' => '"Secure Download": Apply TYPO3 access rights to ALL file assets (PDFs, TGZs or JPGs etc. - configurable) - protect them from direct access.', 'category' => 'fe', - 'version' => '5.0.0-dev', + 'version' => '5.0.0', 'state' => 'stable', 'uploadfolder' => false, 'createDirs' => '',