Skip to content

Releases: cytopia/devilbox

Release v1.6.0

05 Jan 00:41
v1.6.0
87fe2ba
Compare
Choose a tag to compare

Devilbox Release v1.6.0 (2020-01-04)

Changed

  • #642 Make email catch-all configurable
  • #265 Make SSL vhost settings configurable

Added

  • #615 Add phpmd
  • #378 Allow to mount local .ssh/ directory into PHP container (read-only)
  • New .env variable: HOST_PATH_SSH_DIR

Release v1.5.0

04 Jan 02:45
v1.5.0
dada924
Compare
Choose a tag to compare

Devilbox Release v1.5.0 (2020-01-03)

Added

  • Fixes #654 Add Opcache Control Panel
  • Refs #643 Refs #653 Integration tests for MySQL

Release v1.4.0

02 Jan 17:33
v1.4.0
7d1d3ad
Compare
Choose a tag to compare

Devilbox Release v1.4.0 (2020-01-02)

Fixed

  • Fixes #618 Update Compose version to 2.3
  • Fixes #614 Update to latest mhsendmail binary with -o flag
  • Fixes #265 Fix http to https redirect for projects

Changed

  • Fixes #642 Be able to disable email catch-all and still run postfix

Release v1.3.0

28 Dec 22:41
v1.3.0
0b9d127
Compare
Choose a tag to compare

Devilbox Release v1.3.0 (2019-12-29)

Fixed

  • #626 Cannot create MongoDB database with Adminer

Added

  • latest PHP-FPM images
  • PHP module: solr
  • PHP module: ssh2
  • phpMyAdmin to 5.0.0

Changed

  • Use official PHP 7.4 Docker image as base
  • Updated Adminer to 4.7.5
sed -i'' 's/^<?php$/<?php if(!function_exists("get_magic_quotes_runtime")){function get_magic_quotes_runtime(){return false;}}if(!function_exists("get_magic_quotes_gpc")){function get_magic_quotes_gpc(){return false;}}/g' adminer-4.7.5-en.php
sed -i'' 's/while(list(\$y,\$X)=each(\$qg))/foreach ($qg as $y => $x)/g' adminer-4.7.5-en.php
sed -i'' 's/error_reporting(6135)/error_reporting(0)/g' adminer-4.7.5-en.php
  • Updated phpMyAdmin to 4.9.3

Release v1.2.0

01 Dec 09:52
v1.2.0
bdf8eb7
Compare
Choose a tag to compare

Devilbox Release v1.2.0 (2019-12-01)

Fixed

  • Fixes #622 Certificate Generation Settings
  • Fixes #640 Mac OS Catalina invalidates virtual host certificates
  • Fixes #592 sqlsrv connection problem

Added

  • Added latest PHP-FPM images
  • Added latest MySQL images
  • Added latest Apache/Nginx images

Changed

  • Made PHP 7.3 the default version

Updating

See notes for how to update: https://github.com/cytopia/devilbox/blob/master/UPDATING.md#update-from-v110-to-v120

Release v1.1.0

24 Nov 21:18
v1.1.0
44b146b
Compare
Choose a tag to compare

Devilbox Release v1.1.0 (2019-11-24)

Fixed

  • #644 Fix GD jpeg support missing in PHP 7.4
  • #619 Fix PHP 7.x WebP support with imagick

Added

  • Make Ngrok region configurable via NGROK_REGION env variable
  • #641 Added phpPgAdmin v7 for PHP >=7
  • #594 Tool: ghostscript
  • Extensive GitHub Action CI checks
  • Added new PostgreSQL images
  • Added new MongoDB images

Changed

  • Updated PHP Docker images (PHP version, modules and tools)

Release v1.0.2

21 May 15:34
v1.0.2
fdb6cff
Compare
Choose a tag to compare

Devilbox Bugfix Release v1.0.2 (2019-05-21)

This is a bugfix release and everybody is encouraged to upgrade to this tag as soon as possible.
No explicit actions to be taken for updating.

Fixed

  • Fixed various typos in documentation
  • Fix CI tests: They still expected a mounted mail directory instead of a Docker volume
  • Fix mods for PHP 8.0
  • #572 Make npm binaries available in $PATH
  • Remove orphaned mentions of HOST_PATH_MYSQL_DATADIR
  • #583 Allow symlinks in autostart scripts

Added

  • Documentation: Setup ProcessWire
  • Tool: Angular CLI
  • Tool: Laravel Lumen
  • #573 Tool: prestissimo
  • Tool: yq
  • Module: OAuth
  • #580 zlib header files

Release v1.0.1

24 Mar 11:17
v1.0.1
6da8f35
Compare
Choose a tag to compare

Devilbox Bugfix Release v1.0.1 (2019-03-24)

This is a bugfix release and everybody is encouraged to upgrade to this tag as soon as possible.
No explicit actions to be taken for updating.

Fixed

  • #373 Read custom MySQL configuration
  • #540 Fix '&' password substitution in mysqldump-secure
  • #209 Documentation for Xdebug on Docker for Windows

Changed

  • Updated MongoDB cli tools in PHP image
  • Updated PostgreSQL cli tools in PHP image
  • MySQL images are now bound to a specific Docker tag and are built nightly
  • #506 Documentation improvements for connecting to databases

Added

  • #536 Added @vue/cli and @vue/cli-service-global

Release v1.0.0

19 Mar 08:09
v1.0.0
3cbbdb3
Compare
Choose a tag to compare

Devilbox Release v1.0.0 (2019-03-19)

This is the first stable release since Oct 9 2016

Changed

Pre-Release v1.0.0-alpha1

09 Mar 16:04
v1.0.0-alpha1
57b2a5c
Compare
Choose a tag to compare
Pre-release

Devilbox Pre-Release v1.0.0-alpha1 (2019-03-09)

Changed

  • Use Docker volumes instead of directory mounts for stateful data (MySQL, PgSQL and MongoDB)
    • This fixes various mount issues on Windows: #175 #382
    • This improves general performance
  • Use Official MySQL, MariaDB and Percona Docker container