Skip to content

Commit

Permalink
Merge tag 'v2.1.6' into develop
Browse files Browse the repository at this point in the history
v2.1.6
  • Loading branch information
ambroisemaupate committed Mar 23, 2023
2 parents 20263b6 + 398ae3c commit c5c9e6f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## [v2.1.6](https://github.com/roadiz/core-bundle-dev-app/compare/v2.1.5...v2.1.6) (2023-03-23)


### Features

* **EntityGenerator:** Entity generator uses `DefaultValuesResolverInterface` to compute required _ENUM_ fields length according to their default values. ([20263b6](https://github.com/roadiz/core-bundle-dev-app/commit/20263b613d57f5e918f1b0f75de9835714259250))
* Migrate from monolithic docker image to nginx + app + worker + cron containers ([fa8b76a](https://github.com/roadiz/core-bundle-dev-app/commit/fa8b76a6216b93bdce93716d071131c138310921))


### Bug Fixes

* Fixed `AjaxNodesExplorerController` search params strict typing. ([fd38552](https://github.com/roadiz/core-bundle-dev-app/commit/fd385525f8f0ee4303cc77714c3d4207301f44a2))

## [v2.1.5](https://github.com/roadiz/core-bundle-dev-app/compare/v2.1.4...v2.1.5) (2023-03-17)


Expand Down
2 changes: 1 addition & 1 deletion lib/RoadizCoreBundle/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
autowire: true # Automatically injects dependencies in your services.
autoconfigure: true # Automatically registers your services as commands, event subscribers, etc.
bind:
$cmsVersion: '2.1.5'
$cmsVersion: '2.1.6'
$appVersion: '%roadiz_core.app_version%'
$cmsVersionPrefix: 'main'
$staticDomain: '%roadiz_core.static_domain_name%'
Expand Down

0 comments on commit c5c9e6f

Please sign in to comment.