Updated Adminer to 4.8.1

This commit is contained in:
cytopia 2021-05-20 10:52:49 +02:00
parent 9935780588
commit 6c438bb434
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2
5 changed files with 1793 additions and 4078 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -435,9 +435,9 @@ HTML;
if (version_compare(loadClass('Php')->getVersion(), '5.4', '<')) {
$el['path'] = '/vendor/adminer-4.6.3-en.php';
} elseif (version_compare(loadClass('Php')->getVersion(), '8.0', '<')){
$el['path'] = '/vendor/adminer-4.7.7-en.php';
$el['path'] = '/vendor/adminer-4.8.1-en.php';
} else {
$el['path'] = '/vendor/adminer-4.7.7-en-php8.php';
$el['path'] = '/vendor/adminer-4.8.1-en.php';
}
}

View File

@ -15,6 +15,7 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
- [#769](https://github.com/cytopia/devilbox/issues/769) Adjusted Xdebug 3.0 defaults
- Update PHP images to 0.125
- MySQL database use binlog by default
- Updated Adminer to 4.8.1
#### Fixed
- [#783](https://github.com/cytopia/devilbox/pull/783) Kibana 6.6 and above uses ELASTICSEARCH_HOSTS