Releases: scandipwa/create-magento-app
Releases · scandipwa/create-magento-app
v2.0.0-alpha.22
- Fixed
update-env-php
task skipping update completely if setup persisted query is not needed. 8c5d8a9
v2.0.0-alpha.21
- Fixed health check for
maildev
container. 0d069e9 magento-scripts
will set SMTP settings for mageplaza/module-smtp instead of default Magento settings. 4bde35aCOMPOSER_AUTH
environmental variable instatus
command is formatted as JSON to take up less space in the terminal. bbdff22- Updated
cli
command output. ecdb902 2e2244e - Fixed
logs
command. 4169921 magento-scripts
will check the correct path when the user will try to link the theme from outside of the Magento project. b1e1568- Prepare file system tasks will not exit the start-up process only if it fails VSCode or PHPStorm configurations. 6c21d8f
v2.0.0-alpha.20
Changed
- Config file validator will correctly validate maildev configuration in
cma.js
. 29da197 getProjectConfigFilePath
function is made fail-safe which should improve error rates during phpstorm configuration setup. a33b2b1- Added validation for theme location in
link
command. The theme should be always placed inside the Magento folder. 634cd89 41cb228 - Fixed running some commands in
cli
inside containers (likecvc
for Clear Varnish Cache). b2ed815
v2.0.0-alpha.19
Added
- Added maildev container. 75526c2
v2.0.0-alpha.18
Changed
- Fixed removing the
composer_home-data
volume if other containers are using it. a4d4ae2
v2.0.0-alpha.17
Added
- Added Magento 2.2.10 support. 191a157
- Added support for installing Composer plugins inside project images (like prestissimo for Composer 1 to speed up installation). aaca882
Changed
v2.0.0-alpha.16
Changed
- Fixed Docker
volume-api
andremoveLocalVolumes
task. 2981ff1
v2.0.0-alpha.15
v2.0.0-alpha.13
Docker Desktop on Linux, Varnish Healthcheck improvements, database access fixes and more!
Added
start
command received 2 new options:--pull-images
and--reset-global-config
. 4f03cd8- Error stack logging is added to
start
command. ab89f86
Changed
- The PHP 8.1 image was updated to PHP version 8.1.10. ba2e5bc
- Refactored docker check, install and running status tasks to work correctly with Docker Desktop, added context switching when running Docker Desktop on Linux, added context to docker API, add logs to docker container API. 3c7f524
- Docker volumes will be created after FS is prepared. b2c6990
magento-scripts-php-ioncube-extension
was updated formagento-scripts
v2. 7494e16- Local volumes will be recreated during
start
command and removed duringstop
command to reduce FS dependency to Docker. eb85e38 - XDebug configuration was moved to a separate configuration file with its own config in
cma.js
. 913a4ec - Varnish health check is now disabled by default. It still can be enabled in
cma.js
. 4098457 - Creation of
magento
user in the database was moved from MariaDB container env variables to a separate task. Should resolve issues with access denied during connection to the database. acaeba7 - OPCache settings were updated. 5555089
Removed
v1.17.0
Magento 2.4.5, 2.4.4-p1, 2.4.3-p3, 2.3.7-p4 support is here!
Fixed
- Fixed incorrect dependency name for curl on Fedora. #108
Changed
- Refactored
enable-magento-composer-plugins
to better support composer-way of allow-plugins configuration 5d77178 - Removed
intl
PHP extension from PHP extensions list as it is coming bundled during PHP compilation. bae023f - With Magento 2.4.5, 2.4.4-p1, 2.4.3-p3, 2.3.7-p4 came support for 2.3.4-p1, 2.3.2-p1. ec5fb5d
- Added a recursive option to
creating cache folder
task. 048560c