v3.3.0
3.3.0 (2020-02-25)
Important information
When you used a slick.slider package version with content collections in the slide nodes, you can migrate the content structure of the existing slides to the new flat structure.
Just execute to get the new structure:
./flow node:migrate 20200225141414
And clean up the empty collections with:
./flow node:migrate 20200225141420
New
- Add migration for cleaning empty content collections of slides (53cd56e)
- Add migration for flat slide content structure (9f1e18d)
TASK
- adjust slide nodetype definition, to be compatible with old version (8933dba)