diff --git a/Documentation/About/ChangeLog/5-0-4.rst b/Documentation/About/ChangeLog/5-0-4.rst new file mode 100644 index 0000000..805cd79 --- /dev/null +++ b/Documentation/About/ChangeLog/5-0-4.rst @@ -0,0 +1,46 @@ +.. include:: ../../Includes.txt + +========================== +Version 5.0.4 - 2023/03/22 +========================== + +Bugfix and maintenance release + +Download +======== + +Download this version from the `TYPO3 extension repository `__ or from +`GitHub `__. + +Added +===== + +Changed +======= +* Improve performance of backend module with many log entries + +Deprecated +========== + +Removed +======= + +All Changes +=========== +This is a list of all changes in this release:: + + 2024-03-22 Merge branch 'release-5.x' into feature/TER-187 (Commit cdcf70c by Niklas Grieger) + 2024-03-20 [TASK] Performance improvement for backend module with many download … (#197) (Commit 4c0f7b0 by Niklas Grieger) + 2024-03-20 [BUGFIX] Use \PDO::PARAM_INT instead of \PDO::INT #151 [TER-187] [TER-188] (Commit 9bfb867 by Niklas Grieger) + 2024-03-20 [TASK] Add second parameter for integer values in createNamedParameter #151 [TER-187] [TER-188] (Commit d063e05 by Niklas Grieger) + 2024-03-19 [TASK] Performance improvement for backend module with many download log entries #151 [TER-187] [TER-188] (Commit d6e875c by Niklas Grieger) + 2023-11-07 [BUGFIX] Fix wrong markup in documentation [TER-137] [TER-158] (#191) (Commit 38435e0 by Niklas Grieger) + + +Contributors +============ +Following people have contributed to this release: + +* 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 bc185c7..c49de08 100755 --- a/Documentation/About/ChangeLog/Index.rst +++ b/Documentation/About/ChangeLog/Index.rst @@ -17,6 +17,7 @@ List of versions :titlesonly: :glob: + 5-0-4 5-0-3 5-0-2 5-0-1 diff --git a/ext_emconf.php b/ext_emconf.php index a916d98..781fcdb 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.3', + 'version' => '5.0.4', 'state' => 'stable', 'clearCacheOnLoad' => true, 'author' => 'Dev Leuchtfeuer',