Releases: johanvanhelden/dockerhero
Releases · johanvanhelden/dockerhero
1.5.1
1.5.1 - 2019-09-28
Added
public
folder support (bothpublic_html
ANDpublic
will work now, depending on what folder is found in your project).
1.5.0
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
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
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
1.4.0
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
1.3.2 - 2019-01-07
Changed
- Updated PHPMyAdmin version to 4.8.4
Added
- PHP 7.3 image
1.3.1
1.3.1 - 2018-09-04
Changed
- Increased the default upload size from 8m to 64m in the nginx image.
1.3.0
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
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