Skip to content

Releases: scandipwa/create-magento-app

v2.0.0-alpha.22

05 Oct 10:52
Compare
Choose a tag to compare
v2.0.0-alpha.22 Pre-release
Pre-release
  • Fixed update-env-php task skipping update completely if setup persisted query is not needed. 8c5d8a9

v2.0.0-alpha.21

30 Sep 15:01
Compare
Choose a tag to compare
v2.0.0-alpha.21 Pre-release
Pre-release
  • Fixed health check for maildev container. 0d069e9
  • magento-scripts will set SMTP settings for mageplaza/module-smtp instead of default Magento settings. 4bde35a
  • COMPOSER_AUTH environmental variable in status 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

20 Sep 16:45
Compare
Choose a tag to compare
v2.0.0-alpha.20 Pre-release
Pre-release

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 (like cvc for Clear Varnish Cache). b2ed815

v2.0.0-alpha.19

15 Sep 14:03
Compare
Choose a tag to compare
v2.0.0-alpha.19 Pre-release
Pre-release

Added

v2.0.0-alpha.18

15 Sep 09:49
Compare
Choose a tag to compare
v2.0.0-alpha.18 Pre-release
Pre-release

Changed

  • Fixed removing the composer_home-data volume if other containers are using it. a4d4ae2

v2.0.0-alpha.17

14 Sep 14:35
Compare
Choose a tag to compare
v2.0.0-alpha.17 Pre-release
Pre-release

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

  • Fixed usage of composer cache on Linux systems without Docker Desktop. The volume will be converted automatically on the first start. 6e612d0 4ed8448 4fbfb13 39a2abc

v2.0.0-alpha.16

12 Sep 16:53
Compare
Choose a tag to compare
v2.0.0-alpha.16 Pre-release
Pre-release

Changed

  • Fixed Docker volume-api and removeLocalVolumes task. 2981ff1

v2.0.0-alpha.15

12 Sep 16:33
Compare
Choose a tag to compare
v2.0.0-alpha.15 Pre-release
Pre-release

Added

  • Added bin/magento to the project image so you can run magento <command> inside the container. 7410527
  • Added Varnish container description to display health check config status. adf650d
  • Added description to CLI command on how to debug PHP commands in cli, related to issue #110. df6a750

Changed

  • Fixed Docker requirement check not working correctly because of missing context. fe81157
  • Fixed running project with SSL enabled if a user uses Docker Desktop. 524dab8
  • Updated MariaDB container description. 7081db6

v2.0.0-alpha.13

09 Sep 14:12
Compare
Choose a tag to compare
v2.0.0-alpha.13 Pre-release
Pre-release

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 for magento-scripts v2. 7494e16
  • Local volumes will be recreated during start command and removed during stop 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

  • Removed installation of patch and bash into container images as they are added to base images. ffce6d7 bf316fb

v1.17.0

01 Sep 14:36
Compare
Choose a tag to compare

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