Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.1.50'
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Nov 16, 2023
2 parents fffb4f9 + 199df24 commit 0ab294d
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [v2.1.50](https://github.com/roadiz/core-bundle-dev-app/compare/v2.1.49...v2.1.50) (2023-11-16)


### Bug Fixes

* Prevent doctrine/orm to upgrade to 2.17.0: Associations with fetch-mode=EAGER may not be using WITH conditions ([9ef566c](https://github.com/roadiz/core-bundle-dev-app/commit/9ef566cad69d256af5fbd37f20fbde9463e18a6f))

## [v2.1.49](https://github.com/roadiz/core-bundle-dev-app/compare/v2.1.48...v2.1.49) (2023-10-20)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"doctrine/doctrine-bundle": "^2.8.1",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/migrations": "^3.1.1",
"doctrine/orm": "^2.14.1",
"doctrine/orm": "^2.14.1 < 2.17",
"enshrined/svg-sanitize": "^0.15",
"gedmo/doctrine-extensions": "^3.10.0",
"guzzlehttp/guzzle": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/Documents/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"ext-zip": "*",
"ext-simplexml": "*",
"ext-fileinfo": "*",
"doctrine/orm": "^2.14.1",
"doctrine/orm": "^2.14.1 < 2.17",
"enshrined/svg-sanitize": "^0.15",
"guzzlehttp/guzzle": "^7.2.0",
"guzzlehttp/psr7": "^2.0",
Expand Down
2 changes: 1 addition & 1 deletion lib/Models/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"require": {
"php": ">=8.0",
"doctrine/orm": "^2.14.1",
"doctrine/orm": "^2.14.1 < 2.17",
"jms/serializer": "^3.9.0",
"symfony/string": "5.4.*",
"symfony/translation-contracts": "^2.3",
Expand Down
2 changes: 1 addition & 1 deletion lib/RoadizCoreBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^2.8.1",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/orm": "^2.14.1",
"doctrine/orm": "^2.14.1 < 2.17",
"gedmo/doctrine-extensions": "^3.10.0",
"inlinestyle/inlinestyle": "~1.2.7",
"james-heinrich/getid3": "^1.9",
Expand Down
2 changes: 1 addition & 1 deletion lib/RoadizCoreBundle/config/services.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
parameters:
roadiz_core.cms_version: '2.1.49'
roadiz_core.cms_version: '2.1.50'
roadiz_core.cms_version_prefix: 'main'
env(APP_NAMESPACE): "roadiz"
env(APP_VERSION): "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/RoadizFontBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"doctrine/annotations": "^1.0",
"doctrine/doctrine-bundle": "^2.8.1",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/orm": "^2.14.1",
"doctrine/orm": "^2.14.1 < 2.17",
"jms/serializer": "^3.9.0",
"league/flysystem": "^3.0",
"roadiz/models": "^2.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/RoadizUserBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"api-platform/core": "~2.7.0",
"symfony/framework-bundle": "5.4.*",
"symfony/rate-limiter": "5.4.*",
"doctrine/orm": "^2.14.1"
"doctrine/orm": "^2.14.1 < 2.17"
},
"require-dev": {
"roadiz/core-bundle": "^2.1",
Expand Down
2 changes: 1 addition & 1 deletion lib/Rozier/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"require": {
"php": ">=8.0",
"ext-zip": "*",
"doctrine/orm": "^2.14.1",
"doctrine/orm": "^2.14.1 < 2.17",
"guzzlehttp/guzzle": "^7.2.0",
"jms/serializer": "^3.9.0",
"league/flysystem": "^3.0",
Expand Down

0 comments on commit 0ab294d

Please sign in to comment.