Skip to content

v2.0.0

Compare
Choose a tag to compare
@chevli chevli released this 17 Oct 09:36
· 139 commits to develop since this release
455fdd7

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