From 52d1e7f39ad753f24d751bb7e9b537c6b080e670 Mon Sep 17 00:00:00 2001 From: Vincent Langlet Date: Thu, 21 Jul 2022 21:20:47 +0200 Subject: [PATCH] 4.3.2 (#765) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57976663..6f4684da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [4.3.2](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/4.3.1...4.3.2) - 2022-07-21 +### Fixed +- [[#764](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/764)] Fix missing 'operator_type' array value returned in `AbstractDateFilter:: getFormOptions()` bug to avoid not rendered advanced filter options in DateFilter or DateTimeFilter. ([@VincentLanglet](https://github.com/VincentLanglet)) + ## [4.3.1](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/4.3.0...4.3.1) - 2022-07-18 ### Fixed - [[#762](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/762)] Solved deprecation with SonataAdminBundle 4.14 ([@VincentLanglet](https://github.com/VincentLanglet))