Skip to content

Commit

Permalink
Prepare release of version 5.0.4 (#200)
Browse files Browse the repository at this point in the history
* [TASK] Performance improvement for backend module with many download log entries #151 [TER-187] [TER-188]

* [TASK] Add second parameter for integer values in createNamedParameter #151 [TER-187] [TER-188]

* [BUGFIX] Use \PDO::PARAM_INT instead of \PDO::INT #151 [TER-187] [TER-188]

* [TASK] Prepare release of version 5.0.4 [TER-187] [TER-188]
  • Loading branch information
bmgrieger committed Mar 26, 2024
1 parent 4c0f7b0 commit b1f9b17
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
46 changes: 46 additions & 0 deletions 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 <https://extensions.typo3.org/extension/secure_downloads/>`__ or from
`GitHub <https://github.com/Leuchtfeuer/typo3-secure-downloads/releases/tag/v5.0.4>`__.

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! 🍻
1 change: 1 addition & 0 deletions Documentation/About/ChangeLog/Index.rst
Expand Up @@ -17,6 +17,7 @@ List of versions
:titlesonly:
:glob:

5-0-4
5-0-3
5-0-2
5-0-1
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
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.3',
'version' => '5.0.4',
'state' => 'stable',
'clearCacheOnLoad' => true,
'author' => 'Dev Leuchtfeuer',
Expand Down

0 comments on commit b1f9b17

Please sign in to comment.