Skip to content

v6.2.14

Compare
Choose a tag to compare
@benjaminkott benjaminkott released this 27 Dec 03:07
· 1848 commits to master since this release

NOTE:
BackendLayout prefix has been streamlined with TYPO3 CMS 7.4 release.
Please read the migration guide.

https://github.com/benjaminkott/bootstrap_package/blob/master/Documentation/AdministratorManual/Migration/6-2-14.rst

FEATURE

  • [FEATURE] Add advanced Open Graph support, support new meta notation for 7.4 2734c16

TASK

  • [TASK] Add migration information for backend layout prefix change ad9f928
  • [TASK] Add missing changelog for 6.2.12 and 6.2.13 fc482ca
  • [TASK] Update TypoScript template mapping for backend layouts 5162b17
  • [TASK] Add update script to migrate old backend layout prefix to new prefix in table pages fe57d19
  • [TASK] Disable BackendLayoutDataProvider for TYPO3 versions below 7.4 and adapt registration to core provider prefix for PageTS d467590
  • [TASK] Move column labels for border, normal, left, right to bootstrap_package, files moved in CMS 7 b90c08d
  • [TASK] fix whitespaces 99c8266
  • [TASK] Add 'active' class for shortcuts in sub navigation eb23a66

BUGFIX

  • [BUGFIX] Use always $GLOBALS[TCA] f0f8c62
  • [BUGFIX] fix missing TYPO3SEARCH_end marker b0bde8a

MISC