- MIG-1039 - Updated country state conversion to use new methods provided by the migration assistant
- [BREAKING] Removed method
getCountryStateUuid
fromSwag\MigrationMagento\Migration\Mapping\MagentoMappingServiceInterface
and its default implementationSwag\MigrationMagento\Migration\Mapping\MagentoMappingService
- [BREAKING] Removed method
- MIG-1071 - Move to the new Lookup service structure
- [BREAKING] Added new constructor parameter
MediaDefaultFolderLookup $mediaFolderLookup
,LowestRootCategoryLookup $lowestRootCategoryLookup
,DefaultCmsPageLookup $defaultCmsPageLookup
,LanguageLookup $languageLookup
toSwag\MigrationMagento\Profile\Magento\Converter\CategoryConverter
- [BREAKING] Added new constructor parameter
LanguageLookup $languageLookup
,CountryLookup $countryLookup
toSwag\MigrationMagento\Profile\Magento\Converter\CountryConverter
- [BREAKING] Added new constructor parameter
CurrencyLookup $currencyLookup
,LanguageLookup $languageLookup
toSwag\MigrationMagento\Profile\Magento\Converter\CurrencyConverter
- [BREAKING] Added new constructor parameter
CountryLookup $countryLookup
,CountryStateLookup $countryStateLookup
toSwag\MigrationMagento\Profile\Magento\Converter\CustomerConverter
- [BREAKING] Added new constructor parameter
LanguageLookup $languageLookup
,LocaleLookup $localeLookup
toSwag\MigrationMagento\Profile\Magento\Converter\LanguageConverter
- [BREAKING] Added new constructor parameter
LanguageLookup $languageLookup
toSwag\MigrationMagento\Profile\Magento\Converter\ManufacturerConverter
- [BREAKING] Added new constructor parameter
MediaDefaultFolderLookup $mediaFolderLookup
toSwag\MigrationMagento\Profile\Magento\Converter\MediaConverter
- [BREAKING] Added new constructor parameter
CountryLookup $countryLookup
,CurrencyLookup $currencyLookup
,CountryStateLookup $countryStateLookup
,TransactionStateLookup $magentoTransactionStateLookup
toSwag\MigrationMagento\Profile\Magento\Converter\OrderConverter
- [BREAKING] Added new constructor parameter
MediaDefaultFolderLookup $mediaFolderLookup
,LanguageLookup $languageLookup
toSwag\MigrationMagento\Profile\Magento\Converter\ProductConverter
- [BREAKING] Added new constructor parameter
LanguageLookup $languageLookup
toSwag\MigrationMagento\Profile\Magento\Converter\PropertyGroupConverter
- [BREAKING] Added new constructor parameter
CurrencyLookup $currencyLookup
,LanguageLookup $languageLookup
,CountryLookup $countryLookup
to\Swag\MigrationMagento\Profile\Magento\Converter\SalesChannelConverter
- [BREAKING] Added new constructor parameter
,
to `` - [BREAKING] Removed method
getMagentoCountryUuid
fromSwag\MigrationMagento\Migration\Mapping\MagentoMappingService
and all implementors. UseSwagMigrationAssistant\Migration\Mapping\Lookup\CountryLookup::get()
instead. - [BREAKING] Removed method
getTransactionStateUuid
fromSwag\MigrationMagento\Migration\Mapping\MagentoMappingService
and all implementors. UseSwagMigrationAssistant\Migration\Mapping\Lookup\TransactionStateLookup::get()
instead. - [BREAKING] Removed method
getCountryStateUuid
fromSwag\MigrationMagento\Migration\Mapping\MagentoMappingService
and all implementors. UseSwagMigrationAssistant\Migration\Mapping\Lookup\CountryStateLookup::get()
instead.
- [BREAKING] Added new constructor parameter
- MIG-1091 - Fixed errors in the service container that occurred due to the move to Lookup Services