Releases: Leuchtfeuer/typo3-secure-downloads
Release of Version 4.1.4
This release is a regular maintenance release.
Cleans up the accidental release of version 4.1.2 and 4.1.3 from the wrong branch.
Release of Version 5.0.0 beta2
This is a second beta release. It is not suitable for productive use.
Release of Version 4.1.1
This release is a regular maintenance release. It contains mostly bug fixes and improvements regarding the documentation. The vendor name was changed from bitmotion
to leuchtfeuer
.
Please take a look at the change log to get more information about this release.
Release of Version 5.0.0 beta
This is a beta release. It is not suitable for productive use.
Release of Version 4.1.0
This version introduces support for TYPO3 v10 LTS and PHP 7.4. In addition, there are two new configuration options to perform strict group checking and for running these extensions behind an SSL reverse proxy. This version also contains bug fixes.
Please take a look at the change log to get more information about this release.
Added
- GitHub funding file
- Support for TYPO3 v10 LTS
- Support for PHP 7.4
- Group check can now be strict
- Dedicated license file
- PSR-14 Events for file delivery
- An additional path prefix can be configured if you are using a SSL reverse proxy or your TYPO3 instance is located in a subfolder.
Changed
- Updated firebase/php-jwt library to version 5.2.0
- User groups
0
and-1
are excluded from group check by default - Company has been changed from "Bitmotion" to "Leuchtfeuer Digital Marketing"
- The default link prefix has been changed from
downloads
tosecuredl
- Method
getSecuredUrl
of classSecureDownloadsEventListener
is now protected
Release of Version 3.0.3
This release is a bug fix release. It contains bug fixes only.
Release of Version 4.0.0
This version is a major refactoring of former release, version 3.0.1
. It contains a lot of deprecations, but also adds a brand new API for retrieving secured links. Beside of that, several bugs were fixed and the documentation is finally up to date. The old, parameter-based, link generation (?eID=secure_downloads&...
) has been removed and all links are now secured with a JSON Web Token. However, old links are still callable when upgrading to this version.
Please take a look at the change log to get more information about this release.
Release of Version 3.0.2
This release is a bug fix release. It contains bug fixes only.