From ca25210d1cd5c0de0e11fc696a668166f6b2a645 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 11 Aug 2023 09:47:46 +0200 Subject: [PATCH] release v1.21.0 --- CHANGELOG.md | 6 +++++- src/core/Murph.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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'); } /**