update changelog

This commit is contained in:
Simon Vieille 2022-02-28 09:44:18 +01:00
parent 85e4bdf1c2
commit 6134b30a99

View file

@ -1,17 +1,26 @@
## [Unreleased]
### Added
### Fixed
### Changed
## [1.6.0] - 2022-02-28
### Added
* add block in field templates to allow override
* merge route params in crud admin redirects
* improve murph:user:create command
### Fixed
* fix form namespace prefix in the crud controller maker
* fix date field when the value is empty
* fix crud batch column width
* fix sidebar icon width
* fix cache clear task
### Changed
## 1.5.0
### Changed
* remove password generation from the user factory
## [1.5.0] - 2022-02-25
### Added
* add desktop views and mobile views
@ -19,21 +28,21 @@
* upgrade dependencies
* replace jaybizzle/crawler-detect with matomo/device-detector
## 1.4.1
## [1.4.1] - 2022-02-23
### Added
* handle app urls in twig routing filters
### Fixed
### Fixed
* fix views in analytics modal
* replace empty path with "/" in analytics
### Changed
* update default templates
## 1.4.0
## [1.4.0] - 2022-02-21
### Added
* add basic analytics
## 1.3.0
## [1.3.0] - 2022-02-19
### Added
* add support of regexp with substitution in redirect
* url tags can be used as redirect location
@ -43,7 +52,7 @@
* fix filemanager sorting
* fix batch action setter
## 1.2.0
## [1.2.0] - 2022-02-14
### Added
* add sort in file manager
* add redirect manager
@ -51,7 +60,7 @@
### Changed
* replace node-sass with sass
## 1.1.0
## [1.1.0] - 2022-02-29
### Added
* add directory upload in file manager
@ -61,9 +70,9 @@
### Changed
* symfony/swiftmailer-bundle is replaced by symfony/mailer
## 1.0.1
## [1.0.1] - 2022-02-25
### Fixed
* fix Makefile environment vars (renaming)
* fix composer minimum stability
## 1.0.0
## [1.0.0] - 2022-01-23