Skip to content
Snippets Groups Projects
Commit 066e2830 authored by Claus Due's avatar Claus Due Committed by Christian Kuhn
Browse files

[TASK] Upgrade Fluid engine to 2.0.1

Doing so solves the following issues:

* Cached files not correctly detected (CMS not affected, uses different backend)
   https://github.com/TYPO3/Fluid/commit/cbbe195635a06d5bbe24dfe4a5db638c779ef30d
* Output of `f:spaceless` was escaped and should not be
   https://github.com/TYPO3/Fluid/commit/f337dad28dcf05fee4979228f46e21757b8019bb
* Detect keys ending with a digit in array expressions
   https://github.com/TYPO3/Fluid/commit/52bf96a63e93c11f6f17bf8b7cc5a08c07fdf55f

Change-Id: I3b41f95af147632ac5ca28c69873e182f118fec3
Resolves: #78563
Releases: master
Reviewed-on: https://review.typo3.org/50496


Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 4e733205
Branches
Tags
No related merge requests found
......@@ -1247,16 +1247,16 @@
},
{
"name": "typo3fluid/fluid",
"version": "2.0.0",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/TYPO3Fluid/Fluid.git",
"reference": "008e3156d9d1878d91aec73b40e659ccfd032899"
"url": "https://github.com/TYPO3/Fluid.git",
"reference": "f337dad28dcf05fee4979228f46e21757b8019bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/TYPO3Fluid/Fluid/zipball/008e3156d9d1878d91aec73b40e659ccfd032899",
"reference": "008e3156d9d1878d91aec73b40e659ccfd032899",
"url": "https://api.github.com/repos/TYPO3/Fluid/zipball/f337dad28dcf05fee4979228f46e21757b8019bb",
"reference": "f337dad28dcf05fee4979228f46e21757b8019bb",
"shasum": ""
},
"require": {
......@@ -1282,7 +1282,7 @@
"LGPL-3.0"
],
"description": "The TYPO3 Fluid template rendering engine",
"time": "2016-10-13 13:13:27"
"time": "2016-11-03 13:08:07"
}
],
"packages-dev": [
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment