From b3fd607a934bd346f312b1cc11939859003abbaf Mon Sep 17 00:00:00 2001 From: Marcus Balasch Date: Fri, 30 Jun 2023 11:53:19 +0200 Subject: [PATCH] [RELEASE] new version 5.0.2 --- Documentation/About/ChangeLog/5-0-2.rst | 49 +++++++++++++++++++++++++ Documentation/About/ChangeLog/Index.rst | 1 + Documentation/About/Index.rst | 14 +++---- ext_emconf.php | 2 +- 4 files changed, 58 insertions(+), 8 deletions(-) create mode 100755 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 100755 index 0000000..3137225 --- /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/Index.rst b/Documentation/About/ChangeLog/Index.rst index 2afc802..df6194c 100755 --- a/Documentation/About/ChangeLog/Index.rst +++ b/Documentation/About/ChangeLog/Index.rst @@ -17,6 +17,7 @@ List of versions :titlesonly: :glob: + 5-0-2 5-0-1 5-0-0 4-1-6 diff --git a/Documentation/About/Index.rst b/Documentation/About/Index.rst index f8141e1..e53e3c2 100755 --- a/Documentation/About/Index.rst +++ b/Documentation/About/Index.rst @@ -35,11 +35,11 @@ Compatibility We are currently supporting following TYPO3 versions:

.. csv-table:: Version Matrix - :header: "Extension Version", "TYPO3 v10 Support", "TYPO3 v9 Support" + :header: "Extension Version", "TYPO3 v11 Support", "TYPO3 v10 Support", "TYPO3 v9 Support" :align: center - "5.x", "πŸ™‹β€β™‚οΈ", "πŸ™…β€β™€οΈ" - "4.x", "πŸ™‹β€β™‚οΈ", "πŸ™‹β€β™‚οΈ" + "5.x", "Yes", "Yes️", "No" + "4.x", "No", "Yes", "Yes" Version 5 is an upcoming release. Its package name has been changed to `leuchtfeuer/secure-downloads`. @@ -54,10 +54,10 @@ For the following versions no more free bug fixes and new features will be provi :header: "Extension Version", "TYPO3 v9", "TYPO3 v8", "TYPO3 v7", "TYPO3 v6.2", "TYPO3 v4.5" :align: center - "3.x", "πŸ™‹β€β™‚οΈ", "πŸ™‹β€β™‚οΈ", "πŸ™…β€β™€οΈ", "πŸ™…β€β™€οΈ", "πŸ™…β€β™€οΈ" - "2.0.4 - 2.x", "πŸ™…β€β™€οΈ", "πŸ™‹β€β™‚οΈ", "πŸ™‹β€β™‚οΈ", "πŸ™…β€β™€οΈ", "πŸ™…β€β™€οΈ" - "2.0.0 - 2.0.3", "πŸ™…β€β™€οΈ", "πŸ™…β€β™€οΈ", "πŸ™‹β€β™‚οΈ", "πŸ™‹β€β™‚οΈ", "πŸ™…β€β™€οΈ" - "1.x", "πŸ™…β€β™€οΈ", "πŸ™…β€β™€οΈ", "πŸ™…β€β™€οΈ", "πŸ™‹β€β™‚οΈ", "πŸ™‹β€β™‚οΈ" + "3.x", "Yes", "Yes️", "No️", "No️", "No️️" + "2.0.4 - 2.x", "No️", "Yes️", "Yes️", "No️", "No️" + "2.0.0 - 2.0.3", "No️️", "No️️", "Yes", "Yes️", "No️" + "1.x", "No️", "No️", "No️", "Yes", "Yes" Version 1 was released as `EXT:naw_securedl `__ or `typo3-ter/naw-securedl`. diff --git a/ext_emconf.php b/ext_emconf.php index 833e73d..252e089 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.1', + 'version' => '5.0.2', 'state' => 'stable', 'clearCacheOnLoad' => true, 'author' => 'Dev Leuchtfeuer',