update changelog

This commit is contained in:
Simon Vieille 2024-05-12 22:48:30 +02:00
parent b8dfaaed10
commit 9324837bd9
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,8 @@
## [Unreleased]
# [v1.25.0] - 2024-05-12
### Added
* add block builder widget
* allow to use `window.tinymceModes` to add or override tinymce modes
* add border color on tinymce editor
### Fixed

View file

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