Releases: scandipwa/create-magento-app
Releases · scandipwa/create-magento-app
@scandipwa/[email protected]
- 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
- 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
- [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. 4e21428exec
command will not printStarting container
andExecuting 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
- 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
- FIxed
update-env-php
removing persisted query fromenv.php
in certain situations. 25e0965
Full Changelog: https://github.com/scandipwa/create-magento-app/compare/@scandipwa/[email protected]...@scandipwa/[email protected]
v2.0.2
What changed
flushRedisConfig
task was moved aftermigrateDatabase
because it was causing incorrect setup after thedebug
mode was enabled. 62e8717
Full Changelog: https://github.com/scandipwa/create-magento-app/compare/@scandipwa/[email protected]...@scandipwa/[email protected]
v2.0.1
What's Changed
- Add magento 2.4.4-p2 and magento 2.4.5-p1 support by @ejnshtein in #112
- Add Magento
bin
andvendor/bin
to thePATH
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
What changed
- Add Magento 2.4.5-p1, 2.4.4-p2 support.
Full Changelog: https://github.com/scandipwa/create-magento-app/compare/@scandipwa/[email protected]...@scandipwa/[email protected]
v2.0.0
What's Changed
- Update dependencies-for-platforms.js by @aNereds in #108
- PHP containers are finally here! by @ejnshtein in #107
Full Changelog: https://github.com/scandipwa/create-magento-app/compare/@scandipwa/[email protected]...@scandipwa/[email protected]