Skip to content

0.8.1

Latest

Choose a tag to compare

@sascha-egerer sascha-egerer released this 01 Sep 22:45
94a7778

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.php into 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 via ExtensionManagementUtility::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

Full Changelog: 0.8.0...0.8.1