change murph version

This commit is contained in:
Simon Vieille 2022-04-20 14:47:07 +02:00
parent 7b3363d5a1
commit 01d1ebd8d1
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 6 additions and 2 deletions

View file

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

View file

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