Skip to content

Releases: scandipwa/create-magento-app

@scandipwa/[email protected]

26 Mar 22:46
Compare
Choose a tag to compare
Pre-release
  • Added Magento 2.4.6, 2.4.5-p2, 2.4.4-p3
  • Updated PHP 8.1 images to 8.1.17
  • Updated PHP 7.4 images to 7.4.33
  • Introduced PHP 8.2 images based on 8.2.4
  • Added option to skip Magento setup before importing db dump
  • Updated Varnish template

@scandipwa/magento-scripts v2.0.5

17 Nov 13:10
Compare
Choose a tag to compare
  • Remove composer_cache-data volume opts. 8072356
  • Fix incorrectly detecting Docker Desktop on older versions of Docker Desktop for Mac that do not have the version written in the Server.Platform.Name. 753c0ed
  • Use optimizer_switch only for MariaDB 10.4 projects. 0f31419
  • Fix opening the styled URL in the browser at the start command. b27b742

@scandipwa/magento-scripts v2.0.4

14 Nov 12:41
Compare
Choose a tag to compare
  • [INTERNAL] New ESLint configuration applied to CMA source code, TypeScript was enabled to lint JS files.
  • index:reindex command will run faster due to enabled optimization in MariaDB configuration. 4e21428
  • exec command will not print Starting container and Executing in container logs in non-TTY mode.858e40e317b25d586212bb0a29719e391437c265
  • Update env.php task will not skip setup persisted query anymore. 25e0965

@scandipwa/magento-scripts-php-extensions v1.0.1

14 Nov 12:47
Compare
Choose a tag to compare
  • After enabling TypeScript to lint JS files a bug was discovered that caused incorrectly determine which architecture platform is running. Due to this bug, the ARM64 platform did not work with the IonCube extension. 049c582

v2.0.3

18 Oct 13:19
Compare
Choose a tag to compare
  • FIxed update-env-php removing persisted query from env.php in certain situations. 25e0965

Full Changelog: https://github.com/scandipwa/create-magento-app/compare/@scandipwa/[email protected]...@scandipwa/[email protected]

v2.0.2

13 Oct 15:41
Compare
Choose a tag to compare

What changed

  • flushRedisConfig task was moved after migrateDatabase because it was causing incorrect setup after the debug mode was enabled. 62e8717

Full Changelog: https://github.com/scandipwa/create-magento-app/compare/@scandipwa/[email protected]...@scandipwa/[email protected]

v2.0.1

12 Oct 15:26
Compare
Choose a tag to compare

What's Changed

  • Add magento 2.4.4-p2 and magento 2.4.5-p1 support by @ejnshtein in #112
  • Add Magento bin and vendor/bin to the PATH environment variable inside the container. b7f7ec2
  • Fixes for PHPStorm configurations. 0528a7f e352964
  • Fix the Docker Network task failing when reaching the network limit. 5386518
  • Improve running of the update env php task on Linux system in certain conditions. ef5db20
  • Fix running magento-scripts in projects with spaces in folder names. dbee784
  • Add the Docker volumes data to the status command output. On Docker Engine (Linux) it will print only MariaDB, Redis, ElasticSearch, MailDev and composer_cache volume sizes, on Docker Desktop will also print local named volumes mount points. 78f8d1c
  • MariaDB and ElasticSearch configuration is now unified across all Magento versions. Magento 2.3.7-p3, 2.3.7-p4 are using ES 7.16.3 now, 2.4.5 and 2.4.5-p1 will use ES 7.17.6, 2.3.7 (+ patches) are using MariaDB 10.3. 444635f
  • Released package @scandipwa/magento-scripts-php-extensions v1.0.0 with the following extensions configurations: sqlsrv, pdo_sqlsrv, ioncube, memcached. 77e9334

Full Changelog: https://github.com/scandipwa/create-magento-app/compare/@scandipwa/[email protected]...@scandipwa/[email protected]

v1.17.1

12 Oct 16:08
Compare
Choose a tag to compare

v2.0.0

05 Oct 13:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: https://github.com/scandipwa/create-magento-app/compare/@scandipwa/[email protected]...@scandipwa/[email protected]

v2.0.0-alpha.23

05 Oct 10:55
Compare
Choose a tag to compare
v2.0.0-alpha.23 Pre-release
Pre-release
  • Fixed running magento-scripts under ngrok error "ngrok.io redirected you too many times". fc77a9a
  • Fixed setting of web/secure/use_in_frontend, web/secure/use_in_adminhtml and web/secure/enable_upgrade_insecure confiugrations in core_config_data when running under SSL or ngrok. d5584d5 c1359ba