mirror of
https://github.com/cytopia/devilbox.git
synced 2025-06-05 00:50:56 +00:00
Release v1.6.2
This commit is contained in:
parent
bf140cf8cd
commit
51281ef5a0
@ -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';
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Loading…
x
Reference in New Issue
Block a user