change version

This commit is contained in:
Simon Vieille 2022-05-07 16:24:11 +02:00
parent 1b6b3ab0c6
commit df106c70c9
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 3 additions and 1 deletions

View file

@ -8,6 +8,8 @@
### Added ### Added
* CrudConfiguration::setAction can receive a callable instead of a boolean in 'enabled' param * CrudConfiguration::setAction can receive a callable instead of a boolean in 'enabled' param
* add grapesjs-component-code-editor and grapesjs-parser-postcss * add grapesjs-component-code-editor and grapesjs-parser-postcss
### Fixed
* Fix the mail notifier
## [1.14.1] - 2022-04-30 ## [1.14.1] - 2022-04-30
### Added ### Added

View file

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