8.3.20 (2025-01-27)
Overview of merged pull requests
BUGFIX: fix error during site import
This adjusts the annotation to work with Flow 8.3.13 … before the type with spaces was interpreted as mixed and caused the following error during site:import.
`
During the import of the "Sites.xml" from the package "Neos.Demo" an exception occurred: Error: During import an exception occurred: "Could not convert target type "Neos\\Media\\Domain\\Model\\ImageVariant": Could not convert target type "Neos\\Media\\Domain\\Model\\Adjustment\\CropImageAdjustment", at property path "aspectRatio": Could not find a suitable type converter for "mixed" because the class / interface "mixed" does not exist."., see log for further information.
`
Resolves: #5448
Review instructions
The new behavior was introduced to flow with pr: https://github.com/neos/flow-development-collection/pull/3424
Packages:
NeosMedia
TASK: Check if index need to be renamed
In some instances the index is already renamed. This PR adds a check if this is the case and skips the migration in these cases.
resolves #5445
Packages:
NeosContentRepository