diff --git a/Documentation/About/ChangeLog/6-0-1.rst b/Documentation/About/ChangeLog/6-0-1.rst new file mode 100755 index 0000000..6c3d108 --- /dev/null +++ b/Documentation/About/ChangeLog/6-0-1.rst @@ -0,0 +1,45 @@ +.. include:: ../../Includes.txt + +========================== +Version 6.0.1 - 2024/01/10 +========================== + +This release is a bugfix and maintenance release. + +Download +======== + +Download this version from the `TYPO3 extension repository `__ or from +`GitHub `__. + +Added +===== + +Changed +======= +* Bugfix: Check for CLI usage in Secure Link Factory + +Deprecated +========== + +Removed +======= + +All Changes +=========== +This is a list of all changes in this release:: + + 2024-01-08 Merge pull request #192 from georgringer/patch-1 (Commit ac5f83f by Marcus Balasch) + 2024-01-08 Update SecureLinkFactory.php (Commit 5f3009b by Georg Ringer) + 2024-01-08 Update SecureLinkFactory.php (Commit 658d2ab by Georg Ringer) + 2024-01-08 [BUGFIX] Check for CLI usage (Commit 7e9e0a7 by Georg Ringer) + +Contributors +============ +Following people have contributed to this release: + +* Georg Ringer +* 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 7a450f2..f8698da 100755 --- a/Documentation/About/ChangeLog/Index.rst +++ b/Documentation/About/ChangeLog/Index.rst @@ -17,6 +17,7 @@ List of versions :titlesonly: :glob: + 6-0-1 6-0-0 5-0-3 5-0-2 diff --git a/ext_emconf.php b/ext_emconf.php index e317cf2..ebf0f5e 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' => '6.0.0', + 'version' => '6.0.1', 'state' => 'stable', 'clearCacheOnLoad' => true, 'author' => 'Dev Leuchtfeuer',