Skip to content

Releases: shopware/SwagMigrationAssistant

18.0.0

Choose a tag to compare

@github-actions github-actions released this 13 May 11:07
  • Fixed Shopware 6 sales channel migration so additional sales channels, such as Social Shopping, are now migrated correctly when their sales channel types already exist in the target shop before the migration starts
  • Sales channels with types that are not available in the target shop are now skipped instead of causing follow-up issues
  • Fixed Shopware 5 order migration so billing and shipping addresses are kept even when the salutation cannot be mapped during conversion

17.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Apr 14:47
  • Fixed Shopware 5 customer migration with custom locales by resolving languageId from existing migration mappings during the same run

16.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Apr 11:50
  • #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

Choose a tag to compare

@github-actions github-actions released this 17 Mar 12:46
  • #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

Choose a tag to compare

@github-actions github-actions released this 09 Mar 13:42
  • 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

Choose a tag to compare

@github-actions github-actions released this 02 Mar 08:48
  • #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

Choose a tag to compare

@github-actions github-actions released this 03 Dec 15:31
  • 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

Choose a tag to compare

@github-actions github-actions released this 18 Jul 11:09
  • 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

Choose a tag to compare

@github-actions github-actions released this 26 May 10:12
  • 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

Choose a tag to compare

@github-actions github-actions released this 08 May 08:13
  • Fixed deprecation warnings for tagged argument in services definitions