Firewall for TYPO3 0.8.1
Hotfix for classic-mode (TER) installations of 0.8.0.
Highlights
- Classic-mode installations load the bundled libraries again. TYPO3 concatenates every
ext_localconf.phpinto a cache file, where__DIR__points at the cache directory instead of the extension. In a 0.8.0 TER installation the bundled vendor autoloader could therefore not be found once the core caches were warm. The path is now resolved viaExtensionManagementUtility::extPath(). Composer installations are not affected.
Upgrade notes
- TER installations should update from 0.8.0 directly to 0.8.1 and flush the core caches afterwards.
What's Changed
- Prepare the 0.8.1 release by @sascha-egerer in #80
Full Changelog: 0.8.0...0.8.1