Skip to content

Commit

Permalink
[TASK] Require typo3fluid/fluid:^2.9.0
Browse files Browse the repository at this point in the history
Minor release update from ^2.8.0 to ^2.9.0:

- main/v13: Require ^2.9.0
- v12: Require ^2.9.0, projects will update
  with next core patch level release
- v11: No change, projects *may* be able to
  update if running PHP ^8.1 and having
  mbstring

Notable changes:

- Handle f:if edge cases more consistent
- Minor bug fixes and smaller compat improvements
  with current PHP versions
- A couple of depreations, casual projects are
  usually not affected
- Bigger clean up of compiled templates: They are
  significantly smaller and much better readable

Commands:

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

Change-Id: I0dd4c66831c982b9e854f9d64adb3486ff942f93
Releases: main, 12.4
Resolves: #100971
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/79203
Tested-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: Stefan Bürk <stefan@buerk.tech>
Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch>
Tested-by: core-ci <typo3@b13.com>
Reviewed-by: Stefan Bürk <stefan@buerk.tech>
  • Loading branch information
lolli42 committed Jun 7, 2023
1 parent 21a8682 commit bb848a6
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.8.0"
"typo3fluid/fluid": "^2.9.0"
},
"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.8.0"
"typo3fluid/fluid": "^2.9.0"
},
"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.8.0"
"typo3fluid/fluid": "^2.9.0"
},
"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.8.0"
"typo3fluid/fluid": "^2.9.0"
},
"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.8.0"
"typo3fluid/fluid": "^2.9.0"
},
"conflict": {
"typo3/cms": "*"
Expand Down

0 comments on commit bb848a6

Please sign in to comment.