liquidlight / typo3-shortcodes

Wordpress-style shortcodes for TYPO3
https://extensions.typo3.org/extension/shortcodes
3 stars 1 forks source link

TYPO3 v12 compatibilty #25

Closed mathias-heilmann closed 5 months ago

mathias-heilmann commented 1 year ago

Hi!

Do you have any plans on making your extension v12 compatible?

mikestreety commented 1 year ago

Hi @mathias-heilmann,

Not in the immediate future but it is on the roadmap - we're just not sure when we can get to it.

There might be a slim chance that it "Just Works™️", but I suspect some refactoring may be required as we'll want to drop 9 & 10 at the same time

mathias-heilmann commented 11 months ago

Its very easy, just change the

defined('TYPO3_MODE') or die();

to

defined('TYPO3') or die();

in the ext_localconf.php

mikestreety commented 11 months ago

@mathias-heilmann Is that all that is needed? I'll get a branch up so it can be tested. Thanks!

mathias-heilmann commented 11 months ago

Yes, I have tested the compatibility with the upgrade tool and it was all green.

mikestreety commented 11 months ago

@mathias-heilmann I've pushed to main with the change :)

mikestreety commented 5 months ago

@mathias-heilmann Sorry for the mega-delay!

v2.0.0 has just been published with v11 & 12 compat and dropping v9 & v10