From e5db0b77b9a55439ec7efe34dfe4971aa97e3224 Mon Sep 17 00:00:00 2001 From: Stefan Hagspiel Date: Tue, 30 Jun 2026 13:55:24 +0200 Subject: [PATCH] add upgrade notes for release 1.3.4 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 943e2c1f..2987e6c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog / Upgrade Notes +## 1.3.4 +* Chore: Remove unused grid configuration processing logic from DataObjectController by @solverat in https://github.com/open-dxp/admin-bundle/pull/89 +* Bugfix: resolve persistent thumbnail spinners in asset folder preview by @solverat in https://github.com/open-dxp/admin-bundle/pull/90 +* Bugfix: standardize Content-Disposition header formatting across controllers by @solverat in https://github.com/open-dxp/admin-bundle/pull/92 +* Improvement: Add stricter unserialize options; refactor variable naming in TranslationController by @solverat in https://github.com/open-dxp/admin-bundle/pull/88 +* Improvement: Added css color variables prefix by @cbl6499 in https://github.com/open-dxp/admin-bundle/pull/87 + ## 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)