Skip to content

Releases: techdivision/import-cli-simple

4.1.1

11 Jul 17:15
Compare
Choose a tag to compare
  • Min. PHP Version set to 7.3
  • Support PhpUnit 8.0
  • Please take a look at UPGRADE-4.0.0

Features

  • none

Bugfixes

  • import
    • Missing "copy" function in FilesystemTrait
  • import-attribute
    • Fix import swatch attribute with additional_data
    • Fix import swatch attribute, calling the wrong sql-statements for the processor config
  • import-product
    • Implement Strict Mode in FileUploadObserver on missing file

4.1.0

03 Jun 12:16
Compare
Choose a tag to compare
  • Min. PHP Version set to 7.3
  • Support PhpUnit 8.0
  • Please take a look at UPGRADE-4.0.0

Features

  • import-customer-address: _address_increment_id for customer import CSV to prepend always create addresses

Bugfixes

  • import-customer
    • Default etc/configuration/black-list.json
  • import-customer-address
    • Don't update default addresses when not marked as default. Prevent resetting default address
  • import-product
    • Product import can have a tax_class_name None
    • Fix error url-rewrite-import for an existing product on another store.
    • Fix category assignments, if column categories does not exit:
      • If categories column not exit and clean-up-category-product-relations is true, the assignment is not deleted.
  • import-product-variant:
    • Fix error for php8.1: The Exception code must not be empty

3.8.59

03 Jun 12:59
Compare
Choose a tag to compare

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

  • import-customer-address
    • Don't update default addresses when not marked as default. Prevent resetting default address

3.8.58

23 May 12:17
Compare
Choose a tag to compare

Version 3.8.58

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

  • import-product: Product import can have a tax_class_name None

3.8.57

09 May 10:45
Compare
Choose a tag to compare

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

  • import-category: Prepare the store view code for set url_key as unique

4.0.0

28 Apr 17:19
Compare
Choose a tag to compare

New Major Update

  • Min. PHP version set to 7.3
  • Up from version 4.0.0-alpha8 the default import path has been changed from var/importexport to var/pacemaker/import.
  • Please take a look at UPGRADE-4.0.0

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)

3.8.56

26 Apr 14:02
Compare
Choose a tag to compare

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

  • import-product-msi: catch exception if inventory source not exists

3.8.55

28 Mar 11:22
Compare
Choose a tag to compare

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

  • import-customer-address: Update adresse with own _address_increment_id for unique identifier

Features

  • none

3.8.54

11 Mar 19:40
Compare
Choose a tag to compare

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

  • import: Extend prepareRow() method remove not found entities.
  • import-customer: Default date fields initialized with null instead 'now'
  • import-customer-address: Update adress with increment_id for unique identifier

Features

  • none

3.8.53

05 Oct 14:56
Compare
Choose a tag to compare

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

  • import-attribute-set: Fix fallback for attribute_group_sort_order when empty
  • import-product-url-rewrite: Case sensitiv url request path
  • import-product-url-rewrite: techdivision/import-product-url-rewrite#33 Header categories is not available in file

Features

  • none