From 6f961ba79bc2ad432b4300311952362b4c07bdbb Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 1 Nov 2023 16:31:33 +0100 Subject: [PATCH] release v1.23.0 --- CHANGELOG.md | 3 ++- src/core/Murph.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4815a8e..57c6505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/src/core/Murph.php b/src/core/Murph.php index d5d36e6..4d3c5a5 100644 --- a/src/core/Murph.php +++ b/src/core/Murph.php @@ -3,7 +3,7 @@ namespace App\Core; if (!defined('MURPH_VERSION')) { - define('MURPH_VERSION', 'v1.22.0'); + define('MURPH_VERSION', 'v1.23.0'); } /**