Skip to content

Commit

Permalink
Merge branch 'hotfix/v2.1.30'
Browse files Browse the repository at this point in the history
  • Loading branch information
ambroisemaupate committed Jul 25, 2023
2 parents a700958 + b2602b5 commit b3ff245
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [v2.1.30](https://github.com/roadiz/core-bundle-dev-app/compare/v2.1.29...v2.1.30) (2023-07-25)


### Bug Fixes

* **CoreBundle:** Fixed doctrine/dbal dependency to 2.x due to UUID removal. Missing constraint in core-bundle. ([9824f1f](https://github.com/roadiz/core-bundle-dev-app/commit/9824f1fd96483b573d960093bf9d012a89d9120a))

## [v2.1.29](https://github.com/roadiz/core-bundle-dev-app/compare/v2.1.28...v2.1.29) (2023-07-25)


Expand Down
1 change: 1 addition & 0 deletions lib/RoadizCoreBundle/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"ext-json": "*",
"api-platform/core": "~2.7.0",
"doctrine/annotations": "^1.0",
"doctrine/dbal": "^2.13.9",
"doctrine/doctrine-bundle": "^2.3",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/orm": "^2.14.1",
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.29'
roadiz_core.cms_version: '2.1.30'
roadiz_core.cms_version_prefix: 'main'
env(APP_NAMESPACE): "roadiz"
env(APP_VERSION): "0.1.0"
Expand Down

0 comments on commit b3ff245

Please sign in to comment.