Releases: zepgram/magento2-fast-vm
Releases · zepgram/magento2-fast-vm
v1.7.1
Release 1.7.0
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
Allow composer plugin installation
- [#108] set "allow-plugins" option in composer install script (to fix existing composer.json)
(related topic: https://magento.stackexchange.com/questions/352353/why-composer-install-is-asking-to-allow-plugins)
Release 1.6.3
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
Use Mailhog instead of Mailcatcher
- Validate 2.4.5 Magento installation
- Replace Mailcatcher by Mailhog
Release 1.6.1
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
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
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
- improve mysql script for import
Release 1.4.1
- 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