diff --git a/Documentation/About/ChangeLog/5-0-3.rst b/Documentation/About/ChangeLog/5-0-3.rst new file mode 100644 index 0000000..0dacd2b --- /dev/null +++ b/Documentation/About/ChangeLog/5-0-3.rst @@ -0,0 +1,50 @@ +.. include:: ../../Includes.txt + +========================== +Version 5.0.3 - 2023/10/27 +========================== + +Bugfix and maintenance release + +Download +======== + +Download this version from the `TYPO3 extension repository `__ or from +`GitHub `__. + +Added +===== + +Changed +======= +* Add: Extend documentation for extension configuration +* Bugfix: Files from secure_downloads file storage are no longer delivered via dumpFile eID +* Bugfix: If securedDirs in extension configuration is empty, no folders instead of all folders are considered to be secure +* Bugfix: Secured icons from files do not break list view anymore if editor has no access to parent folder +* Bugfix: Consider global SSL setting set by TYPO3 + +Deprecated +========== + +Removed +======= + +All Changes +=========== +This is a list of all changes in this release:: + + 2023-10-27 Bugfix/ter 144 (#187) (Commit d3394f5 by Niklas Grieger) + 2023-10-12 [BUGFIX] Filter global SSL setting to boolean first [TER-133] [TER-142] (#180) (Commit 111a95f by Niklas Grieger) + 2023-10-11 [BUGFIX] Fix list module if icons from files in secured directories are displayed and the editor has no access to the parent folder [TER-139] [TER-140] (#181) (Commit 43a31c1 by Niklas Grieger) + 2023-10-06 Merge pull request #177 from Leuchtfeuer/bugfix/TER-124 (Commit 59d4f4f by Marcus Balasch) + 2023-10-06 [BUGFIX] Considers the SSL setting of the global setting (Commit 29a836a by Marcus Balasch) + + +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! 🍻 diff --git a/Documentation/About/ChangeLog/Index.rst b/Documentation/About/ChangeLog/Index.rst index df6194c..bc185c7 100755 --- a/Documentation/About/ChangeLog/Index.rst +++ b/Documentation/About/ChangeLog/Index.rst @@ -17,6 +17,7 @@ List of versions :titlesonly: :glob: + 5-0-3 5-0-2 5-0-1 5-0-0 diff --git a/Documentation/Index.rst b/Documentation/Index.rst index 868b9c8..f99cbbd 100755 --- a/Documentation/Index.rst +++ b/Documentation/Index.rst @@ -19,7 +19,7 @@ Secure Downloads en :Copyright: - since 2006 by the athors + since 2006 by the authors :Author: Leuchtfeuer Digital Marketing diff --git a/ext_emconf.php b/ext_emconf.php index 252e089..a916d98 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.2', + 'version' => '5.0.3', 'state' => 'stable', 'clearCacheOnLoad' => true, 'author' => 'Dev Leuchtfeuer',