release v1.21.1

This commit is contained in:
Simon Vieille 2023-08-17 20:24:12 +02:00
parent 4048152a8e
commit 374db9117f
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

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