Releases: techdivision/import-cli-simple
Releases · techdivision/import-cli-simple
Bugfix + Feature Release
Version 4.0.0-alpha10
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 method
UrlKeyUtil::makeUnique()
when import products without category - Fixed #PAC-347: Parsing of version-specific configuration does not work when using PHAR version
Features
- Add #PAC-349: Support for JMS serializer v2.0 + v3.0
- Migrated PHP Unit integration testsuite to Github Actions
Bugfix + Feature Release
Version 3.8.42
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-347: Parsing of version-specific configuration does not work when using PHAR version
Features
- Add #PAC-349: Support for JMS serializer v2.0 + v3.0
3.8.41
Bugfix + Feature Release
Version 4.0.0-alpha9
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
3.8.40
Version 3.8.40
Known Issues
- None
Bugfixes
- Fixed: update-url-key-from-name=false functionality
- Fixed #PAC-338: Exception when category sorting changes
- Fixed #PAC-317: Remove UTF-8 BOM from windows generated csv file
- Fixes #PAC-244: bug with crash in date conversion with standard date format
Bugfix Release
Version 4.0.0-alpha8
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#209
- Fixed #258
- Fixed import-product-url-rewrite#22
- Fixed #PAC-318: Serialization exception when using a custom database configuration
- Fixed #PAC-320: Children of deleted category are not removed
- Fixed #PAC-335: Properly support slashes in category names
Features
- None
Bugfix Release
Version 4.0.0-alpha7
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 uncaught exception when trying to delete categories
Features
- None
Bugfix + Feature Release
Version 4.0.0-alpha6
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#62
- Fixed #PAC-264: PDOException: SQLSTATE[23000] : Integrity constraint violation: 1062 Duplicate entry xxx.html-0 for key 'URL_REWRITE_REQUEST_PATH_STORE_ID
- Fixed #PAC-265: Also use url_path when generating unique url_key for categories
Features
- Add #PAC-326: Cross-entity import of URLs (rewrites + redirects)
- Add functionality to clear URL rewrites when categories have been deleted
Bugfix + Feature Release
Version 3.8.38
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 validation for columns with header mappings
Features
- Refactoring collection of data to improve performance
Feature Release
Version 4.0.0-alpha5
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-product-variant#22
- Add #PAC-252: Only generate category product rewrites if enabled in backend
- Add #PAC-273: Update product 301 URL redirects to forward to active URL rewrite
- Add #PAC-302 + techdivision/import-product-link#27: Functionality to clean-up product links (related, upssell + crosssell) when using
add-update
operation