diff --git a/CHANGELOG.md b/CHANGELOG.md index e454bbfa2..a6beefc83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# NEXT +# 17.0.0 - Fixed Shopware 5 customer migration with custom locales by resolving `languageId` from existing migration mappings during the same run diff --git a/CHANGELOG_de-DE.md b/CHANGELOG_de-DE.md index 1217c7b3e..2987d123e 100644 --- a/CHANGELOG_de-DE.md +++ b/CHANGELOG_de-DE.md @@ -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 diff --git a/UPGRADE.md b/UPGRADE.md index 4b1d97475..04d26b7fa 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -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` diff --git a/composer.json b/composer.json index 65d5d6c56..cfaee8792 100644 --- a/composer.json +++ b/composer.json @@ -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": [ diff --git a/src/Resources/app/administration/src/init/translation.init.ts b/src/Resources/app/administration/src/init/translation.init.ts index f98df0172..b56a9b72d 100644 --- a/src/Resources/app/administration/src/init/translation.init.ts +++ b/src/Resources/app/administration/src/init/translation.init.ts @@ -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';