From df106c70c9bdc277026f328787c2a6078e1be27a Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 7 May 2022 16:24:11 +0200 Subject: [PATCH] change version --- CHANGELOG.md | 2 ++ src/core/Murph.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7188a66..eecf13a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ ### Added * CrudConfiguration::setAction can receive a callable instead of a boolean in 'enabled' param * add grapesjs-component-code-editor and grapesjs-parser-postcss +### Fixed +* Fix the mail notifier ## [1.14.1] - 2022-04-30 ### Added diff --git a/src/core/Murph.php b/src/core/Murph.php index 6b23d87..df0af4f 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.1'); + define('MURPH_VERSION', 'v1.15.0'); } /**