Skip to content

3.0.0

Compare
Choose a tag to compare
@punkstar punkstar released this 17 Jan 15:19
· 45 commits to master since this release

Added

  • New command view-config to dump the current YAML configuration to stdout.
  • Added platform_shopware and platform_magento_one table groups because we're using this for more than just Magento 2.x!

Changed

  • BREAKING: Renamed tmp_dir configuration option to tmp-dir.
  • BREAKING: All MySQL interactions now use utf-8 as the default charset, potentially making backups created with an older versions unimportable. Use --download-only and import manually if you run into this or update on your server and put a new database backup.
  • The configure command now presents the user will files to edit and a preview of the changes before writing to file.
  • Updated table groups from netz98/n98-magerun2 for Magento 2.x.

Fixed

  • The --project-config option is now respected and the configuration file is loaded at the correct time.
  • The merging of indexed based configuration items (like adding new table groups) is now fixed.