Releases: techdivision/import-cli-simple
Releases · techdivision/import-cli-simple
Bugfix Release
Version 3.8.37
Known Issues
- Up from Magento 2 EE 2.1.10 using the single transaction mode has a massive performance impact (can only be used WITHOUT single transaction)
Bugfixes
- Fixed issue with missing
sprintf()
function when creating an exception inUrlKeyObserver::process()
andUrlKeyAndPathObserver::process()
methods
Features
- None
Bugfix Release
Version 3.8.36
Known Issues
- Up from Magento 2 EE 2.1.10 using the single transaction mode has a massive performance impact (can only be used WITHOUT single transaction)
Bugfixes
- Fixed invalid behaviour of #PAC-307: Add fallback for URL key to value of default store view when initial import has been done without store view rows
Features
- None
Bugfix & Feature Release
Version 3.8.35
Known Issues
- Up from Magento 2 EE 2.1.10 using the single transaction mode has a massive performance impact (can only be used WITHOUT single transaction)
Bugfixes
- Fixed #PAC-280: Extension library requires
etc
configuration directory - Fixed #PAC-269:
additional-vendor-dirs
directive depends ongetcwd()
when resolving media diretories inTechDivision\Import\Subjects\FilesystemTrait
Features
- Add #PAC-273: Update product 301 URL redirects to forward to active URL rewrite
- Add #PAC-252: Only generate category product rewrites if enabled in backend (backport)
- Add #PAC-307: Functionality to control automatic update of URL rewrites when product or category name changes
Upgrade from 3.8.34 to 3.8.35
Configuration
Up from this version, a new directive "update-url-key-from-name": true|false
can be used to protect existing
rewrites to be updated when the product or category name changes. By default, the directive has the value
true
to provide backwards compatility.
Classes
The following classes and interfaces has been extended with the following methods
TechDivision\Import\Utils\UrlKeyUtil::loadUrlKey()
TechDivision\Import\Utils\UrlKeyUtilInterface::loadUrlKey()
TechDivision\Import\Services\UrlKeyAwareProcessorInterface::loadVarcharAttributeByAttributeCodeAndEntityTypeIdAndStoreIdAndPrimaryKey()
As these classes and interfaces are NOT part of the official API we do NOT have a major change here
Feature Release
Version 3.8.34
Known Issues
- Up from Magento 2 EE 2.1.10 using the single transaction mode has a massive performance impact (can only be used WITHOUT single transaction)
Bugfixes
- None
Features
- Add techdivision/import#191
- Add #256
Alpha Release
Version 4.0.0-alpha4
Known Issues
- Up from Magento 2 EE 2.1.10 using the single transaction mode has a massive performance impact (can only be used WITHOUT single transaction)
Bugfixes
- Fixed #PAC-212: .OK file filter only supports suffix .csv
Features
- Add #PAC-227: Dynamic Handling of columns for import of EAV attributes
Feature Release
Version 3.8.33
Known Issues
- Up from Magento 2 EE 2.1.10 using the single transaction mode has a massive performance impact (can only be used WITHOUT single transaction)
Bugfixes
- Fixed techdivision/import-category#69
- Fixed #PAC-243: Fixed issue of attributes that can not be updated
- Fixed #PAC-239: Allow null values for attribute
gender
during customer import
Features
- Add #PAC-227: Dynamic Handling of columns for import of EAV attributes
- Switch log level for exception stack trace for missing media directories from warning to debug
Bugfix Release
Version 4.0.0-alpha3
Known Issues
- Up from Magento 2 EE 2.1.10 using the single transaction mode has a massive performance impact (can only be used WITHOUT single transaction)
Bugfixes
- Fixed techdivision/import-category#69
- Fixed issue when root category has to be created
- PAC-239: Allow null values for for attribute 'gender' during customer import
Features
- Add #PAC-89: Add debug email command + DebugSendPlugin
Bugfix Release
Version 3.8.32
Known Issues
- Up from Magento 2 EE 2.1.10 using the single transaction mode has a massive performance impact (can only be used WITHOUT single transaction)
Bugfixes
- Fixed issue in ArrayValidatorCallback that causes ignored validation errors
Features
- None
Alpha Release
Version 4.0.0-alpha2
Known Issues
- Up from Magento 2 EE 2.1.10 using the single transaction mode has a massive performance impact (can only be used WITHOUT single transaction)
Bugfixes
Features
- Add
"include_in_menu": null
toetc/configuration/default-values.json
- Remove stack trace of exception for missing media directories > log a simple debug message instead
Bugfix Release
Version 3.8.31
Known Issues
- Up from Magento 2 EE 2.1.10 using the single transaction mode has a massive performance impact (can only be used WITHOUT single transaction)
Bugfixes
Features
- None