Releases: MageGyver/m2devbox
Releases · MageGyver/m2devbox
m2devbox v1.2.2
Fixed
- recipe configuration version definitions
Added
- compatibility for Magento 2.3.7-p3, 2.4.3-p2 and 2.4.4
- made Elasticsearch version configurable
- ability to define
M2D_MAGE_VERSION
in.env
file
Changed
- updated compatibility list in Readme
- reformatted tables in Readme
- updated to Composer 2.3.5 in Composer2-Dockerfile
m2devbox v1.2.1
m2devbox v1.2.0
Added
- utility class
\MageGyver\M2devbox\Util\Version
- support for Magento 2.4.2-p2, 2.4.3 and 2.4.3-p1
Changed
- updated name banner in help message
Fixed
- using wrong autoload.php when m2devbox was installed as a Composer package
m2devbox v1.1.0
Added
- m2devbox now includes a Redis container and uses it for Magento caching and page caching
- Clear command: added
--yes
option to answer all question with "yes"
Changed
- swapped custom fork of
alecrabbit/php-cli-snake
foraeno/php-slickprogress
- improved code documentation and readability
Fixed
- Clear Command: allow clearing multiple versions at once
- Fixed using the wrong PHP Docker build context. This bug prevented having Composer 2 available in supported Magento versions.
m2devbox v1.0.0
- added a new Command
start-module
to quickly create a blank boilerplate Magento 2 module and start m2devbox with it. - added support for Magento 2.3.7 and 2.4.2-p1
- added a CHANGELOG
m2devbox v0.2.1
New: support for all Magento versions from 2.3.4 to 2.4.2
m2devbox v0.2
Initial public release.