From d8a15a6d73dbad68c88a4da655cd7a27f1251289 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 22 Mar 2022 15:10:33 +0100 Subject: [PATCH] update version and changelog --- CHANGELOG.md | 7 ++++++- src/core/Murph.php | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8579012..ecad364 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ ## [Unreleased] +### Added +### Fixed +### Changed + +## [1.11.0] - 2022-03-22 ### Added * add data-modal-create attribute to force modal to be open in a new container * add blur when several modals are opened -### Fixed +* add specific form types for Tinymce and EditorJS ### Changed * update file-manager with data-modal-create attribute diff --git a/src/core/Murph.php b/src/core/Murph.php index f3b0302..c3eade3 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.10.0'); + define('MURPH_VERSION', 'v1.11.0'); } /**