Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RELEASE] Release of version 5.0.0 #153

Merged
merged 1 commit into from
May 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions Documentation/About/ChangeLog/5-0-0.rst
Original file line number Diff line number Diff line change
@@ -1,27 +1,37 @@
.. include:: ../../Includes.txt

===================
Version 5.0.0 - TBA
===================
==========================
Version 5.0.0 - 2023/05/05
==========================

This release is a future release.
This release is a new major release. It introduces support for TYPO3 11 LTS as well as for PHP 8.1. TYPO3 9 LTS is not supported anymore.

Download
========

Download the beta version from `GitHub <https://github.com/Leuchtfeuer/typo3-secure-downloads/releases/tag/v5.0.0-beta>`__.
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.0>`__.

Added
=====
* Support for TYPO3 version 11
* Support for PHP 8.1
* Checking of the configuration via real HTTP(S) accesses, optionally deactivatable
* Option to protect file links without logged-in users
* Option for fully protected FileStorage
* New configurable access model with the possibility to include own checks.

Changed
=======
* Renaming “Bitmotion” to ”Leuchtfeuer”
* Upgrade PHP-JWT to V6.1

Deprecated
==========

Removed
=======
* Support for TYPO3 version 9

All Changes
===========
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' => '5.0.0-dev',
'version' => '5.0.0',
'state' => 'stable',
'uploadfolder' => false,
'createDirs' => '',
Expand Down