From 82f4f63fe40226b76c9ee67e6d5baa813b896380 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 30 Apr 2022 12:32:21 +0200 Subject: [PATCH] release v1.14.1 --- CHANGELOG.md | 6 +++++- src/core/Murph.php | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bccc988..947f90b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,16 @@ ## [Unreleased] +### Added +### Fixed +### Changed + +## [1.14.1] - 2022-04-30 ### Added * add allowed chars in RouteParameterSlugify and CodeSlugify * improve sidebar in mobile view ### Fixed * fix creation of new element when a menu is edited * fix editorjs error when the textarea is empty -### Changed ## [1.14.0] - 2022-04-20 ### Added diff --git a/src/core/Murph.php b/src/core/Murph.php index 8cb3ada..6b23d87 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.14.0'); + define('MURPH_VERSION', 'v1.14.1'); } /**