release v1.23.0

This commit is contained in:
Simon Vieille 2023-11-01 16:31:33 +01:00
parent e095fc4197
commit 6f961ba79b
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,6 @@
## [Unreleased]
## [v1.23.0] - 2023-11-01
### Added
* allow to define templates show before and after a murph collection item
* add global batch actions
@ -18,7 +19,7 @@
* remove parameter $option on CrudConfiguration::setForm and fix CrudController make template
* fix the aspect of the actions's column in the crud
## [v1.22.0] 2023-09-28
## [v1.22.0] - 2023-09-28
### Added
* add new options in BooleanField: `toggle|checkbox_class_when_true` and `toggle|checkbox_class_when_false`
* add `count` method in repository query

View file

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