Skip to content

Releases: shopware/SwagMigrationAssistant

16.2.0

10 Apr 11:50

Choose a tag to compare

  • #15568 - Switched to PHP Symfony service definitions
  • Fixed a migration issue where malformed relation records with missing root IDs could abort the run during cleanup and leave it stuck

16.1.1

17 Mar 12:46

Choose a tag to compare

  • #15318 - Fixed missing cleanup of the swag_migration_fix table when truncating a migration
  • #15637 - Fixed connection fingerprint compatibility with <6.7.2.0

16.1.0

09 Mar 13:42

Choose a tag to compare

  • Fixed log entries to have the file path and line number in the exception message
  • Remove support for Magento 1.9
  • Reduced log file size by removing exception trace args

16.0.0

02 Mar 08:48

Choose a tag to compare

  • #14517 - Fixed duplicate key error when re-migrating products with SEO main categories after checksum reset
  • #14400 - Removed the "Delete migration data" action from the migration history context menu
  • #13898 - Fixed migration of orders with different tax rates on line items from SW5
  • #11808 - Introduced Error Resolution to manage data inconsistencies and apply migration fixes directly in the SW6 administration, instead of fixing issues in the source system as it was needed previously.
  • #11808 - Enriched migration logs with detailed data descriptions to improve error traceability.
  • #11808 - Integrated ACL constraints to restrict specific migration actions based on user permissions.
  • #11808 - Improved data reliability via stronger validation checks for converted data.
  • #11808 - Applied general UI/UX improvements for visual consistency.
  • #11808 - Removed CLI commands migration:abort, migration:get-progress, and migration:start. You have to start the migration via the Administration UI, it still runs in the background message queue
  • #11808 - Checksum reset and migration data cleanup now run asynchronously via message queue.

15.0.4

03 Dec 15:31

Choose a tag to compare

  • Added shopIdV2 to the list of ignored system config entries for Shopware 6 connections
  • Media processing has been simplified so that the UI can show the actual progress

15.0.3

18 Jul 11:09

Choose a tag to compare

  • Fixed translations of error groups missing details like the entity
  • Fixed handling of customers without default payment method in SW6.7 migrations

15.0.2

26 May 10:12

Choose a tag to compare

  • Fixed data selection tab freezing due to infinite loop in SW6.7RC4 or later
  • Fixed connections names containing hyphens causing errors for custom field migration
  • Fixed premapping for administration users if username is empty

15.0.1

08 May 08:13

Choose a tag to compare

  • Fixed deprecation warnings for tagged argument in services definitions

14.1.0

14 Mar 08:26

Choose a tag to compare

  • MIG-1082 - Fixes an error with repeated migration of customer wish lists from SW5 to SW6
  • MIG-1096 - Fix json_decode with null run exceptions that occurred with mappings of old migration runs (older assistant versions)