Releases: devilbox-community/devilbox
Releases · devilbox-community/devilbox
v3.0.1
What's Changed
Added
- Officially use
buggregatorservice for easier development workflow - New sub-command
cloud-cli(Magento Cloud CLI) fordvl.sh - Support
mailpitas drop-in replacement formailhog(port conflicts withbuggregator) - Add automated installation script for macOS users by @Copilot in #7
Changed
- Updated PHP image version to
0.160 - Updated softwares of image to latest versions
- Resolve some issues with
msmtppackage - Drop support for
mailhogofficially
New Contributors
- @Copilot made their first contribution in #7
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
Added
- Support PHP 8.4
- Simplified the initialize webapp process of
dvl.sh- Demo video: https://asciinema.org/a/710767 - Auto-detection PHP version while using commands like
magento,magerun..etc - New sub-command
ece-toolsfordvl.sh - New sub-command
cloud-patchesfordvl.sh - New sub-command
update-docrootfordvl.sh - New sub-command
sync-envfordvl.sh- Demo video: https://asciinema.org/a/710897
Changed
- Updated PHP image version to
0.155 - Updated softwares of image to latest versions
Full Changelog: v3.0.0-beta-0.7...v3.0.0
v3.0.0-beta-0.7
Added
- New sub-command
magerunfordvl.sh - New sub-command
db:import(ordb-import) fordvl.sh - Add a new way to initialize project for
dvl init(via.devilbox.yaml)
Changed
- Removed unsupported and EOL PHP versions out of Devilbox
- Update PHP image version to
0.154(remove EOL versions, PHP EOL versions still available in0.153and previous)
What's Changed
- Release v3.0.0-beta-0.7 (2024-06-01) by @nntoan in v3.0.0-beta-0.6...v3.0.0-beta-0.7
Release v3.0.0-beta-0.6
Added
- New sub-command
magentofordvl.sh - New sub-command
composerfordvl.sh
Changed
- Re-added and upgrade
mhsendmailtool - Update PHP image version to
0.153 - Change default flavour for PHP image in order to use
mailhog
What's Changed
Full Changelog: v3.0.0-beta-0.5...v3.0.0-beta-0.6
v3.0.0-beta-0.5
Release v3.0.0 beta 0.5
Added
- Support PHP 8.3
- New shell script
dvl.shwhich support initialize projects and all daily stuff of Devilbox - Upgrade all vendor packages of Devilbox Intranet
Changed
- Replace
mhsendmailwithmsmtp - Remove unsupported PHP version 5.2 -> 5.5
- No longer support for PostgreSQL 9.0
- Default TLD_SUFFIX now changed to
lvh.me
Full Changelog: v3.0.0-beta-0.4...v3.0.0-beta-0.5
v3.0.0-beta-0.4
Release v3.0.0 beta 0.4
This release adds the ability to reload PHP configuration changes without having to restart docker compose. You can change any *.ini or *.conf files and then trigger a reload in the intranet.
Fixed
- Ignore directories starting with a
.in/shared/httpd(invalid server names) - Fixed:
Creation of dynamic property Mail_Mbox::$_file is deprecated(PHP 8.2) - Fixed: Xdebug default configuration files in cfg/php-ini-X.Y/devilbox-php.ini-xdebug #866
- Fixed: Show httpd access logs via docker logs when
DOCKER_LOGS=1instead of piping it to supervisord #956
Added
- Intranet: Allow to reload PHP-FPM to reflect
php.iniorphp-fpm.confchanges on-the-fly without restarting docker-compose
Changed
- Updated httpd images
- Updated php-fpm images
PR / Issues
- Fixes file devilbox-php.ini-xdebug not suitable for xdebug 3 #866
- Fixes [Bug]: Docker Logging doesnt seem to work properly in v3.0.0-beta-0.3 #956
Full Changelog: v3.0.0-beta-0.3...v3.0.0-beta-0.4