Skip to content

Commit

Permalink
[RELEASE] Release of version 4.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
balasch committed Dec 15, 2022
1 parent e6957b1 commit 1b350af
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 1 deletion.
43 changes: 43 additions & 0 deletions Documentation/About/ChangeLog/4-1-6.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.. include:: ../../Includes.txt

==========================
Version 4.1.6 - 2022/12/15
==========================

This release is a regular maintenance release. It contains mostly bug fixes and improvements regarding the documentation.

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/v4.1.6>`__.

Changed
=======

* Do not include FileDeliveryEidDispatcher.php in TYPO3 10.4 and greater.
* Update the user UID in links, because the EventListener is no longer called due to the cache.
* Strict checking also works if a user is a member of more than the necessary groups.
* Remove display errors for backend users.
* Introduces unit tests.

All Changes
===========

This is a list of all changes in this release::

2022-12-15 [TASK] update gitignore (Commit e6957b1 by Marcus Balasch)
2022-12-15 [TASK] build script for ter releases (Commit 264a317 by Marcus Balasch)
2022-12-15 Merge remote-tracking branch 'origin/release-4.x' into release-4.x (Commit fa7de31 by Marcus Balasch)
2022-12-15 [TASK] update libraries for non composer setup (Commit 84bf6e2 by Marcus Balasch)
2022-12-15 [BUGFIX] sometimes bypass missing dependency injection (Commit 44de09b by Marcus Balasch)
2022-12-15 [TASK] Set version to 4.1.6-dev (Commit 1806ff5 by Marcus Balasch)
2022-12-12 Fix access error if a folder in private storage via file list was called (#136) (Commit b65cf3a by Denis Kassor)

Contributors
============
Following people have contributed to this release:

* Denis Kassor

Thank you very much for your support. The next drink is on us! 🍻
4 changes: 4 additions & 0 deletions Documentation/About/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ List of versions
:titlesonly:
:glob:

4-1-6
4-1-5
4-1-4
4-1-1
4-1-0
4-0-0
3-0-3
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
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' => '4.1.6-dev',
'version' => '4.1.6',
'state' => 'stable',
'uploadfolder' => false,
'createDirs' => '',
Expand Down

0 comments on commit 1b350af

Please sign in to comment.