b13 / bolt

Easier integrations for TYPO3 sites
GNU General Public License v2.0
27 stars 13 forks source link

[TASK] Prepare for TYPO3 v13 PageTsConfig event #35

Closed lolli42 closed 1 year ago

lolli42 commented 1 year ago

TYPO3 v12 deprecated the ModifyLoadedPageTsConfigEvent with https://review.typo3.org/c/Packages/TYPO3.CMS/+/76565 and moved to a similar event in a different namespace.

The patch starts listening for the new event and suppresses handling the old event in TYPO3 v12 to not do things twice.

This prepares for TYPO3 v13 so code can be easily removed when extension compatibility TYPO3 v11 is dropped later.

bmack commented 1 year ago

We still support v10, so this means - support for v10 is still kept, correct?

lolli42 commented 1 year ago

Yeah. I tested with v10 & v12 and it looked good to me.