mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-06 19:19:13 +00:00
Updated Adminer to 4.8.1
This commit is contained in:
parent
9935780588
commit
6c438bb434
2038
.devilbox/www/htdocs/vendor/adminer-4.7.7-en-php8.php
vendored
2038
.devilbox/www/htdocs/vendor/adminer-4.7.7-en-php8.php
vendored
File diff suppressed because one or more lines are too long
2038
.devilbox/www/htdocs/vendor/adminer-4.7.7-en.php
vendored
2038
.devilbox/www/htdocs/vendor/adminer-4.7.7-en.php
vendored
File diff suppressed because one or more lines are too long
1790
.devilbox/www/htdocs/vendor/adminer-4.8.1-en.php
vendored
Normal file
1790
.devilbox/www/htdocs/vendor/adminer-4.8.1-en.php
vendored
Normal file
File diff suppressed because one or more lines are too long
@ -435,9 +435,9 @@ HTML;
|
|||||||
if (version_compare(loadClass('Php')->getVersion(), '5.4', '<')) {
|
if (version_compare(loadClass('Php')->getVersion(), '5.4', '<')) {
|
||||||
$el['path'] = '/vendor/adminer-4.6.3-en.php';
|
$el['path'] = '/vendor/adminer-4.6.3-en.php';
|
||||||
} elseif (version_compare(loadClass('Php')->getVersion(), '8.0', '<')){
|
} 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 {
|
} else {
|
||||||
$el['path'] = '/vendor/adminer-4.7.7-en-php8.php';
|
$el['path'] = '/vendor/adminer-4.8.1-en.php';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
- [#769](https://github.com/cytopia/devilbox/issues/769) Adjusted Xdebug 3.0 defaults
|
||||||
- Update PHP images to 0.125
|
- Update PHP images to 0.125
|
||||||
- MySQL database use binlog by default
|
- MySQL database use binlog by default
|
||||||
|
- Updated Adminer to 4.8.1
|
||||||
|
|
||||||
#### Fixed
|
#### Fixed
|
||||||
- [#783](https://github.com/cytopia/devilbox/pull/783) Kibana 6.6 and above uses ELASTICSEARCH_HOSTS
|
- [#783](https://github.com/cytopia/devilbox/pull/783) Kibana 6.6 and above uses ELASTICSEARCH_HOSTS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user