Release: 5.0.0 (2018/06/19)

  • 2018-06-19 [BUGFIX] Fix content argument value resolving when used with “as” (Commit 1fb08f6 by Claus Due)
  • 2018-06-19 [REMOVAL] Remove constant support in implode/explode VH (Commit 4191b52 by Claus Due)
  • 2018-04-13 [FEATURE] Added limit argument to ExplodeViewHelper (Commit c05903e by Moritz Ngo)
  • 2018-06-19 [FEATURE] Declare support for TYPO3 9.3 (Commit 613c184 by Claus Due)
  • 2018-06-19 [BUGFIX] Remove return {} on empty value in JSON encoding (#1487) (Commit 4add271 by Markus Mächler)
  • 2018-06-19 [BUGFIX] Avoid deprecated annotation checks on >=9.3 (Commit 382328e by Claus Due)
  • 2018-06-19 [REMOVAL] Remove (broken) support for form object lookup (Commit 1f2594e by Claus Due)
  • 2018-06-10 [BUGFIX] Remove unreachable statement in LipsumViewHelper.php (#1484) (Commit a305113 by Bernhard Sirlinger)
  • 2018-04-15 [BUGFIX] Fix condition.string.isNumeric viewhelper (#1472) (Commit a09c6ae by Jens Jacobsen)
  • 2018-04-15 [BUGFIX] Fix return value for non-existing properties on object storages in Variable:raw-latex:GetViewHelper. (#1474) (Commit 4e1f74f by Jost Baron)
  • 2018-03-15 [FEATURE] Raise maximum supported TYPO3 version to 9.1.x (#1460) (Commit 917f251 by Claus Due)
  • 2018-03-15 [REMOVAL] Drop TYPO3 7.6 LTS support (#1457) (Commit 61b4e08 by Claus Due)

Generated by:

git log --since="2018/03/11" --until="2018/06/19" --abbrev-commit --pretty='%ad %s (Commit %h by %an)' \
    --date=short | egrep '(\[FEATURE|BUGFIX|REMOVAL\])+'`

Full list of changes: https://github.com/FluidTYPO3/vhs/compare/4.4.0…5.0.0

Please note: the change list above does not contain any TASK commits since they are considered infrastructure-only and not relevant to end users. The full list includes these!