Skip to content

Releases: MageGyver/m2devbox

m2devbox v1.2.2

14 Apr 20:57
Compare
Choose a tag to compare

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

10 Jan 20:40
Compare
Choose a tag to compare

Fixed

  • using outdated nodejs version in Dockerfiles (thanks to @lna1989 for reporting)
  • docker-compose.yml version numbers (thanks to @lna1989 for reporting)

m2devbox v1.2.0

02 Nov 21:01
Compare
Choose a tag to compare

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

21 Jun 11:49
Compare
Choose a tag to compare

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 for aeno/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

12 May 12:51
Compare
Choose a tag to compare
  • 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

16 Mar 20:41
Compare
Choose a tag to compare

New: support for all Magento versions from 2.3.4 to 2.4.2

m2devbox v0.2

10 Mar 18:40
Compare
Choose a tag to compare

Initial public release.