release v1.18.0

This commit is contained in:
Simon Vieille 2023-01-13 18:20:51 +01:00
parent 3127018a73
commit de6ca18c0a
Signed by: deblan
GPG Key ID: 579388D585F70417
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
## [Unreleased]
## [1.18.0] - 2023-01-13
### Added
* feat(dep): add symfony/runtime
* feat(dep): add symfony/flex
### Fixed
* fix(crud): allow POST in delete actions
* fix(crud): remove default page value in abstract crud controller
* fix(admin): test site_logo before using it
* fix(ui): update z-index of choices__list--dropdown
## [1.17.1] - 2022-12-03
### Fixed
* add mising attribute on timestampable (doctrine)

View File

@ -3,7 +3,7 @@
namespace App\Core;
if (!defined('MURPH_VERSION')) {
define('MURPH_VERSION', 'v1.17.1');
define('MURPH_VERSION', 'v1.18.0');
}
/**