Skip to content

v1.11.0

Compare
Choose a tag to compare
@ejnshtein ejnshtein released this 14 Sep 14:36
· 965 commits to master since this release

Bug Fixes and Improvements!

Improvements

  • Added --max_allowed_packet option to MySQL container start command.
  • Added Composer version check to cli command.
  • Added Composer version and Composer location to status command output.
  • Added supported ScandiPWA versions to Magento version selector.
    Screenshot_20210914_172924

Bug Fixes

  • Correct composer version installation.
    Before, if your Magento project was created using Composer 1 and then you upgraded the Magento version to use Composer 2, CMA wouldn't notice and in the end, you have ended up with composer dependencies issues.
    Now it will warn you that your current Composer version is incorrect and suggest installing the correct one.
    Screenshot_20210914_173530

  • Fixed typo in Composer version retriever.