Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Releases: AOEpeople/linkhandler

Remove global usage of SOBE in tree context

12 Jan 14:42
Compare
Choose a tag to compare

Remove global usage of SOBE in tree context

DI via ObjectManager for TabHandlers

25 Aug 13:11
Compare
Choose a tag to compare
2.1.0

[FEATURE] CD-25505 allow DI via ObjectManager for TabHandler classes

Fix composer package name

23 Aug 09:04
Compare
Choose a tag to compare
2.0.6

Fix name in composer.json

fixes some issues with current tab detection

22 Aug 14:30
Compare
Choose a tag to compare
[BUGFIX] CD-34854 Return empty array if not responsible for this tab.…

… Like it was described in the interface "...else it should return a empty array...". Otherwise this will cause chain breaking for the tab handlers and potentially self implemented tabs will never have the chance to check for their responsibility.