[TASK] Upgrade to TYPO3 v14#854
Merged
lochmueller merged 14 commits intolochmueller:mainfrom Mar 27, 2026
Merged
Conversation
old Icon::SIZE _is Deprecated in v13 and removed in v14 https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.0/Feature-101475-IconSizeEnum.html#feature-101475-iconsizeenum
…undefined array key
Owner
|
Hey @rubsilv |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello 👋
Following the request in this issue #850 and given the fact that we use this extension quite a bit, I've tried to make the extension compatible with both v13 and v14.
There are still some parts that I did not migrate or change because I don't know if they're still used and how you want to handle them.
Those are:
I hope that my changes don't clash too much with your way of writing your code. Feel free to tell me if I did anything strange or wrong.
Have a nice day !
Ruben