Merge branch 'develop'

This commit is contained in:
Simon Vieille 2022-03-17 10:59:41 +01:00
commit 27bccc9acd
3 changed files with 17 additions and 3 deletions

View file

@ -1,10 +1,16 @@
## [Unreleased]
### Added
* add url and path generators using code (twig)
### Fixed
### Changed
* update node entity constraints
## [1.10.0]
### Added
* add translated title in dashboard template
### Fixed
* remove useless env var from makefile
### Changed
* upgrade murph/murph-core
## [1.9.1] - 2022-03-14
### Added

View file

@ -1,5 +1,13 @@
## [Unreleased]
## Upgrade to v1.10.0
### Commands
```
make doctrine-migration
```
## Upgrade to v1.9.0
This version uses the package `murph/murph-core`.

View file

@ -7,7 +7,7 @@
"prefer-stable": true,
"require": {
"php": ">=8.0.0",
"murph/murph-core": "^1.9,>=1.9.2"
"murph/murph-core": "^1.10,>=1.10.0"
},
"require-dev": {
"symfony/browser-kit": "^5.4",