Skip to content

Releases: FriendsOfTYPO3/jumpurl

[RELEASE] Bugfix release

12 Feb 14:06
Compare
Choose a tag to compare

What's Changed

  • [BUGFIX] Prevent undefined global variable $TSFE in JumpUrlProcessor by @Patta in #50

Full Changelog: 8.2.1...8.2.2

[RELEASE] Bugfix release

11 Sep 11:20
8c6505e
Compare
Choose a tag to compare
8.2.1

[TASK] Update version to 8.2.1

[RELEASE] Compatibility with TYPO3 v12 LTS

01 Aug 07:58
54bd993
Compare
Choose a tag to compare

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

03 Apr 17:51
84548fa
Compare
Choose a tag to compare
8.1.0

[RELEASE] PHP 8 support

[RELEASE] Compatibility with TYPO3 v11 LTS

30 Dec 10:32
8c8b0eb
Compare
Choose a tag to compare
Merge pull request #31 from dmitryd/update_v11

[UPDATE] Mark as compatible with TYPO3 11

[RELEASE] Compatibility with TYPO3 v9 / TYPO3 v10

24 Apr 14:19
fe7696f
Compare
Choose a tag to compare

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

03 Aug 08:08
9fc2ccb
Compare
Choose a tag to compare

Just update, and you're ready with TYPO3 v9 LTS as well!

[RELEASE] Added compatibility for TYPO3 v8 LTS

02 May 06:39
Compare
Choose a tag to compare
7.7.0

[TASK] Add support for TYPO3 v8 LTS