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 (MetaTag and HeaderData VH)

How to upgrade 

  1. Replace MetaTag view helper, e.g. <t3b:metaTag property="keywords" content="xyz" /> with core VH - Check Resources/Private/Partials/Post/Meta.html template if overridden
  2. Replace HeaderData view helper, e.g. <t3b:headerData>...</t3b:headerData> with core VH - Check Resources/Private/Partials/PaginationMeta.html template if overridden
  3. Configure email type in site settings (plugin.tx_t3extblog.settings.emailType) or TypoScript: - mailMessage: MailMessage: standalone Fluid template rendering (legacy) - fluidEmail: FluidEmail is the newer TYPO3 standard for themed emails
  4. Adjust your email templates if overridden - Update layout from <f:layout name="Email" /> to <f:layout name="{layout}" /> - Update section from <f:section name="main"> to <f:section name="Main"> - Adjust TypoScript template configurations to use plain, HTMl or both (default) email templates (see e.g. plugin.tx_t3extblog.settings.subscriptionManager.comment.admin.template) - Add HTML email templates if not existing yet
  5. Clear all caches