Releases: fork/craft-embeds
Release list
4.0.5
4.0.4
4.0.3
Imports: added use craft\helpers\FileHelper;
New properties: public bool $clearEmbedsField = false; and public bool $reprocess = false;
Options: added clearEmbedsField and reprocess to options()
CKEditor config: handle null/unset config by falling back to the first available config (throws if none), and save via the ckeConfigs service
Migration logic: backup raw copy-field content per entry (migrates legacy backup filenames), skip entries if backup exists unless reprocess=true, and only clear the embeds field if clearEmbedsField is true
Full Changelog: 4.0.2...4.0.3
4.0.2
Remove version from composer.json, use release/tag instead
Full Changelog: 4.0.1...4.0.2
4.0.1
- test if field exists or is null prior to string function calls
Full Changelog: 4.0.0...4.0.1
2.0.4
Full Changelog: 2.0.3...2.0.4
added fix, done prior in 1.x branch for Craft 3 to Craft 4
4.0.0
Craft 5 Release.
This release is not meant for production use with Craft 5. It offers a migration to CKEditor with inline blocks.
Full Changelog: 3.0.1...4.0.0