murph-skeleton/CHANGELOG.md

79 lines
1.6 KiB
Markdown
Raw Normal View History

2022-01-23 23:38:02 +01:00
## [Unreleased]
2022-02-28 09:44:18 +01:00
### Added
### Fixed
### Changed
## [1.6.0] - 2022-02-28
2022-02-23 11:01:48 +01:00
### Added
2022-02-26 19:56:33 +01:00
* add block in field templates to allow override
2022-02-26 20:58:36 +01:00
* merge route params in crud admin redirects
2022-02-28 09:44:18 +01:00
* improve murph:user:create command
2022-02-23 11:01:48 +01:00
### Fixed
2022-02-26 19:43:56 +01:00
* fix form namespace prefix in the crud controller maker
* fix date field when the value is empty
2022-02-26 20:58:36 +01:00
* fix crud batch column width
* fix sidebar icon width
2022-02-26 23:22:38 +01:00
* fix cache clear task
2022-02-28 09:44:18 +01:00
2022-02-23 11:01:48 +01:00
### Changed
2022-02-28 09:44:18 +01:00
* remove password generation from the user factory
2022-02-23 11:01:48 +01:00
2022-02-28 09:44:18 +01:00
## [1.5.0] - 2022-02-25
2022-02-25 15:39:57 +01:00
### Added
* add desktop views and mobile views
### Changed
* upgrade dependencies
* replace jaybizzle/crawler-detect with matomo/device-detector
2022-02-28 09:44:18 +01:00
## [1.4.1] - 2022-02-23
2022-02-19 16:05:41 +01:00
### Added
2022-02-23 11:01:23 +01:00
* handle app urls in twig routing filters
2022-02-25 15:39:57 +01:00
2022-02-28 09:44:18 +01:00
### Fixed
* fix views in analytics modal
* replace empty path with "/" in analytics
2022-02-19 16:05:41 +01:00
### Changed
2022-02-21 23:58:40 +01:00
* update default templates
2022-02-19 16:05:41 +01:00
2022-02-28 09:44:18 +01:00
## [1.4.0] - 2022-02-21
2022-02-21 19:45:25 +01:00
### Added
* add basic analytics
2022-02-28 09:44:18 +01:00
## [1.3.0] - 2022-02-19
2022-02-14 18:39:33 +01:00
### Added
2022-02-15 10:06:13 +01:00
* add support of regexp with substitution in redirect
2022-02-16 17:10:41 +01:00
* url tags can be used as redirect location
* add builders to replace file information tags and url tags
2022-02-15 10:06:13 +01:00
2022-02-14 18:39:33 +01:00
### Fixed
2022-02-18 20:18:27 +01:00
* fix filemanager sorting
2022-02-19 15:57:12 +01:00
* fix batch action setter
2022-02-18 20:18:27 +01:00
2022-02-28 09:44:18 +01:00
## [1.2.0] - 2022-02-14
2022-02-14 18:37:54 +01:00
### Added
* add sort in file manager
2022-02-14 18:39:33 +01:00
* add redirect manager
2022-02-14 18:37:54 +01:00
### Changed
* replace node-sass with sass
2022-02-28 09:44:18 +01:00
## [1.1.0] - 2022-02-29
2022-01-26 23:20:21 +01:00
### Added
* add directory upload in file manager
### Fixed
* fix admin node routing
2022-01-29 23:15:29 +01:00
### Changed
* symfony/swiftmailer-bundle is replaced by symfony/mailer
2022-02-28 09:44:18 +01:00
## [1.0.1] - 2022-02-25
2022-01-24 22:04:49 +01:00
### Fixed
* fix Makefile environment vars (renaming)
2022-01-25 09:15:00 +01:00
* fix composer minimum stability
2022-01-24 22:04:49 +01:00
2022-02-28 09:44:18 +01:00
## [1.0.0] - 2022-01-23