Skip to content

4.2.2

Compare
Choose a tag to compare
@Mardl Mardl released this 19 Dec 12:01
· 31 commits to master since this release
  • Min. PHP Version set to 7.3
  • Support PhpUnit 8.0
  • Please take a look at UPGRADE-4.0.0

Features

  • add new config for ignored attribute on update defined in configuration.json
    • Example:
      • Ignore attribute code msrp_display_actual_price_type from catalog_product entity on update value
      • Ignore ALL attribute codes from catalog_category entity on update value
   "ignore-attribute-value-on-update": {
        "catalog_product": [
            "msrp_display_actual_price_type"
        ],
        "catalog_category": []
    }

Bugfixes

  • import:
    • Fix import duplicate data for global eav_attribute
    • Fix clear empty value per row
  • import-product-url-rewrite:
    • Url DB exception handle over strict-mode and ignore DB exceptions
  • import-dbal-collection:
    • Fix PHP 8.1 deprecation warnings