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