From 716fe27de16c58db49a2e580be3ee052ac26e504 Mon Sep 17 00:00:00 2001 From: Jeroen Thora Date: Fri, 1 Nov 2024 23:17:32 +0100 Subject: [PATCH] Prepare 7.1.2 release --- CHANGELOG-7.1.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG-7.1.md b/CHANGELOG-7.1.md index aa432514a1..c5de1de353 100644 --- a/CHANGELOG-7.1.md +++ b/CHANGELOG-7.1.md @@ -6,6 +6,16 @@ This changelog references the relevant changes (bug and security fixes) done in To get the diff for a specific change, go to https://github.com/kunstmaan/KunstmaanBundlesCMS/commit/XXX where XXX is the change hash To get the diff between two versions, go to https://github.com/kunstmaan/KunstmaanBundlesCMS/compare/7.1.0...7.1.1 +## 7.1.2 / 2024-11-01 + +* [FormBundle] Fix form submission export [#3421](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3421) ([@dannyvw](https://github.com/dannyvw)) +* [PagePartBundle] Delete nested (non-entity) sub-items [#3423](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3423) ([@jverdeyen](https://github.com/jverdeyen)) +* [MenuBundle] Override getPathByConvention function in MenuItemAdminListConfigurator [#3420](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3420) ([@KevinSleegers](https://github.com/KevinSleegers)) +* [MultidomainBundle] Fix getCurrentFullHost return type [#3419](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3419) ([@dannyvw](https://github.com/dannyvw)) +* [TranslatorBundle] Fixed MessageCatalogue strict type (string) parameters in Translator Loader [#3415](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3415) ([@jverdeyen](https://github.com/jverdeyen)) +* [AdminBundle] fixed base route name for exception admin lists [#3414](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3414) ([@virtualize](https://github.com/virtualize)) +* [NodeBundle] Fix node reorder parents [#3413](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3413) ([@dannyvw](https://github.com/dannyvw)) + ## 7.1.1 / 2024-04-20 * [NodeBundle] Fix node reorder [#3408](https://github.com/Kunstmaan/KunstmaanBundlesCMS/pull/3408) ([@dannyvw](https://github.com/dannyvw))