`7.3.13 (2023-05-30) `_ ================================================================================================ Overview of merged pull requests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ `BUGFIX: Add translation keys in translation files `_ -------------------------------------------------------------------------------------------------------------------- The following translation keys are missing their translation in the Main.xlf file. https://github.com/neos/neos-ui/blob/7.3/packages/neos-ui/src/Containers/LeftSideBar/index.js#L82 https://github.com/neos/neos-ui/blob/7.3/packages/neos-ui/src/Containers/LeftSideBar/NodeTreeToolBar/Buttons/ToggleContentTree/index.js#L39 * Packages: ``Neos`` `BUGFIX: Fix missing icon in case of fusion errors `_ -------------------------------------------------------------------------------------------------------------------- Change html class for icon which gets rendered if a fusion error occurs. Closes `#4223 `_ * Packages: ``Neos`` ``Fusion`` `BUGFIX: make pagination work with Traversable `_ ---------------------------------------------------------------------------------------------------------------- Fixes a warning: ``array_slice() expects parameter 1 to be array, object given in /…/Neos_ContentRepository_ViewHelpers_Widget_Controller_PaginateController.php line 124`` Variant of `#3891 `_ based on the (correct) 7.3 branch. * See: `#1112 `_ * Packages: ``Neos`` ``ContentRepository`` `TASK: Require all collection packages as self.version `_ ------------------------------------------------------------------------------------------------------------------------ Any dependency from one package in the collection to another should always be "to the same version". This changes makes sure this is the case by using ``self.version`` as the required version. See `#4257 `_ **Upgrade instructions** **Review instructions** * Packages: ``Neos`` ``CliSetup`` ``Fusion.Afx`` ``NodeTypes.AssetList`` ``NodeTypes.BaseMixins`` ``NodeTypes.ColumnLayouts`` ``NodeTypes.ContentReferences`` ``NodeTypes.Form`` ``NodeTypes.Html`` ``NodeTypes.Navigation`` `Detailed log `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~