Releases: statamic/importer
Releases · statamic/importer
v2.0.0-beta.1
What's new
- Updated the Control Panel for Statamic 6 #116 by @duncanmcclean
Breaking changes
- Dropped support for Laravel 10
- Removed string typehint from
Transformer::transform()method #118 by @duncanmcclean
v1.9.0
What's improved
- Improve support for Gutenberg quotes #115 by @duncanmcclean
v1.8.5
What's fixed
- Fix issue where missing key might break import #113 by @pierrepavlov
- Bump axios from 1.8.2 to 1.12.0 #112 by @dependabot
v1.8.4
What's fixed
- Fixed error when importing file dictionary field #111 by @duncanmcclean
- Fixed importing bard assets #109 by @jacksleight
v1.8.3
What's fixed
- Fix: SQLite "too many SQL variables" error in Importer #97 by @pixelastronauts
- Handle nested fieldsets in
FieldUpdater#108 by @duncanmcclean - Fix undefined array key error from
FieldUpdater#107 by @duncanmcclean
v1.8.2
What's fixed
- Uppercase
TRUE&FALSEvalues are now supported by the toggle transformer's "boolean" format #107 by @duncanmcclean - Fixed failing tests #105 by @duncanmcclean
v1.8.1
What's fixed
- Refactored XML parsing to use XMLReader #99 by @pixelastronauts
- Fixed error when importing Gutenberg
core/embedblock #101 by @duncanmcclean - Fixed error when importing toggle fields with no matching value #100 by @duncanmcclean
- Fixed entry querying in
ImportItemJobfor multi-site installations #98 by @pixelastronauts
v1.8.0
What's new
- Supports Laravel 12 #92 by @duncanmcclean
What's fixed
- Fixed field value of "0" not being imported #95 by @duncanmcclean
- Fixed flaky tests #93 by @duncanmcclean
- Bump axios from 0.28.0 to 1.8.2 #94 by @dependabot[bot]
v1.7.5
What's fixed
- Added fallback config values when checking job batches database config #91 by @duncanmcclean
v1.7.4
What's fixed
- Hide blueprint dropdown for user imports #89 by @duncanmcclean