Skip to content

Releases: ctidigital/magento2-configurator

YAML Constraint Fix

31 Jan 08:43
Compare
Choose a tag to compare
YAML Constraint Fix Pre-release
Pre-release

Updates the dependency for symfony/yaml to match Magento 2.2 and 2.3

v2.0.0

17 Oct 09:36
455fdd7
Compare
Choose a tag to compare

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

06 Mar 11:52
Compare
Choose a tag to compare

Customer attributes component supports used_in_forms.
Fixed bug when trying to save values to created customer attributes via data import (such as the customer component).

v1.4.0

05 Feb 14:54
Compare
Choose a tag to compare

New customer attributes component.
Slightly refactored attributes component.

v1.3.0

31 Jan 12:11
Compare
Choose a tag to compare
  • Shipping Table Rates addition

Thanks @alexbiddle

v1.2.0

26 Jan 15:38
Compare
Choose a tag to compare
  • Catalog Price Rules Component
  • Additional Attribute Mappings

v1.1.0

22 Jan 15:35
Compare
Choose a tag to compare
  • New SQL Component
  • Simplified attribute config map
  • Tax rules & classes fix on multiple rates
  • Product description & short description parse update for non-html text from CSV.

v1.0.0

11 Nov 12:35
Compare
Choose a tag to compare

Version 1!
Big thanks to the MageTitans Community

v0.21.1

20 Sep 15:27
Compare
Choose a tag to compare
v0.21.1 Pre-release
Pre-release
  • 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

08 Aug 07:29
Compare
Choose a tag to compare
v0.21.0 Pre-release
Pre-release

Create a customer import component. The component allows both customers and addresses to be imported using a single CSV file.