Release: 4.0.0 (2017/01/28)

  • 2017-01-28 [FEATURE] Raise supported TYPO3 version (Commit c2ace93 by Claus Due)
  • 2017-01-27 [BUGFIX] Static injection of configurationManager failed (#1216) (Commit 0770663 by Frank Rakow)
  • 2017-01-22 [BUGFIX] Show workspaces placeholders when initialized hidden (Commit bcd6905 by Claus Due)
  • 2017-01-19 [BUGFIX] Register used but not declared argument (#1213) (Commit 7b0dbe4 by mattacker)
  • 2017-01-16 [BUGFIX] Parse audio sources from arguments (#1208) (Commit 60e23bc by Cedric Ziel)
  • 2017-01-16 [BUGFIX] Use namespaces from arguments and pass required rendering context (#1210) (Commit 507ef53 by Cedric Ziel)
  • 2017-01-16 [BUGFIX] Correct typos, missing imports and unneeded version checks (Commit a94673e by Cedric Ziel)
  • 2017-01-16 [BUGFIX] Import ExtensionManagementUtility (#1206) (Commit f2b16c0 by Cedric Ziel)
  • 2017-01-16 [REMOVAL] Remove PHP5 support (#1204) (Commit b4fc2f4 by Cedric Ziel)
  • 2017-01-04 [BUGFIX] Make path site relative as specified (#1203) (Commit 4d0381c by Björn Fromme)
  • 2017-01-04 [BUGFIX] Register necessary arguments in UnlessViewHelper (#1201) (Commit 07362d7 by Cedric Ziel)
  • 2017-01-04 [BUGFIX] Register parent arguments where necessary (#1202) (Commit 7627746 by Cedric Ziel)
  • 2016-12-28 [BUGFIX] Fix incorrect content fetching in workspaces (#1198) (Commit b6939b3 by Claus Due)
  • 2016-12-16 [BUGFIX] Fix Title attribute assignment in PictureViewHelper (#1196) (Commit b6d4562 by danielkuehni)
  • 2016-12-14 [BUGFIX] Read category relations from sys_file_metadata if present (#1189) (Commit 08c492e by Peter Bolch)
  • 2016-12-09 [BUGFIX] Convert non-arrays in v:iterator.chunk (#1188) (Commit 41525ec by Claus Due)
  • 2016-12-08 [BUGFIX] Fix page sliding in page.resources.fal ViewHelper (#1186) (Commit c3cb2b5 by Charles Brunet)
  • 2016-12-03 [BUGFIX] Add fallback for deprecated argument (#1183) (Commit e01dc9e by Björn Fromme)
  • 2016-11-26 [FEATURE] Add Iterator/Split ViewHelper for str_split (Commit 8053381 by Claus Due)
  • 2016-11-22 [FEATURE] Support ObjectStorages on SelectOptionViewHelper (#1174) (Commit e99c724 by Paul Beck)
  • 2016-11-13 [BUGFIX] Backup TSFE to reset it later to prevent PHP warnings (#1150) (Commit 766e7bc by Philipp)
  • 2016-11-13 [FEATURE] Add extension configuration toggle to disable Assets (#1149) (Commit 09dafd7 by Claus Due)
  • 2016-11-13 [FEATURE] Add suite of counter ViewHelpers (#1148) (Commit 5f17901 by Claus Due)
  • 2016-11-13 [BUGFIX] Fix v:iterator.random with empty input array (#1155) (Commit 39ca7ce by Claus Due)
  • 2016-11-12 [BUGFIX] Declare intended static method actually static (#1152) (Commit f11230f by Claus Due)
  • 2016-10-23 [BUGFIX] Correct type of value argument on v:condition.type.isArray (#1145) (Commit 74f5cff by Claus Due)
  • 2016-10-23 [REMOVAL] Deprecate v:if in favor of f:if (#1142) (Commit 8727db6 by Claus Due)
  • 2016-10-22 [BUGFIX] Copy deprecated method for v:form.select (#1140) (Commit 907f91b by Claus Due)
  • 2016-10-19 [FEATURE] Add v:format.hash (#1138) (Commit d584e8d by Xavier Perseguers)

Generated by:

git log --since="2016/10/18" --until="2017/01/28" --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/3.1.0…4.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!