Release v1.6.2

This commit is contained in:
cytopia 2020-02-06 09:22:15 +01:00
parent bf140cf8cd
commit 51281ef5a0
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
3 changed files with 10 additions and 3 deletions

View File

@ -13,8 +13,8 @@ error_reporting(-1);
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1'); putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
$DEVILBOX_VERSION = 'v1.6.1'; $DEVILBOX_VERSION = 'v1.6.2';
$DEVILBOX_DATE = '2020-01-05'; $DEVILBOX_DATE = '2020-02-06';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json'; $DEVILBOX_API_PAGE = 'devilbox-api/status.json';
// //

View File

@ -7,6 +7,13 @@ major versions.
## Unreleased ## Unreleased
## Bugfix Release v1.6.2 (2019-02-06)
#### Added
- [#670](https://github.com/cytopia/devilbox/issues/670) Add `phalcon` binary to PHP 7.3 and 7.4
- [#664](https://github.com/cytopia/devilbox/issues/664) Add PHP `yaml` extension
## Bugfix Release v1.6.1 (2019-01-05) ## Bugfix Release v1.6.1 (2019-01-05)
#### Fixed #### Fixed

View File

@ -95,7 +95,7 @@ services:
# PHP # PHP
# ------------------------------------------------------------ # ------------------------------------------------------------
php: php:
image: devilbox/php-fpm:${PHP_SERVER}-work-0.101 image: devilbox/php-fpm:${PHP_SERVER}-work-0.105
hostname: php hostname: php
## ##