Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RELEASE] new version 5.0.2 #171

Merged
merged 1 commit into from
Jun 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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