Merge pull request #671 from cytopia/release/v1.6.2

Release v1.6.2
This commit is contained in:
cytopia 2020-02-09 10:21:26 +01:00 committed by GitHub
commit bfdd3ffbfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 3 deletions

View File

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

View File

@ -7,6 +7,13 @@ major versions.
## 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)
#### Fixed

View File

@ -802,6 +802,7 @@ The Devilbox is a development stack, so it is made sure that a lot of PHP module
| xmlrpc | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| xmlwriter | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |
| xsl | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| yaml | | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | |
| Zend OPcache | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| zip | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| zlib | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ | ✔ |

View File

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