From ed50c8e6f6bb881b7783d1c518a86f254e52a725 Mon Sep 17 00:00:00 2001 From: Dominik Pfaffenbauer Date: Wed, 18 Feb 2026 13:31:56 +0100 Subject: [PATCH] [Release] 4.1.10 --- CHANGELOG-4.1.x.md | 7 +++++++ src/CoreShop/Bundle/CoreBundle/Application/Version.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG-4.1.x.md b/CHANGELOG-4.1.x.md index 3dcaef7c56..19b88afa38 100644 --- a/CHANGELOG-4.1.x.md +++ b/CHANGELOG-4.1.x.md @@ -1,3 +1,10 @@ +## 4.1.10 +* Fix outdated Menu Bundle docs for ExtJs event handling by @Copilot in https://github.com/coreshop/CoreShop/pull/2966 +* Add multi-select drag & drop support for objectMultihref condition lists by @Copilot in https://github.com/coreshop/CoreShop/pull/2960 +* Add CLI command for setting up states/regions for additional countries by @Copilot in https://github.com/coreshop/CoreShop/pull/2959 +* [MessengerBundle] Add auto-refresh and chart tooltip by @Copilot in https://github.com/coreshop/CoreShop/pull/2965 +* Fix information exposure in OrderInvoiceController and OrderShipmentController by @Copilot in https://github.com/coreshop/CoreShop/pull/2962 + ## 4.1.9 * Fix Injection in CustomerTransformerController by @dpfaffenbauer in https://github.com/coreshop/CoreShop/pull/2945 diff --git a/src/CoreShop/Bundle/CoreBundle/Application/Version.php b/src/CoreShop/Bundle/CoreBundle/Application/Version.php index 5bc0351ec0..68ba14b6cc 100644 --- a/src/CoreShop/Bundle/CoreBundle/Application/Version.php +++ b/src/CoreShop/Bundle/CoreBundle/Application/Version.php @@ -24,7 +24,7 @@ final class Version public const MINOR_VERSION = '1'; - public const RELEASE_VERSION = '9'; + public const RELEASE_VERSION = '10'; public const EXTRA_VERSION = '';