Releases: ctidigital/magento2-configurator
Releases · ctidigital/magento2-configurator
YAML Constraint Fix
Updates the dependency for symfony/yaml
to match Magento 2.2 and 2.3
v2.0.0
Magento 2.2 Support
Due to dependancy issues between symfony/yaml
and symfony/console
in Magento 2.2, you may have to include the following version of the packages.
composer require symfony/config:4.1.*
composer require symfony/dependency-injection:3.3.*
Bug Fixes and Updates
- Attribute Set Code Fix
- Codesniffer Updates
- PHP Unit 6.2 support
- Store configuration encrypted values
- Tiered Pricing Import Component
master.yaml
global source is now optional if you include environment specific sources- Sample file updates
v1.4.1
v1.4.0
v1.3.0
- Shipping Table Rates addition
Thanks @alexbiddle
v1.2.0
v1.1.0
v1.0.0
v0.21.1
- Fix bug where environment sources were not parsed - #41 . Thanks @thaddeusmt!
- Fix the PHP requirements to work with Magento 2.2 - #42. Thanks @dcole-inviqa!
- Add validation when importing the customer to make sure all the columns have been specified.
v0.21.0
Create a customer import component. The component allows both customers and addresses to be imported using a single CSV file.