Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 704 Bytes

CHANGELOG.md

File metadata and controls

21 lines (16 loc) · 704 Bytes

(add new changes on top of this file and don't forget the documentation!)

Changes

v2.0.0

  • TYPO3 8.7 LTS Support
  • new parseFunc and RTE functions

v1.1.0

  • new getter for content object in twig enviroment
  • new support to set the context data in content object to use fields in ts
  • refactoring of some functions to new arguments array
    Warning: breakting changes in t3link and t3url.
    you can use the backward methods t3linkOld and t3urlOld methods or has to refactor to new arguments. see documentation.
  • new t3cObject, t3stdWrap and t3tsRaw functions added

v1.0.1

  • typo3 cms dependencies fixed

v1.0.0

  • Initial release