Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 32 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,37 @@
# Changelog / Upgrade Notes

## 1.1.3
* video overlay: poster, title, description for every video type ([#23](https://github.com/open-dxp/admin-bundle/issues/23))
## 1.2.3
* Translations: Fix data request - streamline filtering and improve readability by @solverat in https://github.com/open-dxp/admin-bundle/pull/50
* correct languages when creating admin translation (#53) by @benwalch in https://github.com/open-dxp/admin-bundle/pull/54
* Refactor SQL queries: enforce parameterized bindings and consistent style by @solverat in https://github.com/open-dxp/admin-bundle/pull/49
* strict equality checks across admin bundle by @solverat in https://github.com/open-dxp/admin-bundle/pull/55
* update constant declarations to use type hints and visibility modifiers by @solverat in https://github.com/open-dxp/admin-bundle/pull/56

## 1.2.2
* Update branding names by @scrummer in https://github.com/open-dxp/admin-bundle/pull/45
* Remove outdated references to GitHub issues and comments. by @scrummer in https://github.com/open-dxp/admin-bundle/pull/46
* fixed saving email documents (#47) by @benwalch in https://github.com/open-dxp/admin-bundle/pull/48

## 1.2.1
* update Rector configuration: add ForeachItemsAssignToEmptyArrayToAssignRector and update comments by @solverat in https://github.com/open-dxp/admin-bundle/pull/37
* Apply changes from upstream by @scrummer in https://github.com/open-dxp/admin-bundle/pull/40
* Various Ext JS Improvements by @solverat in https://github.com/open-dxp/admin-bundle/pull/38
* Replace `$request->get()` by @solverat in https://github.com/open-dxp/admin-bundle/pull/39
* #41 Fix CSS outline property value by @scrummer in https://github.com/open-dxp/admin-bundle/pull/42
* Fix outline property in editmode.css by @blankse in https://github.com/open-dxp/admin-bundle/pull/43
* update BC layer comment to reflect OpenDxp 2.0 target by @solverat in https://github.com/open-dxp/admin-bundle/pull/44

## 1.2.0
* UI refactoring by @open-dxp-stack in https://github.com/open-dxp/admin-bundle/pull/25
* Removed hover icon color styling for main navigation by @open-dxp-stack in https://github.com/open-dxp/admin-bundle/pull/26
* video overlay: poster image, title description for every type by @benwalch in https://github.com/open-dxp/admin-bundle/pull/24
* PHPStan 2 by @solverat in https://github.com/open-dxp/admin-bundle/pull/30
* Apply Rector Fixes with coverage level 0 by @solverat in https://github.com/open-dxp/admin-bundle/pull/32
* Add changes from upstream (1.x <- 1.7.15) by @scrummer in https://github.com/open-dxp/admin-bundle/pull/27
* Adjust Test Setup by @solverat in https://github.com/open-dxp/admin-bundle/pull/34
* Update ClassController & SettingsController by @open-dxp-stack in https://github.com/open-dxp/admin-bundle/pull/36
* Remove dark scheme from root by @open-dxp-stack in https://github.com/open-dxp/admin-bundle/pull/35
* Replace custom utilities with reusable helper methods across admin bu… by @solverat in https://github.com/open-dxp/admin-bundle/pull/33

## 1.1.2
* Fix infinite spinner when moving objects in the tree ([#22](https://github.com/open-dxp/admin-bundle/pull/22))
Expand Down