`7.3.15 (2023-09-15) `_ ================================================================================================ Overview of merged pull requests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ `BUGFIX: Make getParent work in NodeData `_ ---------------------------------------------------------------------------------------------------------- resolved: `#4283 `_ **Review instructions** I am unsure why the dimensions were not passed to findOneByPath, but without it it does not really work. Also, it is kind of strange that the dimensions in findOneByPath is optional but returns nothing if it is not set. This fixes it for now. * Packages: ``Neos`` ``ContentRepository`` `BUGFIX: Use correct URL to FontAwesome icons `_ --------------------------------------------------------------------------------------------------------------- **Upgrade instructions** **Review instructions** * Packages: ``Neos`` `BUGFIX: Assign original asset collections to variant `_ ----------------------------------------------------------------------------------------------------------------------- * Fixes: `#3560 `_ * Packages: ``Neos`` `BUGFIX: Fix editing of Electronic Address type in Backend module `_ ----------------------------------------------------------------------------------------------------------------------------------- * Fixes: `#4418 `_ * Packages: ``Neos`` `TASK: Avoid potential deprecation warnings `_ ------------------------------------------------------------------------------------------------------------- ``trim()`` and ``preg_match()`` expect strings, but Eel with it's loose typing might pass in different types. * Packages: ``Neos`` ``Fusion`` `Detailed log `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~