Version 8.x

Upgrade to 8.0.0

"TYPO3 12 LTS support"

Changelog

https://github.com/fnagel/t3extblog/compare/7.x.x...8.0.0

  • Support for TYPO3 12.4 LTS and PHP 8.2

  • Improved configuration checks in BE module

  • Make use of new file, datetime, email and number TCA types

  • Use new registration API for upgrade wizards, backend modules and dashboard widgets

  • Introduce PSR-14 events

  • Lots of small bugfixes and other improvements

  • Code clean-up and lots of code quality improvements

Breaking changes

  • Removed support for TYPO3 11

  • Removed support for PHP 7

  • Replaced removed core BE user model with custom one

  • Signal / Slot functionality has been removed

How to upgrade

  1. Migrate your signal / slot extension points to PSR-14 events (optional)

  2. "Change fields" in DB using "Analyze Database" in Install tool / Maintenance module

  3. Adjust your TypoScript configuration (RSS configuration has changed)

  4. Adjust your templates if needed (FormErrors and FlashMessages partials have changed)

  5. Clear all caches