Version 6.x¶
Within this page
Upgrade from 6.0.2 to 6.0.3¶
Changelog¶
https://github.com/fnagel/t3extblog/compare/6.0.2…6.0.3
- Support for PHP 7.4
 - Fix some issues with MySQL 5.7 and DB mode (thanks to Philipp Kuhlmay)
 - Fix post preview functionality
 - Improve TS constants editor categories
 - Add Github action based commit message check
 
How to upgrade¶
- Clear caches
 
Upgrade from 6.0.1 to 6.0.2¶
Changelog¶
https://github.com/fnagel/t3extblog/compare/6.0.1…6.0.2
- Fix issues with routing in latest TYPO3 versions
 - Add Github action based code quality tests
 - Some minor bugfixes and improvements
 
How to upgrade¶
- Clear caches
 
Upgrade from 6.0.0 to 6.0.1¶
Changelog¶
https://github.com/fnagel/t3extblog/compare/6.0.0…6.0.1
- RSS template improvements (CGL, added item categories and image closure tags, introduce item partial)
 - Improve routing error logging
 - Some SQL and TCA clean-up
 - Some minor bugfixes and improvements
 
How to upgrade¶
- Remove obsolete table in DB using “Analyze Database” in Install tool / Maintenance module
 - Adjust your RSS templates if needed
 - Clear caches
 
Upgrade from 5.1.0 to 6.0.0¶
“TYPO3 10 LTS support”
Changelog¶
https://github.com/fnagel/t3extblog/compare/5.1.0…6.0.0
- Support for TYPO3 10.4 LTS
 - Support of new TYPO3 core dashboard module
 - Update and improve BE module templates and configuration
 - Make use of new table mapping configuration
 - Remove auto generated core DB fields
 - Code clean-up (removed and replaced deprecated code usage)
 - Some minor bugfixes and improvements
 
Breaking changes
- Removed support for TYPO3 9.x
 - Backend module template changes
 - Reverted blog post structure change of version 5.0.0 (see upgrade guide for version 5.1)
 
How to upgrade¶
- “Change fields” in DB using “Analyze Database” in Install tool / Maintenance module
 - Adjust your BE templates to structure change if needed
 - Clear all caches