diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e543f4..8bf8850 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ ## [Unreleased] +### Added +### Fixed +### Changed + +## [1.14.0] - 2022-04-20 ### Added * add grapesjs modes * add tinymce block type * add editor types in page maker * add the page template when the page is generated with the maker -### Fixed ### Changed * replace flag-icon-css with flag-icons diff --git a/src/core/Murph.php b/src/core/Murph.php index a6cba1f..8cb3ada 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.13.0'); + define('MURPH_VERSION', 'v1.14.0'); } /**