packagist flowd/typo3-firewall 0.8.1

4 hours ago

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

Don't miss a new typo3-firewall release

NewReleases is sending notifications on new releases.