ChangeLog

Version Changes
1.10.0
  • TYPO3 compatibility: 9.5.0-10.4.99
  • Remove namespace compatibility layer
  • Refactoring for TYPO3 v10 (thanks to contributors!)
  • Update manual
1.9.0
  • TYPO3 compatibility: 8.7.0-9.5.99
  • Important: Extension namespace switched from adwlm/cobj_xslt to digicademy/cobj_xslt. Please adapt your Fluid templates to the new namespace. Example: {namespace xslt=Digicademy\CobjXslt\ViewHelpers}. A compatibility layer is in place that will be removed in TYPO3 LTS version 10
  • Refactoring TransformViewHelper for TYPO3 v9
  • Update manual
1.8.0
  • This version was only released on GitHub
  • TYPO3 compatibility: 7.6.0-8.7.99
  • Usage of old standalone classname “cobj_xslt” via migration is now removed; please use the namespaced version of the class from now on
  • CKEditor plugin for <xslt> TypoTag in TYPO3 8.7+
  • Update manual
  • PSR refactoring and code compliance
1.7.0
  • TYPO3 compatibility: 6.2.0-7.9.99
  • Namespace and class refactoring
1.6.0
  • TYPO3 compatibility: 4.5.0-6.2.99
  • Set extension version to be in line with cobj_xpath again
  • Minor modifications in manual
1.3.0
  • TYPO3 compatibility: 4.5.0-6.1.99
  • ReST based manual
  • stdWrap for transformToURI property
  • new property suppressReturn to suppress output if a transformation should only be written to file
1.2.0
  • New XSLT view helper for Fluid templates
  • New tutorial XSLT and FLUIDTEMPLATE
  • New tutorial about <xslt> TypoTag
  • New loading mechanism for XSL stylesheets that now supports all types (stdWrap,string,path,url)
1.1.1
  • Loading XML files from a path could fail sometimes
1.1.0
  • TypoScript change: The former ‘source.url’ and ‘stylesheet.url’ properties are dropped and the functionality is now fused into the parent property
1.0.0
  • First public version