Release: 7.0.0 (2023/09/07 11:21:38)

  • 2023-09-07 [FEATURE] Declare support for TYPO3v12 (Commit f55bb4af by Claus Due)

  • 2023-09-06 [FEATURE] Formally support arrays in v:format.replace (Commit e96921e4 by Claus Due)

  • 2023-09-06 [BUGFIX] Cast potentially null subject in v:format.replace (Commit 0328e437 by Claus Due)

  • 2023-09-06 [FEATURE] Add “returnCount” on v:format.replace (Commit b1cc53fd by Claus Due)

  • 2023-08-08 [BUGFIX] Fix image URL in SourceViewHelper after change in behavior of ContentObjectRenderer (#1871) (Commit aa0d048e by stex2)

  • 2023-07-27 [BUGFIX] Respect “subject” also without “as” argument (Commit d03af273 by Claus Due)

  • 2023-07-27 [BUGFIX] Ignore pageUid when selecting content by specific UIDs (Commit e58bf777 by Claus Due)

  • 2023-07-25 [BUGFIX] Respect nav_hide set in translated version of page (Commit 499fffd9 by Claus Due)

  • 2023-07-25 [BUGFIX] Fix SlideViewHelperTrait limit/limitRemaining (Commit 1e0cc100 by Claus Due)

  • 2023-07-25 [BUGFIX] Consider page translation overlay UID and fix sliding (Commit 169a6112 by Claus Due)

  • 2023-07-25 [BUGFIX] Store identifier after evaluating if then or else should be used (Commit 71728a6b by janhohmann)

  • 2023-07-24 [BUGFIX] Mind removed properties (Commit 4ea6a511 by Hannes Bochmann)

  • 2023-07-24 [BUGFIX] Ensure correct middleware ordering (Commit 390beb45 by Claus Due)

  • 2023-07-22 [BUGFIX] Add alternative record lookup in v:content.info (Commit 0fd77474 by Claus Due)

  • 2023-07-17 [BUGFIX] Avoid “Uninitialized string offset: 0” on TYPO3v10 (Commit 0c436498 by Claus Due)

  • 2023-07-17 [BUGFIX] Handle extension key correctly in v:render.uncache (Commit 20d74420 by Claus Due)

  • 2023-07-16 [BUGFIX] Null-coalesce possibly undefined array position “hideIfEmpty” (Commit 47be782e by Florian Rival)

  • 2023-07-15 [BUGFIX] Convert TS-defined asset’s property before assigning to object (Commit 2b4afa6d by Claus Due)

  • 2023-07-15 [BUGFIX] Respect overwrite=false for asset across cached/uncached contexts (Commit a6995cbb by Claus Due)

  • 2023-07-15 [BUGFIX] Handle possibly undefined array key forceClosingTag (Commit 9f13e745 by Claus Due)

  • 2023-07-15 [BUGFIX] Handle File/FileReference in v:media.image (Commit 5175b8e9 by Claus Due)

  • 2023-07-12 [BUGFIX] Use unicode-safe whitespace eradication regexp (Commit b7820c5a by Claus Due)

  • 2023-07-12 [BUGFIX] Avoid list() in favor of null-coalesced extraction (Commit 7355d4d6 by Rico Sonntag)

  • 2023-07-12 [BUGFIX] Guard against undefined array index access (Commit c0995a31 by Claus Due)

  • 2023-07-12 [FEATURE] Add toggle to prevent v:render.uncache from persisting partial paths (Commit 258949ea by Claus Due)

  • 2023-07-12 [BUGFIX] Fix Iterator/Extract with single=true and array subject (Commit a9ae125a by Claus Due)

  • 2023-07-12 [BUGFIX] Handle new _assets/ path correctly (Commit 8f79887d by Claus Due)

  • 2023-07-12 [BUGFIX] Correct page UID resolving when rendering content elements (Commit f13fbf31 by Claus Due)

  • 2023-07-12 [BUGFIX] Fix handling of asset inclusions on cacheable page (Commit a5c0f5e2 by Claus Due)

  • 2023-07-03 [BUGFIX] Check for interface, not implementation (Commit 2390e806 by Claus Due)

Generated by:

git log --since="2023/07/01 17:09:00" --until="2023/09/07 11:21:38" --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/1.0.0…7.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!