Releases: FriendsOfTYPO3/jumpurl
Releases · FriendsOfTYPO3/jumpurl
[RELEASE] Bugfix release
What's Changed
Full Changelog: 8.2.1...8.2.2
[RELEASE] Bugfix release
8.2.1 [TASK] Update version to 8.2.1
[RELEASE] Compatibility with TYPO3 v12 LTS
What's Changed
- Add TYPO3 12 compatibility + Fix PHP8 issue in middleware by @mediaessenz in #41
- Add AfterLinkIsGeneratedEvent listener as hook replacement for TYPO3 12 by @mediaessenz in #42
- Prevent Undefined array key Warning by @wolffc in #46
New Contributors
Full Changelog: 8.1.0...8.2.0
[RELEASE] PHP 8 support
8.1.0 [RELEASE] PHP 8 support
[RELEASE] Compatibility with TYPO3 v11 LTS
Merge pull request #31 from dmitryd/update_v11 [UPDATE] Mark as compatible with TYPO3 11
[RELEASE] Compatibility with TYPO3 v9 / TYPO3 v10
This version migrates hooks to PSR-15 middlewares, which makes the code TYPO3 v9+ compatible.
[RELEASE] JumpURL is now compatible with TYPO3 v7-v9 LTS
Just update, and you're ready with TYPO3 v9 LTS as well!
[RELEASE] Added compatibility for TYPO3 v8 LTS
7.7.0 [TASK] Add support for TYPO3 v8 LTS