Releases: statamic/importer
Releases · statamic/importer
v1.6.0
What's new
- Multi-site taxonomy support #67 by @duncanmcclean
- Added "Blueprint" option when configuring entry & term imports #64 by @duncanmcclean
- Downloaded assets can now be processed using your asset container's source preset #59 by @duncanmcclean
- Added a progress indicator when saving / running an import by @duncanmcclean
- Added a tooltip when hovering over a field name in the mappings table by @duncanmcclean
- The "Unique Field" option has been removed from term & user imports. The Slug and Email will be used instead #66 by @duncanmcclean
What's fixed
- Fixed import issue with Bard #65 by @duncanmcclean
v1.5.1
What's fixed
- Fixed error when importing structured collection without mapping "Parent" field #58 by @duncanmcclean
- A banner will now be displayed when a database hasn't been configured #56 by @duncanmcclean
v1.5.0
What's new
- You can now import asset alt text #50 by @duncanmcclean
- The current file is now shown in the edit form #47 by @duncanmcclean
- PHP 8.4 Support #41 by @duncanmcclean
What's fixed
- Null values are now filtered out when saving mappings #48 by @duncanmcclean
- Bumped
cross-spawn
from 7.0.3 to 7.0.6 #46 by @dependabot[bot] - Fixed error when updating Bard configs inside fieldsets #22 by @duncanmcclean
v1.4.1
What's fixed
- Fixed error when saving XML import #39 by @duncanmcclean
v1.4.0
What's new
- Added support for Dictionary fields #37 by @duncanmcclean
v1.3.0
What's new
- Allow selecting a folder for downloaded assets #31 by @duncanmcclean
- Made more strings translatable and fixed issue when string matches name of lang file #33 by @duncanmcclean
- JSON arrays now get parsed when importing relationships #32 by @duncanmcclean
v1.2.0
What's new
- UX Improvements #24 by @duncanmcclean
- Added "CSV Delimiter" option #29 by @duncanmcclean
- You can now import publish states (& toggle fields) #30 by @duncanmcclean
v1.1.2
What's fixed
- Fixed validation error when creating an import in a multi-site #27 by @duncanmcclean
v1.1.1
What's fixed
- Fixed error when importing a Gutenberg block without content by @duncanmcclean
v1.1.0
What's new
- Multi-site Support #13 by @duncanmcclean
- Entry parents can now be imported #20 by @duncanmcclean
- Import jobs are now processed in batches #16 by @duncanmcclean
- Transformers now have access to the
Import
object by @duncanmcclean - Added a
messages
translation file for longer strings by @duncanmcclean - You can now determine whether items should be created or updated when creating an import #11 by @duncanmcclean
What's fixed
- Fixed
Unexpected data found
error when importing dates by @duncanmcclean - Fix incorrect namespaces in tests by @duncanmcclean