Skip to content

Releases: techdivision/import-cli-simple

Bugfix Release

29 Dec 15:28
Compare
Choose a tag to compare

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 in UrlKeyObserver::process() and UrlKeyAndPathObserver::process() methods

Features

  • None

Bugfix Release

28 Dec 17:25
Compare
Choose a tag to compare

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

23 Dec 16:50
Compare
Choose a tag to compare

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 on getcwd() when resolving media diretories in TechDivision\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

23 Oct 07:14
Compare
Choose a tag to compare

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

Alpha Release

17 Oct 10:48
Compare
Choose a tag to compare
Alpha Release Pre-release
Pre-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

17 Oct 19:43
Compare
Choose a tag to compare

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

01 Oct 16:49
Compare
Choose a tag to compare
Bugfix Release Pre-release
Pre-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

29 Sep 07:34
Compare
Choose a tag to compare

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

09 Sep 12:47
Compare
Choose a tag to compare
Alpha Release Pre-release
Pre-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 to etc/configuration/default-values.json
  • Remove stack trace of exception for missing media directories > log a simple debug message instead

Bugfix Release

07 Sep 15:56
Compare
Choose a tag to compare

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