From 374db9117f13914058a5bac8d9e54ea187102145 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 17 Aug 2023 20:24:12 +0200 Subject: [PATCH] release v1.21.1 --- CHANGELOG.md | 2 ++ src/core/Murph.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9823e39..7ff23d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## [Unreleased] + +## [1.21.1] - 2023-08-17 ### Added * add form error handle in inline edit action and refill the form using the previous request content * add form error handle in ssettings actions and refill the form using the previous request content diff --git a/src/core/Murph.php b/src/core/Murph.php index 776e5b2..be25a20 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.21.0'); + define('MURPH_VERSION', 'v1.21.1'); } /**