Releases: scandipwa/create-magento-app
Releases · scandipwa/create-magento-app
v1.13.0-alpha.0
Bug Fixes and Improvements!
Bug Fixes
- Fixed handling of
allow-plugins
configuration incomposer.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
Bug Fixes
- Fixes installation fails when
cmake
is not installed on the system. #38
v1.12.2
Bug Fixes
- Fixed incorrect phpbrew path for PHP configure task.
create-magento-app 1.2.5-alpha.0
Bug Fixes
- Fixes installation fails when
cmake
is not installed on the system. #38
v1.12.1
Bug Fixes
- Fixed enabling/installing of PHP extensions.
v1.12.0
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
- 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
- Using fixed
[email protected]
as version 3.13.1 has a problem with error reporting in tasks. - Bumped dependency versions.
v1.11.2
- Magento 2.4.3-p1 support is here!
v1.11.1
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 toNULL
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).