- Change README, CHANGES, CONTRIBUTOR to markdown. ericof
- Use plone/code-analysis-actionv1 for Code Analysis ericof
- Directly change blocks and blocks_layout in the root for Plone6 and above steffenri - Improve check for plone version steffenri
5.0.5
------------------
- `content_creator_from_folder` now accepts an optional list `types_order` to prefer loading particular content types earlier davisagli
- Improved logging to include the content type. davisagli
- Refactored to use `pathlib` internally. davisagli
5.0.4
------------------
- Add a feature for linking translations using `translations.csv` davisagli
- Add the option to disable creating image scales immediately by setting the `CREATOR_SKIP_SCALES` environment variable. davisagli
- If the `id` in JSON doesn't match the id from the filename, prefer the one in the JSON. davisagli
5.0.3
------------------
- Don't swallow ValueError while importing a content item. davisagli
5.0.2
------------------
- Fix language when the deserialization dict does not contain a `language` key. This was hidden by the general `reindexObject` that was removed previously. sneridagh