Skip to content

Releases: devilbox-community/devilbox

Release v3.0.0-beta-0.6

03 Jul 03:50
d12565a
Compare
Choose a tag to compare

Added

  • New sub-command magento for dvl.sh
  • New sub-command composer for dvl.sh

Changed

  • Re-added and upgrade mhsendmail tool
  • Update PHP image version to 0.153
  • Change default flavour for PHP image in order to use mailhog

What's Changed

  • Release v3.0.0-beta-0.6 (2024-06-01) by @nntoan in #3

Full Changelog: v3.0.0-beta-0.5...v3.0.0-beta-0.6

v3.0.0-beta-0.5

18 Jun 14:19
c16b897
Compare
Choose a tag to compare

Release v3.0.0 beta 0.5

Added

  • Support PHP 8.3
  • New shell script dvl.sh which support initialize projects and all daily stuff of Devilbox
  • Upgrade all vendor packages of Devilbox Intranet

Changed

  • Replace mhsendmail with msmtp
  • 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

07 May 08:35
22b5f4e
Compare
Choose a tag to compare

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=1 instead of piping it to supervisord #956

Added

  • Intranet: Allow to reload PHP-FPM to reflect php.ini or php-fpm.conf changes on-the-fly without restarting docker-compose

Changed

  • Updated httpd images
  • Updated php-fpm images

PR / Issues

Full Changelog: v3.0.0-beta-0.3...v3.0.0-beta-0.4