murph-skeleton/CHANGELOG.md

232 lines
5.3 KiB
Markdown
Raw Permalink Normal View History

2022-01-23 23:38:02 +01:00
## [Unreleased]
2023-11-01 16:34:54 +01:00
## [v1.23.0] - 2023-09-28
### Changed
* upgrade murph/murph-core
## [v1.22.0] - 2023-09-28
2023-09-07 14:11:11 +02:00
### Added
* update woodpecker ci base file
2023-09-28 18:14:22 +02:00
### Fixed
* fix #1: add UniqueEntity constraint in the User entity
### Changed
* upgrade murph/murph-core
2023-09-07 14:11:11 +02:00
2023-11-01 16:34:54 +01:00
## [1.21.0] - 2023-08-11
2023-08-11 09:48:50 +02:00
### Changed
* upgrade murph/murph-core
2023-11-01 16:34:54 +01:00
## [1.20.0] - 2023-07-27
2023-07-27 18:16:36 +02:00
### Fixed
* fix collection widget: allow_add/allow_delete and prototype
### Added
2023-07-20 09:47:12 +02:00
* add user admin controller and simples views in default files
* add chdir in the console entrypoint
### Changed
* upgrade murph/murph-core
2023-11-01 16:34:54 +01:00
## [1.19.0] - 2023-04-15
2023-04-15 10:53:04 +02:00
### Changed
* upgrade murph/murph-core
2023-11-01 16:34:54 +01:00
## [1.18.0] - 2023-01-13
2023-01-13 18:27:44 +01:00
### Added
* feat(dep): update dependencies
* feat(update): apply new recipe for phpunit
* feat(update): apply recipes:update doctrine/doctrine-bundle
* feat(update): apply recipes:update doctrine/doctrine-migrations-bundle
* feat(update): apply recipes:update liip/imagine-bundle
* feat(update): apply recipes:update stof/doctrine-extensions-bundle
* feat(update): apply recipes:update symfony/apache-pack
* feat(update): apply recipes:update symfony/console
* feat(update): apply recipes:update symfony/debug-bundle
* feat(update): apply recipes:update symfony/flex
* feat(update): apply recipes:update symfony/mailer
* feat(update): apply recipes:update symfony/framework-bundle
* feat(update): apply recipes:update symfony/monolog-bundle
* feat(update): apply recipes:update symfony/routing
* feat(update): apply recipes:update symfony/security-bundle
* feat(update): apply recipes:update symfony/translation
* feat(update): apply recipes:update symfony/twig-bundle
* feat(update): apply recipes:update symfony/validator
* feat(update): apply recipes:update symfony/web-profiler-bundle
* feat(update): apply recipes:update symfony/webpack-encore-bundle
* feat(update): apply recipes:update scheb/2fa-bundle
### Fixed
* fix(config): fix typo in 2fa conf
* fix(config): fix firewall config
2023-11-01 16:34:54 +01:00
## [1.17.0] - 2022-11-19
2022-11-19 19:57:05 +01:00
### Changed
* upgrade murph/murph-core
* replace annotation with attributes
* use encore from node_modules in npm scripts
2022-09-06 12:02:20 +02:00
## [1.16.0]
2022-03-06 22:17:38 +01:00
### Added
2022-05-14 11:30:09 +02:00
* add a admin dashboard controller
2022-06-12 19:07:55 +02:00
* add meta description in base.html.twig
2022-03-06 22:17:38 +01:00
### Fixed
### Changed
2022-05-14 11:30:09 +02:00
* upgrade murph/murph-core
2022-03-22 15:00:48 +01:00
2022-05-09 14:55:31 +02:00
## [1.15.0]
2022-05-09 14:58:37 +02:00
### Changed
2022-05-09 14:55:31 +02:00
* upgrade murph/murph-core
2022-04-30 12:37:12 +02:00
## [1.14.3]
2022-04-30 12:34:16 +02:00
### Added
* add blocks in default template
### Changed
* upgrade murph/murph-core
2022-04-30 12:37:12 +02:00
## [1.14.2]
2022-04-20 15:28:30 +02:00
## [1.14.1]
### Fixed
* fix missing envvar in makefile (npm)
2022-04-20 14:51:50 +02:00
## [1.14.0]
### Changed
* upgrade murph/murph-core
2022-04-17 18:32:36 +02:00
## [1.13.0]
### Changed
* upgrade murph/murph-core
2022-03-26 16:13:37 +01:00
## [1.12.0]
### Changed
* upgrade murph/murph-core
2022-03-22 15:00:48 +01:00
## [1.11.0]
### Changed
* upgrade murph/murph-core
2022-03-21 11:21:20 +01:00
* use murph-npm to install npm requirements
## [1.10.0]
### Added
* add translated title in dashboard template
### Fixed
* remove useless env var from makefile
### Changed
* upgrade murph/murph-core
2022-03-06 22:17:38 +01:00
2022-03-14 10:13:23 +01:00
## [1.9.1] - 2022-03-14
### Added
* add murph version in autoload file
### Changed
* remove AdminController constructor
2022-03-13 21:14:04 +01:00
## [1.9.0] - 2022-03-13
### Added
* add murph version in admin ui
### Changed
* the core is now installed with composer
2022-03-10 21:37:11 +01:00
## [1.8.0] - 2022-03-10
### Added
* add security roles in app configuration
* add option to restrict node access to specific roles
### Changed
* rename `core/EventSuscriber` with `core/EventSubscriber`
2022-03-06 22:17:38 +01:00
## [1.7.3] - 2022-03-06
2022-03-03 14:28:01 +01:00
### Added
2022-03-06 15:20:46 +01:00
* add ability to rename file in the file manager
2022-03-03 14:28:01 +01:00
### Fixed
2022-03-06 22:09:17 +01:00
* fix user factory
2022-03-06 22:17:38 +01:00
* fix user creation from ui
2022-03-03 14:28:01 +01:00
## [1.7.2] - 2022-03-03
2022-03-01 14:12:43 +01:00
### Added
* add templates to render sections and items in the admin menu
2022-03-01 14:12:43 +01:00
### Fixed
2022-03-01 18:48:47 +01:00
* fix the analytic table when a path is a long
2022-03-01 14:12:43 +01:00
## [1.7.1] - 2022-03-01
2022-02-28 09:44:18 +01:00
### Added
2022-03-01 13:49:19 +01:00
* add translations
2022-02-28 09:44:18 +01:00
### Fixed
2022-03-01 13:49:19 +01:00
* fix missing directories
2022-03-01 13:28:13 +01:00
## [1.7.0] - 2022-03-01
### Fixed
2022-02-28 21:59:51 +01:00
* fix the analytic referers table when a referer has a long domain
2022-02-28 09:44:18 +01:00
### Changed
2022-02-28 13:56:09 +01:00
* upgrade dependencies
2022-02-28 18:02:08 +01:00
* move assets to the core directory
2022-02-28 09:44:18 +01:00
## [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