Skip to content

Releases: johanvanhelden/dockerhero

1.5.1

28 Sep 10:51
Compare
Choose a tag to compare

1.5.1 - 2019-09-28

Added

  • public folder support (both public_html AND public will work now, depending on what folder is found in your project).

1.5.0

28 Sep 10:24
Compare
Choose a tag to compare

1.5.0 - 2019-09-28

Added

  • Xdebug start, stop and status scripts to easily turn Xdebug on, off or request the status.

Changed

  • Disabled Xdebug per default in the PHP 7.2, 7.3 and workspace images to speed up PHP

1.4.3

20 Aug 19:40
Compare
Choose a tag to compare

1.4.3 - 2019-08-20

Added

  • Exif extension to PHP 7.2 and PHP 7.3 image to by consistent with the workspace image.

1.4.2

09 Aug 09:01
82255f2
Compare
Choose a tag to compare

1.4.2 - 2019-08-09

Added

  • Remote XDebug capabilities in the PHP 7.2 and php 7.3 images and instructions to the readme.

Changed

  • Replaced mysql-client with mariadb-client in PHP 7.2 and PHP 7.3 images due to deprication if the mysql-client package.
  • Replaced ssmtp with mhsendmail in PHP 7.2 and PHP 7.3 images due to deprication if the ssmtp package.
  • Updated phpMyAdmin to 5.0.0-alpha1

1.4.1

21 May 10:44
f5daa1c
Compare
Choose a tag to compare

1.4.1 - 2019-05-21

Changed

  • Added Xdebug to the workspace container - @pkeulers

1.4.0

14 May 09:45
e205487
Compare
Choose a tag to compare

1.4.0 - 2019-05-14

This is a pretty major release that sets PHP 7.2 as the default version for both the PHP and the Workspace container.
If you are not ready yet for this change, you can roll back to PHP 7.1 by adding a docker-compose.override.yml with the following contents:

version: '2'

services:
  php:
	image: johanvanhelden/dockerhero-php-7.1-fpm:latest

  workspace:
	image: johanvanhelden/dockerhero-workspace:php7.1

Changed

  • Update to PHP 7.2 (workspace image)
  • Set PHP 7.2 as the default version for the PHP image
  • Switched to a development version of PHPMyAdmin (5.0.0-dev) to have an upgraded jQuery version (CVE-2019-11358)

1.3.2

07 Jan 20:01
f603e59
Compare
Choose a tag to compare

1.3.2 - 2019-01-07

Changed

  • Updated PHPMyAdmin version to 4.8.4

Added

  • PHP 7.3 image

1.3.1

16 Sep 13:01
07b190c
Compare
Choose a tag to compare

1.3.1 - 2018-09-04

Changed

  • Increased the default upload size from 8m to 64m in the nginx image.

1.3.0

04 Sep 20:25
c1cc31e
Compare
Choose a tag to compare

1.3.0 - 2018-09-04

Changed

  • The default MySQL version is now 5.7

Added

  • Added sections to the readme on how to change the MySQL version and SQL mode.
  • Added a known issues section to the readme with a known MacOS issue.

1.2.6

17 Jul 20:11
cf13d6e
Compare
Choose a tag to compare

1.2.6 - 2018-07-17

Changed

  • Node 8 is now the default version in the workspace image.

Added

  • bcmath extension to the workspace, php 7.1 and php 7.2 image