release v1.21.0

This commit is contained in:
Simon Vieille 2023-08-11 09:47:46 +02:00
parent 0ab960ed0a
commit ca25210d1c
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 6 additions and 2 deletions

View file

@ -1,9 +1,13 @@
## [Unreleased]
## [1.21.0] - 2023-08-11
### Added
* add color property in Navigation"
* allow to use array syntax in string builder filter
* add color property in Navigation
* add badge with navigation color in admin views
* add `default_value` option in crud fields
* add `display` option in BooleanField
* add associated nodes in page form
### Fixed
* fix routes in the global settings controller

View file

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