From a657149354d1e3ada7fd8214ca1872921884129b Mon Sep 17 00:00:00 2001 From: Nicole Cordes <typo3@cordes.co> Date: Tue, 10 May 2016 18:58:04 +0200 Subject: [PATCH] [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> --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 462f4aaa591a..e19f90efa95f 100644 --- a/composer.json +++ b/composer.json @@ -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" }, diff --git a/composer.lock b/composer.lock index 8c98ad601ffb..fbbfd1ae3917 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "c595ac97e174b03564cd60d1f350757f", - "content-hash": "ffac954ad985f596185b00159eec1a9e", + "hash": "f5f44db11e9fb355e29c7b8417843334", + "content-hash": "9f73bd96ca33d16df039a1031db620e7", "packages": [ { "name": "cogpowered/finediff", @@ -1234,16 +1234,16 @@ }, { "name": "typo3fluid/fluid", - "version": "1.0.6", + "version": "1.0.7", "source": { "type": "git", "url": "https://github.com/TYPO3Fluid/Fluid.git", - "reference": "e3bc20e60df6960a852a0829c7a0238f643808ac" + "reference": "70314b168d14fc38315e554b82238dd966744377" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3Fluid/Fluid/zipball/e3bc20e60df6960a852a0829c7a0238f643808ac", - "reference": "e3bc20e60df6960a852a0829c7a0238f643808ac", + "url": "https://api.github.com/repos/TYPO3Fluid/Fluid/zipball/70314b168d14fc38315e554b82238dd966744377", + "reference": "70314b168d14fc38315e554b82238dd966744377", "shasum": "" }, "require": { @@ -1268,7 +1268,7 @@ "LGPL-3.0+" ], "description": "The TYPO3 Fluid template rendering engine", - "time": "2016-03-15 17:01:42" + "time": "2016-05-09 20:32:46" } ], "packages-dev": [ -- GitLab