Version 10.x
Within this page
Upgrade to 10.0.0
"TYPO3 14 support"
Changelog
https://github.com/fnagel/t3extblog/compare/9.2.0...10.0.0
- Support for TYPO3 14
- Support for TYPO3 FluidMail email standard
- Support for fully localized emails
- Make use of new meta tag view helpers
- Lots of small bugfixes and replacements for deprecated core functionality
- Code clean-up and lots of code quality improvements
Breaking changes
- Removed support for TYPO3 13
- Email templates have changed
- Removed some custom view helpers (
MetaandTag HeaderVH)Data
How to upgrade
- Replace MetaTag view helper, e.g.
<t3b:with core VH - Checkmeta Tag property="keywords" content="xyz" /> Resources/template if overriddenPrivate/ Partials/ Post/ Meta. html - Replace HeaderData view helper, e.g.
<t3b:with core VH - Checkheader Data>...</ t3b: header Data> Resources/template if overriddenPrivate/ Partials/ Pagination Meta. html - Configure email type in site settings (
plugin.) or TypoScript: -tx_ t3extblog. settings. email Type mail: MailMessage: standalone Fluid template rendering (legacy) -Message fluid: FluidEmail is the newer TYPO3 standard for themed emailsEmail - Adjust your email templates if overridden
- Update layout from
<f:tolayout name="Email" /> <f:- Update section fromlayout name=" {layout}" /> <f:tosection name="main"> <f:- Adjust TypoScriptsection name="Main"> templateconfigurations to use plain, HTMl or both (default) email templates (see e.g.plugin.) - Add HTML email templates if not existing yettx_ t3extblog. settings. subscription Manager. comment. admin. template - Clear all caches