-
-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TASK: Add changelog for 8.3.20 [skip ci]
- Loading branch information
Jenkins
committed
Jan 27, 2025
1 parent
8d9711f
commit b42c146
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
`8.3.20 (2025-01-27) <https://github.com/neos/neos-development-collection/releases/tag/8.3.20>`_ | ||
================================================================================================ | ||
|
||
Overview of merged pull requests | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
||
`BUGFIX: fix error during site import <https://github.com/neos/neos-development-collection/pull/5449>`_ | ||
------------------------------------------------------------------------------------------------------- | ||
|
||
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 <https://github.com/neos/neos-development-collection/issues/5448>`_ | ||
|
||
**Review instructions** | ||
|
||
The new behavior was introduced to flow with pr: https://github.com/neos/flow-development-collection/pull/3424 | ||
|
||
|
||
* Packages: ``Neos`` ``Media`` | ||
|
||
`TASK: Check if index need to be renamed <https://github.com/neos/neos-development-collection/pull/5446>`_ | ||
---------------------------------------------------------------------------------------------------------- | ||
|
||
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 <https://github.com/neos/neos-development-collection/issues/5445>`_ | ||
|
||
* Packages: ``Neos`` ``ContentRepository`` | ||
|
||
`Detailed log <https://github.com/neos/neos-development-collection/compare/8.3.19...8.3.20>`_ | ||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |