v1.11.0
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.
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.
-
Fixed typo in Composer version retriever.