-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #225 from Leuchtfeuer/bugfix/TER-271
v6.1.1
- Loading branch information
Showing
4 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
.. include:: ../../Includes.txt | ||
|
||
========================== | ||
Version 6.1.1 - 2024/12/04 | ||
========================== | ||
|
||
This release is a 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/v6.1.1>`__. | ||
|
||
Added | ||
===== | ||
|
||
Changed | ||
======= | ||
|
||
* Fix SecureDownloadsEventListener in case originalPublicUrl is null | ||
|
||
Deprecated | ||
========== | ||
|
||
Removed | ||
======= | ||
|
||
All Changes | ||
=========== | ||
This is a list of all changes in this release:: | ||
|
||
2024-12-04 [BUGFIX] Fix SecureDownloadsEventListener in case originalPublicUrl is null [TER-271] [TER-272] (Commit e2f6671 by Niklas Grieger) | ||
|
||
Contributors | ||
============ | ||
Following people have contributed to this release: | ||
|
||
* Marcus Balasch | ||
* Niklas Grieger | ||
|
||
Thank you very much for your support. The next drink is on us! 🍻 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ List of versions | |
:titlesonly: | ||
:glob: | ||
|
||
6-1-1 | ||
6-1-0 | ||
6-0-4 | ||
6-0-3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' => '6.1.0', | ||
'version' => '6.1.1', | ||
'state' => 'stable', | ||
'author' => 'Dev Leuchtfeuer', | ||
'author_email' => '[email protected]', | ||
|