Skip to content

v1.3.0

Choose a tag to compare

@ejnshtein ejnshtein released this 12 Mar 16:56
· 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-scripts will apply all necessary patches to ensure that the database will work with the current configuration!
    Documentation available here.
  • start command received new option --import-db.
    It does the same thing as the import-db command but allows to import database dump during start.
    Documentation available here.
  • When running cli command now will be printed in console available aliases and shortcuts so you don't forget them!
  • Removed deprecation warning in cli command on macOS Catalina and newer.
  • Improved PHP extensions version detection.
    Now, magento-scripts will 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-scripts will 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 alpha tag.
    To install an alpha version: npm i @scandipwa/magento-scripts@alpha