Skip to content

Commit

Permalink
Merge pull request #171 from Leuchtfeuer/feature/release-5.0.2
Browse files Browse the repository at this point in the history
[RELEASE] new version 5.0.2
  • Loading branch information
balasch committed Jun 30, 2023
2 parents db25b11 + b3fd607 commit 63ab392
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 8 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! 🍻
1 change: 1 addition & 0 deletions Documentation/About/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ List of versions
:titlesonly:
:glob:

5-0-2
5-0-1
5-0-0
4-1-6
Expand Down
14 changes: 7 additions & 7 deletions Documentation/About/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Compatibility
We are currently supporting following TYPO3 versions:<br><br>

.. 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`.

Expand All @@ -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 <https://extensions.typo3.org/extension/naw_securedl>`__ or `typo3-ter/naw-securedl`.

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 63ab392

Please sign in to comment.