Skip to content

Bugfix & Feature Release

Compare
Choose a tag to compare
@wagnert wagnert released this 23 Dec 16:50
· 231 commits to master since this 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 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