Skip to content

Commit

Permalink
[TASK] Update typo3fluid/fluid to 2.6.0
Browse files Browse the repository at this point in the history
Fixes missing output in ifAuthenticatedViewHelper after cache clearing
and erroneous replication of field properties to subsequent fields.

composer command used:
composer update typo3fluid/fluid

Resolves: #86930
Resolves: #86890
Resolves: #87430
Resolves: #86910
Resolves: #87586
Releases: master, 9.5
Change-Id: I8d1abd0aa08d7d7399ec23675dcf07d08dbdd2f2
Reviewed-on: https://review.typo3.org/59609
Tested-by: TYPO3com <noreply@typo3.com>
Reviewed-by: Mona Muzaffar <mona.muzaffar@gmx.de>
Tested-by: Mona Muzaffar <mona.muzaffar@gmx.de>
Reviewed-by: Susanne Moog <susanne.moog@typo3.org>
Tested-by: Susanne Moog <susanne.moog@typo3.org>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
  • Loading branch information
Gerrit Mohrmann authored and maddy2101 committed Feb 1, 2019
1 parent 8868fae commit 3ee1346
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -61,7 +61,7 @@
"typo3/cms-cli": "^2.0",
"typo3/cms-composer-installers": "^2.0",
"typo3/phar-stream-wrapper": "^3.0.1",
"typo3fluid/fluid": "^2.5.2"
"typo3fluid/fluid": "^2.6.0"
},
"require-dev": {
"codeception/codeception": "^2.4.5",
Expand Down
16 changes: 8 additions & 8 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typo3/sysext/adminpanel/composer.json
Expand Up @@ -17,7 +17,7 @@
"typo3/cms-core": "9.5.*@dev",
"typo3/cms-fluid": "9.5.*@dev",
"typo3/cms-frontend": "9.5.*@dev",
"typo3fluid/fluid": "^2.5.2",
"typo3fluid/fluid": "^2.6.0",
"psr/http-message": "~1.0",
"psr/http-server-handler": "^1.0",
"psr/http-server-middleware": "^1.0"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/core/composer.json
Expand Up @@ -44,7 +44,7 @@
"typo3/cms-cli": "^2.0",
"typo3/cms-composer-installers": "^2.0",
"typo3/phar-stream-wrapper": "^3.0.1",
"typo3fluid/fluid": "^2.5.2"
"typo3fluid/fluid": "^2.6.0"
},
"require-dev": {
"codeception/codeception": "^2.4.5",
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/fluid/composer.json
Expand Up @@ -15,7 +15,7 @@
"require": {
"typo3/cms-core": "9.5.*@dev",
"typo3/cms-extbase": "9.5.*@dev",
"typo3fluid/fluid": "^2.5.2"
"typo3fluid/fluid": "^2.6.0"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/redirects/composer.json
Expand Up @@ -15,7 +15,7 @@
"require": {
"typo3/cms-backend": "9.5.*@dev",
"typo3/cms-core": "9.5.*@dev",
"typo3fluid/fluid": "^2.5.2"
"typo3fluid/fluid": "^2.6.0"
},
"conflict": {
"typo3/cms": "*"
Expand Down

0 comments on commit 3ee1346

Please sign in to comment.