Skip to content

Releases: zepgram/magento2-fast-vm

v1.7.1

27 Mar 14:04
Compare
Choose a tag to compare

Fix issue on elasticsearch installation (version was missing during installation process)

Release 1.7.0

21 Mar 15:27
73af199
Compare
Choose a tag to compare

Compatibility support for Magento 2.4.6

  • include 2FA deactivation as an installation option https://github.com/markshust/magento2-module-disabletwofactorauth
  • add support for php8.2
  • add support for opensearch 2.5
  • add support for elasticsearch 8.0
  • add global support for magento 2.4.6 and keep retrocompatibility with older versions
  • 2 new config lines arguments were added in config.yaml :
    • search_engine
    • disable_two_factor_auth

Notes

Config lines added are mandatory, you must update your config.yml consequently

Release 1.6.4

13 Oct 09:18
Compare
Choose a tag to compare

Allow composer plugin installation

Release 1.6.3

29 Sep 11:04
98b6b0e
Compare
Choose a tag to compare

Resolve issue with kernel upgrade

  • [#105] due to kernel upgrade, grub installation was invalid : to resolve it, we uninstall grub before kernel update.

Release 1.6.2

09 Sep 17:55
ecd29e3
Compare
Choose a tag to compare

Use Mailhog instead of Mailcatcher

  • Validate 2.4.5 Magento installation
  • Replace Mailcatcher by Mailhog

Release 1.6.1

03 Aug 09:50
f322459
Compare
Choose a tag to compare

Adaptation on Percona installation MySQL 5.7 for Debian Buster

  • Adapt debconf-set-selections for Mysql 5.7
  • Fix installation on system =<2.4.2
  • Validate installation on Magento release 2.3 and 2.4

Release 1.6.0

11 Jul 21:11
Compare
Choose a tag to compare

Global update for Debian Buster

  • Resolving issue #101
  • Fix path for php-fpm
  • Fix path for mysql cnf
  • Resolve issue with mailcatcher installation
  • Remove redis custom configuration

Magento 2.4.4 compatibility

01 Apr 17:05
Compare
Choose a tag to compare

Release 1.5.0

  • Add support for php version 8.1 when magento version is equal or greater than 2.4.4, php 8.1 will be installed by default
  • Add support for composer v2 on Magento version compatible (>=2.4.2)
  • Remove opcache config breaking 2.4.4 installation due to php-8.1 (native opcache, jit etc...)
  • Set default installation to version 2.4.4
  • Prepare provisionner for migration to debian 11
  • Update readme.md

Release 1.4.2

15 Feb 15:01
Compare
Choose a tag to compare
  • improve mysql script for import

Release 1.4.1

04 Apr 23:32
Compare
Choose a tag to compare
  • Resolve issue on git project install with nginx configuration
  • Make sur env.php and config.php are deleted before install
  • Add php socket extension for enterprise edition >=2.4.0