From c2e38c97dc7817f37f06a85d6b9e64ea33dec972 Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Tue, 26 May 2026 15:39:13 +0200 Subject: [PATCH] prepare release 1.3.3 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7b1004..943e2c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog / Upgrade Notes +## 1.3.3 +* Improvement: add forceResize checkbox to video thumbnail settings [#82](https://github.com/open-dxp/admin-bundle/pull/82) +* Bugfix: executing workflow transitions [#80](https://github.com/open-dxp/admin-bundle/pull/80) +* Bugfix: array thumbnail parameter in getImageThumbnailAction [#78](https://github.com/open-dxp/admin-bundle/pull/78) +* Bugfix: remove duplicate AdminExtension service definition from services.yaml [#84](https://github.com/open-dxp/admin-bundle/pull/84) + ## 1.3.2 * Bugfix: Remove redundant translation cache clearing from TranslationController [#67](https://github.com/open-dxp/admin-bundle/pull/67) * Bugfix: Ue new documentation URLs in toolbar links [#70](https://github.com/open-dxp/admin-bundle/pull/70)