Skip to content

Commit

Permalink
[DOC] update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
balasch committed Dec 15, 2022
1 parent 392f745 commit ddc25de
Show file tree
Hide file tree
Showing 4 changed files with 80 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! 🍻
31 changes: 30 additions & 1 deletion Documentation/About/ChangeLog/5-0-0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,27 @@ All Changes
===========
This is a list of all changes in this release::

2022-12-15 [TASK] Optimization in CheckConfiguration (max 20) (#132) (Commit 392f745 by Sybille Peters)
2022-12-15 [TASK] a little makeover (Commit 4c75d19 by Marcus Balasch)
2022-12-13 [TASK] raise php-jwt to V6.1 or higher (Commit e9b9d75 by Marcus Balasch)
2022-12-12 [BUGFIX] access for backend users (Commit 9bd7764 by Marcus Balasch)
2022-12-12 [FEATURE] add option to skip checkConfiguration (#139) (Commit 8bea4da by J. Peter M. Schuler)
2022-12-12 [TASK] Check for correct value in CheckConfiguration (#131) (Commit 0007195 by Sybille Peters)
2022-12-12 Backport v4 (#142) (Commit ff8e484 by Marcus Balasch)
2022-12-09 PHP 8.1 compatibility (#137) (Commit 76f5db8 by J. Peter M. Schuler)
2022-12-01 [BUGFIX] Set empty string if publicURL is not available (#99) (Commit 208fc21 by Guido Schmechel)
2021-11-22 fix error when storage is not public (#115) (Commit 20e3fa9 by Henrik Ahrens)
2021-11-09 [TASK] Update dependencies (Commit e69d89f by Marcus Balasch)
2021-11-09 [DOC] Removal of faulty versions (Commit 48ad01a by Marcus Balasch)
2021-11-09 [TASK] Remove TCA configuration showRecordFieldList (#113) (Commit 13199ca by Patrick Lenk)
2021-10-20 one bracket was missing (#93) (Commit 3d4b6b5 by Usman Ahmad)
2021-09-13 [DOC] Add changelog for 4.1.3 (Commit df569a8 by Marcus Balasch)
2021-09-13 [DOC] Add changelog for 4.1.2 (Commit c45468c by Marcus Balasch)
2021-09-13 fix invalid call getRelativePathname on array (#109) (Commit 34164ea by Henrik Ahrens)
2021-08-30 [TASK] Add TER release script (Commit 35bd855 by Max Rösch)
2020-09-18 [TASK] Use unique class names within svg files (Commit 2c50515 by Florian Wessels)
2020-06-03 [DOC] Update change log (Commit 7141422 by Florian Wessels)
2020-06-03 [TASK] Update dependencies (Commit bb4181d by Florian Wessels)
2020-06-03 [TASK] Update dependencies (Commit bb4181d by Florian Wessels)
2020-06-03 [DOC] Update php doc (Commit c36f660 by Florian Wessels)
2020-05-11 [FEATURE] Allow to restrict access for not logged in users (Commit 03acaae by Florian Wessels)
Expand Down Expand Up @@ -109,5 +130,13 @@ Contributors
Following people have contributed to this release:

* Annett Jähnichen
* Florian Wessels
* Guido Schmechel
* Henrik Ahrens
* J. Peter M. Schuler
* Max Rösch
* Patrick Lenk
* Sybille Peters
* Usman Ahmad

Thank you very much for your support. The next beer is on us! 🍻
Thank you very much for your support. The next drink is on us! 🍻
1 change: 1 addition & 0 deletions Documentation/About/ChangeLog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ List of versions
:glob:

5-0-0
4-1-6
4-1-5
4-1-4
4-1-1
Expand Down
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
"email": "[email protected]",
"role": "Developer",
"homepage": "https://www.Leuchtfeuer.com"
},
{
"name": "Marcus Balasch",
"email": "[email protected]",
"role": "Developer",
"homepage": "https://www.Leuchtfeuer.com"
}
],
"require": {
Expand Down

0 comments on commit ddc25de

Please sign in to comment.