Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Latest commit

 

History

History
215 lines (165 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

215 lines (165 loc) · 12.7 KB

Akeneo Connector change log

Version 100.1.0 :

  • Initial Akeneo Connector Release

Version 100.1.1 :

  • Fix attribute mapping key

Version 100.2.1 :

  • Add website mapping from select or multiselect attribute in Akeneo
  • Use native Magento serializer
  • Fix proxy class injection in command construct
  • Fix association import when result is empty
  • Fix url_key mapping and generation

Version 100.2.2 :

  • Fix issue when importing associations
  • Improve attribute option import

Version 100.2.3 :

  • Fix identifier column type in temporary product import table
  • Fix missing where statement on delete in website association feature
  • Fix product website request if attribute is not filled in Akeneo
  • Fix duplicate node in config.xml file
  • Add check on family label to prevent import error on duplicate labels in Akeneo

Version 100.2.4 :

  • Fix import command description
  • Convert uppercase attribute mapping to lowercase
  • Set import job response after step finish events

Version 100.2.5 :

  • Improve configurable attributes feature with specific types

Warning : After updating connector to this version, please check the Configurable configuration under the Products section in the Akeneo Connector configuration and update the Type column of your mapping with the appropriate value if necessary.

Version 100.2.6 :

  • Add check to prevent the creation of attributes and options with empty admin label
  • Fix product association deletion with differential product import

Version 100.3.0 :

Version 100.3.1 :

  • Fix product image name that should not exceed 90 characters since Magento 2.3.3

Warning : After updating connector to this version, all image names will be renamed. To know more, please consult documentation (https://help.akeneo.com/magento2-connector/v100/articles/06-import-images-configuration.html)

  • Remove unused "file" column on log grid
  • Move API client call from construct
  • Fix category URL issue adding -1, -2 to url-key when category had same name but not same parent category

Version 100.3.2 :

  • Fix Object Manager usage
  • Fix category URL request missing "parent_id" select

Version 100.3.3 :

Version 100.3.4 :

  • Fix product URL rewrite generation to prevent duplicate entry errors
  • Fix product URL generation for configurable product in case of mapping with url_key

Version 100.4.0 :

Version 100.4.2 :

Version 100.4.3 :

  • Fix attribute position inside attribute groups being set to 0 during attribute import job

Version 100.4.4 :

  • Global classes reformatting including: change private scope of variables and functions, remove AbstractHelper usage, fix usage of Akeneo\Connector\Job\Import class and change job types to object

Warning : After updating connector to this version, make sure to recompile your code, flush Magento 2 cache and check your custom developments

Version 100.4.5 :

  • Remove URL key generation for non visible products
  • Fix metric option creation when a value is set on a product model specific attribute
  • Fix metric value set to "0" when empty on Akeneo
  • Fix website association not deleted when website attribute value is empty for a product
  • Optimize deletion of akeneo_connector_product_model columns during product model import job

Version 100.4.6 :

Version 100.4.7 :

  • Fix product default status behavior conflict with Magento 2 Enterprise content staging feature
  • Optimize category association deletion request during product import
  • Skip product URL rewrite generation for non associated websites

Version 100.4.8 :

  • Fix strict type for Akeneo PHP client pagination variable
  • Fix product count during product model job
  • Optimize product association deletion request

Version 100.4.9 :

  • Fix product filters not being reseted after each family during command line execution
  • Fix create table function causing some products and product models not being imported in multi-website environment
  • Fix misleading warning label during image import
  • Fix Akeneo API connection being initialized in construct on the admin configuration page of the connector

Version 100.4.10 :

  • Add configuration check for empty mapping
  • Fix category url_path generation
  • Fix category and family source model return when API credentials are not configured
  • Fix advanced filter issue with family filter variable

Version 100.4.11 :

  • Fix website mapping attribute code comparison to lowercase
  • Fix configurable mapping attribute code comparison to lowercase

Version 100.4.12 :

Version 100.4.13 :

  • Fix command constructor inverted comments causing compilation issue

Version 100.4.14 :

  • Fix product model temporary table data insertion when using multiple channels

Version 100.4.15 :

  • Fix image import with uppercase attribute codes

Version 100.4.16 :

  • Fix file import with uppercase attribute codes
  • Fix auto_increment generation compliance with MYSQL 8

Version 101.0.0 :

Warning : After updating Akeneo Connector for Magento 2 to this version, make sure to check to following:

  • Remove the previously declared CRON jobs for old "Product Model" and "Family Variant" jobs
  • Audit and rework your previous customizations on the "Product Model", "Family Variant" and "Product" jobs, as this new version contains compatibility break changes

Version 101.0.2 :

  • Add documentation link in the connector admin configuration page
  • Fix metric attribute unit missing test case

Version 101.1.0 :

Warning : After updating Akeneo Connector for Magento 2 to this version, make sure to configure the correct Akeneo Edition in your connector configuration

Version 101.1.1 :

Version 101.1.2 :

  • Fix image attribute import to fill the catalog_product_entity_media_gallery_value table

Version 101.2.0 :

Version 101.3.0 :

  • Upgrade Akeneo API PHP Client to version 6.0

Warning : After updating Akeneo Connector for Magento 2 to this version, make sure to update your composer dependencies

  • Add Akeneo version 5.0 or greater in version selector

Version 101.3.1 :

  • Remove automatic scope filter that was added when using the product and product model Advanced Filter
  • Add Family code in Magento 2 attribute set label to prevent SQL insertion error when multiple family have the same label
  • Fix image attribute re-download check on wrong file path

Version 101.3.2 :

  • Change job error status to success when no products are imported for a family
  • Update information warning messages color from red to orange

Version 101.3.3 :

  • Add compatibility for variation product parent change and variation product becoming a simple product in Akeneo
  • Fix connector compatibility with Akeneo 3.1
  • Fix category tree import with numeric code
  • Fix category URL rewrite generation on useless stores causing "-X" added to category URLs
  • Fix download of file attribute failing since last client upgrade

Version 101.3.4 :

  • Fix attribute requests condition on "entity_type_id" in order to prevent MYSQL errors during option import