release v1.22.0

This commit is contained in:
Simon Vieille 2023-09-28 18:14:49 +02:00
parent 28a4f63640
commit 1f2edf183b
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 3 additions and 2 deletions

View file

@ -1,11 +1,12 @@
## [Unreleased]
## [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
* add `addForcedFilterHandler` method in repository query
* add `inline_form_validation` option to validate inline forms with custom algo
* add crud sorting in the session
* add crud sorting parameters in the session
* add flush option in the entity manager on create, update, remove, and persist methods
## [1.21.1] - 2023-08-17

View file

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