diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a70a0..d040463 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/core/Murph.php b/src/core/Murph.php index 8c341a7..776e5b2 100644 --- a/src/core/Murph.php +++ b/src/core/Murph.php @@ -3,7 +3,7 @@ namespace App\Core; if (!defined('MURPH_VERSION')) { - define('MURPH_VERSION', 'v1.20.0'); + define('MURPH_VERSION', 'v1.21.0'); } /**