`8.3.12 (2024-04-19) `_ ================================================================================================ Overview of merged pull requests ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ `BUGFIX: Fix the check for RedirectStorageInterface `_ --------------------------------------------------------------------------------------------------------------------- Existance of interfaces needs to be checked with interface_exists * Fixes: `#5000 `_ * Packages: ``Media`` `BUGFIX: Remove br from role tooltip and improve readability `_ ------------------------------------------------------------------------------------------------------------------------------ A ``
`` was displayed as text in the title of roles in the user management module. With this change it is replaced by a proper line break and the parent roles are now displayed as list with their name and identifier. Before: !`CleanShot 2024-04-11 at 13 37 07@2x `_ After: !`CleanShot 2024-04-11 at 13 40 50@2x `_ * Packages: ``Neos`` `BUGFIX: Sort properties in raw content mode `_ -------------------------------------------------------------------------------------------------------------- Previously there was no obvious sorting for properties in the ``Raw content`` mode and the resulting order of properties appeared "random", which is an issue if the properties don't appear in the order the editor should edit them. With this change the sorting option which is also used for the inspector is used to sort the items and therefore giving an option to the integrator on their arrangement. That the inspector order is used for the raw content is not the cleanest solution, but introducing another sorting option also doesn't seem the right choice at this point. * Packages: ``Neos`` `BUGFIX: Make text formatting visible in raw content mode `_ --------------------------------------------------------------------------------------------------------------------------- This change removes the css reset which made it impossible to see any text formatting in raw content mode. Also the font is now set to use the Neos font instead of just arial which matches the backend default font. Before: !`CleanShot 2024-04-11 at 09 26 51@2x `_ After: !`CleanShot 2024-04-11 at 09 23 08@2x `_ * Packages: ``Neos`` `BUGFIX: Strip image to prevent wrong orientation information in exif data `_ -------------------------------------------------------------------------------------------------------------------------------------------- After autorotating the thumbnail image we need to remove the according exif data for the thumbnail, to prevent the thumbnail is shown rotated again. See also: https://github.com/php-imagine/Imagine/issues/467 * Fixes: `#3148 `_ !`image `_ * Packages: ``Neos`` ``Media`` `BUGFIX: Fix argument order of implode() `_ ---------------------------------------------------------------------------------------------------------- Passing the separator after the array is not supported since PHP 8.0 anymore **Upgrade instructions** * Packages: ``Neos`` ``ContentRepository`` `TASK: Update plupload library to latest 2.3.9 `_ ---------------------------------------------------------------------------------------------------------------- Backport of https://github.com/neos/neos-development-collection/pull/5003 for 7.3 Fixes https://github.com/advisories/GHSA-rp2c-jrgp-cvr8: https://nvd.nist.gov/vuln/detail/CVE-2021-23562 * Packages: ``Neos`` ``Media.Browser`` `TASK: Update plupload library to latest 2.3.9 `_ ---------------------------------------------------------------------------------------------------------------- Fixes CVE-2021-23562: https://nvd.nist.gov/vuln/detail/CVE-2021-23562 * Packages: ``Neos`` ``Media.Browser`` `DOCS: Fix indentation of ImageEditor options `_ --------------------------------------------------------------------------------------------------------------- * Packages: ``Neos`` `Detailed log `_ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~