Releases: EmakinaFR/docker-magento2
Releases · EmakinaFR/docker-magento2
Version 3.0.8
- Fix several issues related to conflicts between Bash and Shell (b48607c)
- Lowercase the compose name to match with other containers (faf71a5)
Version 3.0.6
- Fix creation of the Mutagen session (6c6a3bf)
- Add a workaround to fix Composer slowness (fa587dd)
Version 3.0.5
- Upgrade to elasticsearch 6.5 in order to use Elasticsuite ^2.8 for Magento 2.3.x (f8f16f0)
Version 3.0.4
- Fix symlink issue by excluding pub/static directory (4a2013e)
- Increase max allowed package to avoid errors (2f893cd)
Version 3.0.3
- Force the copy of the Makefile provided by the docker repository (391a618)
- Add sockets extension for magento/magento-cloud-components dependency (9aff5b5)
Version 3.0.2
- Avoid duplicate sessions by reusing existing sessions (57d6fa4)
- Install Magerun2 with the recommended option (a7f5bed)
Version 3.0.1
- Avoid mixing environments by setting a dynamic project name (5ed4938)
- Fix the 404 error in CI when curl is executed before the synchronization (2e5c2f4)
- Fix starting issues by waiting the end of synchronization (40296d9)
Version 3.0.0
- Replace docker-sync by Mutagen (de4d3ec)
- Replace Xdebug by Blackfire as the default PHP image (510b752)
Version 2.7
- Replace manual rsync by docker-rsync