jweiland-net / maps2

This TYPO3 extension enables you to implement Google Maps on your website.
GNU General Public License v2.0
13 stars 16 forks source link

Replace deprecated TYPO3_MODE const with TYPO3 #294

Closed tmotyl closed 1 year ago

tmotyl commented 1 year ago

The TYPO3_MODE constant was deprecated in v11 and removed in v12 see: https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.0/Deprecation-92947-DeprecateTYPO3_MODEAndTYPO3_REQUESTTYPEConstants.html#

This change is required to make extension compatible with TYPO3 v12

sfroemkenjw commented 1 year ago

Hello @tmotyl

thank you for your help. Currently, we do not have a TYPO3 12 compatible version here. As long as main Branch ist still TYPO3 10 compatible I can not merge your patch. I keep your PR open until we start with an upgrade.

Have a nice start into the new week

Stefan

sfroemkenjw commented 1 year ago

Hello @tmotyl

thank you for your help to make maps2 a better extension. I have started a typo3_12_compatibility branch just a few months ago, where I already have change the TYPO3_MODE. So, for now there is no need for your patch anymore.

Have nice start into this new week

Stefan