[TASK] Update Fluid library to version 1.0.7
Fixes the following issues: * https://github.com/TYPO3Fluid/Fluid/pull/97 [TASK] Remove references to non existing convertArgumentValue * https://github.com/TYPO3Fluid/Fluid/pull/98 Revert "[BUGFIX] Avoid double HTML encoding on chained view helpers" * https://github.com/TYPO3Fluid/Fluid/pull/101 [TASK] Simplifiy encoding behavior * https://github.com/TYPO3Fluid/Fluid/pull/102 [BUGFIX] Fix interceptor call for self-closing view helpers Resolves: #76128 Releases: master Change-Id: I1ac5fd3eaf79df18d22f6667108e2a2574ed79c2 Reviewed-on: https://review.typo3.org/48069 Reviewed-by:Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Paul Ilea <paul@target-e.com> Tested-by:
Paul Ilea <paul@target-e.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
... | ... | @@ -47,7 +47,7 @@ |
"psr/http-message": "~1.0", | ||
"cogpowered/finediff": "~0.3.1", | ||
"mso/idna-convert": "^0.9.1", | ||
"typo3fluid/fluid": "^1.0.6", | ||
"typo3fluid/fluid": "^1.0.7", | ||
"guzzlehttp/guzzle": "^6.2.0", | ||
"doctrine/dbal": "~2.5.4" | ||
}, | ||
... | ... |
Please register or sign in to comment