Skip to content

Releases: scandipwa/create-magento-app

Bug Fixes, New Feature and More.

08 Jan 17:43
0b2453c
Compare
Choose a tag to compare

What's New

  • Command start received a new option -s which skips Magento setup on start-up.
  • Added new command exec which allows to run commands inside docker containers.

Bug Fixes

  • Theme link command is now able to use a relative path to the theme in composer.json repository path field. #2
  • Fixed incorrect free port retrieving on macOS. #1
  • Fixed possible error during installation and re-installation of a CMA project - SQLSTATE[HY000] [2002] No such file or directory.
    Now it should work just fine.