|
1 | 1 | # Changelog / Upgrade Notes |
2 | 2 |
|
3 | | -## 1.1.3 |
4 | | -* video overlay: poster, title, description for every video type ([#23](https://github.com/open-dxp/admin-bundle/issues/23)) |
| 3 | +## 1.2.3 |
| 4 | +* Translations: Fix data request - streamline filtering and improve readability by @solverat in https://github.com/open-dxp/admin-bundle/pull/50 |
| 5 | +* correct languages when creating admin translation (#53) by @benwalch in https://github.com/open-dxp/admin-bundle/pull/54 |
| 6 | +* Refactor SQL queries: enforce parameterized bindings and consistent style by @solverat in https://github.com/open-dxp/admin-bundle/pull/49 |
| 7 | +* strict equality checks across admin bundle by @solverat in https://github.com/open-dxp/admin-bundle/pull/55 |
| 8 | +* update constant declarations to use type hints and visibility modifiers by @solverat in https://github.com/open-dxp/admin-bundle/pull/56 |
| 9 | + |
| 10 | +## 1.2.2 |
| 11 | +* Update branding names by @scrummer in https://github.com/open-dxp/admin-bundle/pull/45 |
| 12 | +* Remove outdated references to GitHub issues and comments. by @scrummer in https://github.com/open-dxp/admin-bundle/pull/46 |
| 13 | +* fixed saving email documents (#47) by @benwalch in https://github.com/open-dxp/admin-bundle/pull/48 |
| 14 | + |
| 15 | +## 1.2.1 |
| 16 | +* update Rector configuration: add ForeachItemsAssignToEmptyArrayToAssignRector and update comments by @solverat in https://github.com/open-dxp/admin-bundle/pull/37 |
| 17 | +* Apply changes from upstream by @scrummer in https://github.com/open-dxp/admin-bundle/pull/40 |
| 18 | +* Various Ext JS Improvements by @solverat in https://github.com/open-dxp/admin-bundle/pull/38 |
| 19 | +* Replace `$request->get()` by @solverat in https://github.com/open-dxp/admin-bundle/pull/39 |
| 20 | +* #41 Fix CSS outline property value by @scrummer in https://github.com/open-dxp/admin-bundle/pull/42 |
| 21 | +* Fix outline property in editmode.css by @blankse in https://github.com/open-dxp/admin-bundle/pull/43 |
| 22 | +* update BC layer comment to reflect OpenDxp 2.0 target by @solverat in https://github.com/open-dxp/admin-bundle/pull/44 |
| 23 | + |
| 24 | +## 1.2.0 |
| 25 | +* UI refactoring by @open-dxp-stack in https://github.com/open-dxp/admin-bundle/pull/25 |
| 26 | +* Removed hover icon color styling for main navigation by @open-dxp-stack in https://github.com/open-dxp/admin-bundle/pull/26 |
| 27 | +* video overlay: poster image, title description for every type by @benwalch in https://github.com/open-dxp/admin-bundle/pull/24 |
| 28 | +* PHPStan 2 by @solverat in https://github.com/open-dxp/admin-bundle/pull/30 |
| 29 | +* Apply Rector Fixes with coverage level 0 by @solverat in https://github.com/open-dxp/admin-bundle/pull/32 |
| 30 | +* Add changes from upstream (1.x <- 1.7.15) by @scrummer in https://github.com/open-dxp/admin-bundle/pull/27 |
| 31 | +* Adjust Test Setup by @solverat in https://github.com/open-dxp/admin-bundle/pull/34 |
| 32 | +* Update ClassController & SettingsController by @open-dxp-stack in https://github.com/open-dxp/admin-bundle/pull/36 |
| 33 | +* Remove dark scheme from root by @open-dxp-stack in https://github.com/open-dxp/admin-bundle/pull/35 |
| 34 | +* Replace custom utilities with reusable helper methods across admin bu… by @solverat in https://github.com/open-dxp/admin-bundle/pull/33 |
5 | 35 |
|
6 | 36 | ## 1.1.2 |
7 | 37 | * Fix infinite spinner when moving objects in the tree ([#22](https://github.com/open-dxp/admin-bundle/pull/22)) |
|
0 commit comments