Skip to content

Commit

Permalink
[BUGFIX] Require typo3fluid/fluid:^2.9.1
Browse files Browse the repository at this point in the history
Patch level raise from 2.9.0 to 2.9.1 to
fix a f:if inline syntax regression.

> composer req typo3fluid/fluid:^2.9.1
> composer req --no-update typo3fluid/fluid:^2.9.1 -d typo3/sysext/adminpanel
> composer req --no-update typo3fluid/fluid:^2.9.1 -d typo3/sysext/core
> composer req --no-update typo3fluid/fluid:^2.9.1 -d typo3/sysext/fluid
> composer req --no-update typo3fluid/fluid:^2.9.1 -d typo3/sysext/redirects

Resolves: #100977
Related: #100971
Releases: main, 12.4
Change-Id: I1f8648281dab729d614091294d3ef070d94dd185
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79210
Tested-by: core-ci <typo3@b13.com>
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
  • Loading branch information
lolli42 committed Jun 8, 2023
1 parent bb848a6 commit 0a87934
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -98,7 +98,7 @@
"typo3/cms-cli": "^3.1",
"typo3/cms-composer-installers": "^5.0",
"typo3/html-sanitizer": "^2.1.1",
"typo3fluid/fluid": "^2.9.0"
"typo3fluid/fluid": "^2.9.1"
},
"require-dev": {
"bnf/phpstan-psr-container": "^1.0.1",
Expand Down
12 changes: 6 additions & 6 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 @@ -27,7 +27,7 @@
"typo3/cms-core": "12.4.*@dev",
"typo3/cms-fluid": "12.4.*@dev",
"typo3/cms-frontend": "12.4.*@dev",
"typo3fluid/fluid": "^2.9.0"
"typo3fluid/fluid": "^2.9.1"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/core/composer.json
Expand Up @@ -74,7 +74,7 @@
"typo3/cms-cli": "^3.1",
"typo3/cms-composer-installers": "^5.0",
"typo3/html-sanitizer": "^2.1.1",
"typo3fluid/fluid": "^2.9.0"
"typo3fluid/fluid": "^2.9.1"
},
"suggest": {
"ext-apcu": "Needed when non-default APCU based cache backends are used",
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/fluid/composer.json
Expand Up @@ -22,7 +22,7 @@
"symfony/dependency-injection": "^6.2",
"typo3/cms-core": "12.4.*@dev",
"typo3/cms-extbase": "12.4.*@dev",
"typo3fluid/fluid": "^2.9.0"
"typo3fluid/fluid": "^2.9.1"
},
"conflict": {
"typo3/cms": "*"
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/redirects/composer.json
Expand Up @@ -25,7 +25,7 @@
"symfony/console": "^6.2",
"typo3/cms-backend": "12.4.*@dev",
"typo3/cms-core": "12.4.*@dev",
"typo3fluid/fluid": "^2.9.0"
"typo3fluid/fluid": "^2.9.1"
},
"conflict": {
"typo3/cms": "*"
Expand Down

0 comments on commit 0a87934

Please sign in to comment.