Update Adminer from 4.7.5 to 4.7.7

This commit is contained in:
cytopia 2020-11-08 11:03:40 +01:00
parent d94cf193e3
commit 8f510c7f6c
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
8 changed files with 2050 additions and 2041 deletions

View File

@ -14,7 +14,7 @@ putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');
$DEVILBOX_VERSION = 'v1.7.3';
$DEVILBOX_DATE = '2020-11-07';
$DEVILBOX_DATE = '2020-11-08';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';
//

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -415,7 +415,11 @@ HTML;
}
}
if ($el['path'] == '__ADMINER__') {
$el['path'] = (version_compare(loadClass('Php')->getVersion(), '5.4', '<')) ? '/vendor/adminer-4.6.3-en.php' : '/vendor/adminer-4.7.5-en.php';
if (version_compare(loadClass('Php')->getVersion(), '5.4', '<')) {
$el['path'] = '/vendor/adminer-4.6.3-en.php';
} else {
$el['path'] = '/vendor/adminer-4.7.7-en.php';
}
}
$target = isset($el['target']) ? 'target="'.$el['target'].'"' : '';

View File

@ -13,7 +13,7 @@ DVLBOX_PATH="$( cd "${SCRIPT_PATH}/../.." && pwd -P )"
. "${SCRIPT_PATH}/../scripts/.lib.sh"
RETRIES=10
DISABLED_VERSIONS=("")
DISABLED_VERSIONS=("8.0" "8.1")
echo

View File

@ -13,7 +13,7 @@ DVLBOX_PATH="$( cd "${SCRIPT_PATH}/../.." && pwd -P )"
. "${SCRIPT_PATH}/../scripts/.lib.sh"
RETRIES=10
DISABLED_VERSIONS=("")
DISABLED_VERSIONS=("8.0" "8.1")
echo

View File

@ -13,7 +13,7 @@ DVLBOX_PATH="$( cd "${SCRIPT_PATH}/../.." && pwd -P )"
. "${SCRIPT_PATH}/../scripts/.lib.sh"
RETRIES=10
DISABLED_VERSIONS=("")
DISABLED_VERSIONS=("8.0" "8.1")
echo

View File

@ -7,12 +7,11 @@ major versions.
## Unreleased
## Release v1.7.3 (2020-11-07)
## Release v1.7.3 (2020-11-08)
#### Fixed
- [#739](https://github.com/cytopia/devilbox/issues/739) Disabled gd-jis: https://bugs.php.net/bug.php?id=73582
- [#740](https://github.com/cytopia/devilbox/issues/740) Use latest PHP 8.0 image
- [#728](https://github.com/cytopia/devilbox/issues/728) Updated phpPgAdmin from 7.12 to 7.13
#### Added
- [#715](https://github.com/cytopia/devilbox/issues/715) PHP module mongodb is re-added to PHP 8.0
@ -24,6 +23,8 @@ major versions.
#### Changed
- [#736](https://github.com/cytopia/devilbox/issues/736) Composer is updated to v2 (`/usr/local/bin/composer`)
- [#728](https://github.com/cytopia/devilbox/issues/728) Updated phpPgAdmin from 7.12 to 7.13
- Updated Adminer from 4.7.5 to 4.7.7
- Composer is available as v1 and v2 (`/usr/local/bin/composer-1` and `/usr/local/bin/composer-2`)
- New default PHP version: 7.4
- New default MySQL version: MariaDB 10.4