Merge pull request #663 from cytopia/release/v1.6.1

Release v1.6.1
This commit is contained in:
cytopia 2020-01-05 17:43:52 +01:00 committed by GitHub
commit bf140cf8cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 4 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.0';
$DEVILBOX_DATE = '2020-01-04';
$DEVILBOX_VERSION = 'v1.6.1';
$DEVILBOX_DATE = '2020-01-05';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//

View File

@ -82,7 +82,7 @@ class Php extends BaseClass implements BaseInterface
}
public function getSymfonyVersion()
{
$output = loadClass('Helper')->exec('symfony --version 2>/dev/null', $output);
$output = loadClass('Helper')->exec('symfony -V 2>/dev/null | tr -d "[:cntrl:]" | sed "s/\[[0-9]*m//g"', $output);
return loadClass('Helper')->egrep('/[0-9.]+/', $output);
}
public function getWpcliVersion()

View File

@ -7,6 +7,12 @@ major versions.
## Unreleased
## Bugfix Release v1.6.1 (2019-01-05)
#### Fixed
- [#662](https://github.com/cytopia/devilbox/issues/662) Update to latest Symfony CLI
## Release v1.6.0 (2020-01-04)
#### Changed

View File

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