Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NEXT
# 17.0.0
Comment thread
larskemper marked this conversation as resolved.

- Fixed Shopware 5 customer migration with custom locales by resolving `languageId` from existing migration mappings during the same run

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG_de-DE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NEXT
# 17.0.0

- Fehler bei der Migration von Shopware-5-Kunden mit benutzerdefinierten Sprachen behoben, indem die `languageId` im selben Lauf aus vorhandenen Migrations-Mappings aufgelöst wird

Expand Down
2 changes: 1 addition & 1 deletion UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NEXT
# 17.0.0

- [BREAKING] - refactor!: centralize configuration into `MigrationConfiguration` service
- [BREAKING] Added required constructor parameter `SwagMigrationAssistant\Migration\MigrationConfiguration $migrationConfig` to `SwagMigrationAssistant\Migration\Media\Processor\HttpDownloadServiceBase`
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "swag/migration-assistant",
"description": "Migration plugin for shopware/platform",
"version": "16.2.0",
"version": "17.0.0",
"type": "shopware-platform-plugin",
"license": "MIT",
"authors": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @deprecated tag:v17.0.0 - With Shopware v6.8.0 - `translation.init.ts` will be removed to use automatic language loading with language layer support
* @deprecated tag:v18.0.0 - With Shopware v6.8.0 - `translation.init.ts` will be removed to use automatic language loading with language layer support
*/
import deMigrationSnippets from '../module/swag-migration/snippet/de.json';
import enMigrationSnippets from '../module/swag-migration/snippet/en.json';
Expand Down
Loading