v1.3.0
·
1535 commits
to master
since this release
What's New
- New command
import-db!
This command allows importing database dump in MySQL in a single command. You don't need to do basically anything manually anymore.magento-scriptswill apply all necessary patches to ensure that the database will work with the current configuration!
Documentation available here. startcommand received new option--import-db.
It does the same thing as theimport-dbcommand but allows to import database dump during start.
Documentation available here.- When running
clicommand now will be printed in console available aliases and shortcuts so you don't forget them! - Removed deprecation warning in
clicommand on macOS Catalina and newer. - Improved PHP extensions version detection.
Now,magento-scriptswill correctly identify missing extensions for the project and if the existing extension version is not correct for the project will install the correct version.
Our guide for working with PHP extensions! - Now
magento-scriptswill validate the connection to MySQL before it starts running Magento setup.
This eliminates the famous MySQL server has gone away error during the first install and start of the project.
Also, this connection is used to setup Magento configurations for ElasticSearch, base URL and URL rewrites so the whole startup process received a speed boost.
Bug Fixes
- Fixed once and forever problem with tunability CMA project to start after system shut down without stopping CMA projects.
Miscellaneous
- Bumped XDebug version to 3.0.3.
- Added check for ElasticSearch port configuration.
- Improved support for Magento version picker. Magento 2.4.2 support is coming soon.
- Alpha versions now will be published on NPM using an
alphatag.
To install an alpha version:npm i @scandipwa/magento-scripts@alpha