update version and changelog

This commit is contained in:
Simon Vieille 2022-03-22 15:10:33 +01:00
parent af68d3d269
commit d8a15a6d73
2 changed files with 7 additions and 2 deletions

View file

@ -1,9 +1,14 @@
## [Unreleased] ## [Unreleased]
### Added
### Fixed
### Changed
## [1.11.0] - 2022-03-22
### Added ### Added
* add data-modal-create attribute to force modal to be open in a new container * add data-modal-create attribute to force modal to be open in a new container
* add blur when several modals are opened * add blur when several modals are opened
### Fixed * add specific form types for Tinymce and EditorJS
### Changed ### Changed
* update file-manager with data-modal-create attribute * update file-manager with data-modal-create attribute

View file

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