Skip to content

Releases: scandipwa/create-magento-app

v1.13.0-alpha.0

07 Jan 16:18
Compare
Choose a tag to compare
v1.13.0-alpha.0 Pre-release
Pre-release

Bug Fixes and Improvements!

Bug Fixes

  • Fixed handling of allow-plugins configuration in composer.json that is required by Composer 2.2. #47
  • Fixed automatic Docker installation on Ubuntu. 972a70c
  • Fixed PHPBrew not able to properly run on systems with PHP 8.1 and newer. #41

Improvements

  • Added troubleshooting guide if Composer installation fails for some reason. #45
  • Added Magento Edition selection prompt for initial installation.
  • Since Composer fixed issues with Magento in 2.2.1, reverted changes that hardcoded Composer on version 2.1.14 for Magento 2.3.7(p1), 2.4.2(p1,p2), 2.4.3(p1). Those versions will now use latest Composer 2. cad3aed
  • CMA now should respect $PHPBREW_HOME environment variable if you want to install PHPBrew using a non-default directory ($HOME/.phpbrew),

create-magento-app 1.2.5

04 Jan 13:54
Compare
Choose a tag to compare

Bug Fixes

  • Fixes installation fails when cmake is not installed on the system. #38

v1.12.2

30 Dec 13:57
Compare
Choose a tag to compare

Bug Fixes

  • Fixed incorrect phpbrew path for PHP configure task.

create-magento-app 1.2.5-alpha.0

30 Dec 13:59
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • Fixes installation fails when cmake is not installed on the system. #38

v1.12.1

27 Dec 16:52
Compare
Choose a tag to compare

Bug Fixes

  • Fixed enabling/installing of PHP extensions.

v1.12.0

23 Dec 15:20
Compare
Choose a tag to compare

Bug Fixes and Improvements

Bug Fixes

  • [#40] Fixed Magento Composer version compatibility issue. Magento does not work on Composer 2.2 at the moment.
    Related issue - magento/magento2#34831
  • Bumped PHP version to 7.4.27 (latest ATM) for Magento 2.3.7, 2.3.7-p1, 2.4.0, 2.4.0-p1, 2.4.1, 2.4.1-p1, 2.4.2, 2.4.2-p1, 2.4.2-p2, 2.4.3, 2.4.3-p1 to avoid issues with ICU 70.
    Related issue - php/php-src#7596

New Features and Improvements

  • Added automatic XDebug configuration creation for PHPStorm and VSCode.
  • Added support for installing extensions manually through new API. (docs coming soon)
  • If PHP extension was disabled before (like XDebug) and needs to be enabled again,magento-scripts will just enable it without re-downloading again.
  • Technology names like Docker, Magento, Redis were capitalized in task titles.

v1.12.0-alpha.0

03 Nov 14:27
Compare
Choose a tag to compare
v1.12.0-alpha.0 Pre-release
Pre-release
  • Added automatic PHPStorm debugging configuration #34. (Thanks @ArthurJMorais)
  • Extensions which were disabled now will be enabled instead of installing them again.
  • Added support for defining custom extension installation/enabling/disabling logic.
  • Minor: Technology titles in tasks now are capitalized.

v1.11.3

27 Oct 12:47
Compare
Choose a tag to compare
  • Using fixed [email protected] as version 3.13.1 has a problem with error reporting in tasks.
  • Bumped dependency versions.

v1.11.2

14 Oct 08:32
Compare
Choose a tag to compare
  • Magento 2.4.3-p1 support is here!

v1.11.1

09 Oct 17:14
Compare
Choose a tag to compare

Database import improvements, macOS PHP compilation fix and more.

Bug Fixes

  • Fixed PHP compilation on macOS.
    Recently, OpenSSL dependency got updated from version 1.x to 3 which broke PHP compilation on mac. This patch addresses this issue by using [email protected] dependency.
  • Added resetting web/cookie/cookie_domain value to NULL to avoid issues with cookies on local instance.

Improvements

  • Database import now will be smart:
    • It will not try to install Magento if you already have it installed, it will import your dump right away.
    • However if your setup is empty, it will do the initial Magento setup and import your dump afterwards.
    • After the import is done, a new prompt will ask if you want to delete or keep customers data (customers, orders and admin users).