From d53af550d4c6a3a5c3782245682b0bb04a08c45e Mon Sep 17 00:00:00 2001 From: Marcus Balasch <68707177+balasch@users.noreply.github.com> Date: Fri, 26 May 2023 15:11:10 +0200 Subject: [PATCH] Featue/newrelease 5.0.1 (#159) * [TASK] change some more authors * [RELEASE] version 5.0.1 * [DOC] version 5.0.1 --- Documentation/About/ChangeLog/5-0-1.rst | 53 +++++++++++++++++++++++++ Documentation/About/ChangeLog/Index.rst | 1 + Documentation/Index.rst | 2 +- Documentation/Settings.cfg | 2 +- ext_emconf.php | 4 +- 5 files changed, 58 insertions(+), 4 deletions(-) create mode 100755 Documentation/About/ChangeLog/5-0-1.rst diff --git a/Documentation/About/ChangeLog/5-0-1.rst b/Documentation/About/ChangeLog/5-0-1.rst new file mode 100755 index 0000000..36917c8 --- /dev/null +++ b/Documentation/About/ChangeLog/5-0-1.rst @@ -0,0 +1,53 @@ +.. include:: ../../Includes.txt + +========================== +Version 5.0.1 - 2023/05/26 +========================== + +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 this version from the `TYPO3 extension repository `__ or from +`GitHub `__. + +Added +===== +* Pagination in backend module +* Add skipConfiguration im backend + +Changed +======= +* Replace author +* Upgrade PHP-JWT to V6.4 + +Deprecated +========== + +Removed +======= +* Amazon wish list + +All Changes +=========== +This is a list of all changes in this release:: + + 2023-05-26 [TASK] Update authors and funding links. (#155) (Commit 449a779 by Sebastian Afeldt) + 2023-03-17 [TASK] Update firebase/jwt library from ^5.0 to ^6.0 (#149) (Commit 146b7e7 by Niklas Grieger) + 2023-03-16 bugfix/TERROAD-74 (#150) (Commit e82f3ca by Sebastian Afeldt) + 2023-03-08 [BUGFIX] Fix "Create a Secure Downloads File Storage" extension configuration functionality (#147) (Commit 6426fab by Niklas Grieger) + 2023-03-08 bugfix/TERROAD-74 (#146) (Commit bd0935b by Niklas Grieger) + 2023-01-12 [REGRESSION] backend.skipConfiguration doesn't skip new check (#143) (Commit c04c52f by J. Peter M. Schuler) + 2022-12-15 [TASK] some rector updates (Commit 68c6782 by Marcus Balasch) + +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/Index.rst b/Documentation/About/ChangeLog/Index.rst index 2061c0a..2afc802 100755 --- a/Documentation/About/ChangeLog/Index.rst +++ b/Documentation/About/ChangeLog/Index.rst @@ -17,6 +17,7 @@ List of versions :titlesonly: :glob: + 5-0-1 5-0-0 4-1-6 4-1-5 diff --git a/Documentation/Index.rst b/Documentation/Index.rst index d0582a5..868b9c8 100755 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -22,7 +22,7 @@ Secure Downloads since 2006 by the athors :Author: - Florian Wessels, Leuchtfeuer Digital Marketing + Leuchtfeuer Digital Marketing :Email: dev@Leuchtfeuer.com diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 172d62f..accf0c9 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -3,7 +3,7 @@ project = secure_downloads release = 5.0.0 copyright = since 2006 by the authors -t3author = Leuchtfeuer Digital Marketing, Florian Wessels +t3author = Leuchtfeuer Digital Marketing description = \"Secure Download\": Apply TYPO3 access rights to ALL file assets (PDFs, TGZs or JPGs etc. - configurable) - protect them from direct access. diff --git a/ext_emconf.php b/ext_emconf.php index aefed09..833e73d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -4,10 +4,10 @@ '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', + 'version' => '5.0.1', 'state' => 'stable', 'clearCacheOnLoad' => true, - 'author' => 'Florian Wessels', + 'author' => 'Dev Leuchtfeuer', 'author_email' => 'dev@Leuchtfeuer.com', 'author_company' => 'Leuchtfeuer Digital Marketing', 'constraints' => [