- fix: refactoring on attribute import
- add: new event
pimgento_attribute_get_specific_columns_add_after
that allows to add other columns for attribute definition
- Magento 2.1 compatibility
- fix: multi-select attribute options
- fix: Import of Related / Cross-Sell / UP-Sell
- fix: DataSetup Constructor argument error when di is generated
- fix: use Magento2 factories to avoid bug when launching 2 imports during the same php execution
- fix: Channel and language Inversion
- add: Import of Related / Cross-Sell / UP-Sell for products
- add: management of frontend_model on attribute import
- add: events on attribute types
- add: events on product import steps
- add: Website tax class configuration
- fix: Duplicate label for attributes
- fix: wrong value for attribute when unit association exists
- add: Some documentations (changelog, license, contributing)
- add: Ability to use full path filename on setFile method, in order to import files that are not in the upload folder.
- add: New config option Pimgento\General\data_insertion_method with 2 values : "Load Data Infile" and "By 1000 rows"
- add: Default configurable attribute values configuration (Example: force status to enabled)
- add: Add virtual product support. You can use a column type_id in the product csv file, and using simple/virtual values
- fix: Fix columns matching (all case) for configurable products
- fix: Disable the demo module
- fix: Better readme for compatibility with akeneo 1.5
- fix: Better attribute type mapping for price attribute
- fix: Init stock infos for configurable product
- fix: Do not create stock infos per website, but only on the main website.
- fix: Bad translation
- fix: Bad default price type
- add: Import directory configuration
- add: French translation
- add: Admin ACL
- fix: Sample data
- add: Command line execution
- fix: Column duplication improvement
- fix: Allow multiple columns matching
- fix: Match localizable and scopable columns
- add: LOAD DATA INFILE request configuration. You can add LOCAL option to request
- First version of PimGento2 for Magento 2