Merge branch 'master' into develop
This commit is contained in:
commit
51defae917
15 changed files with 140 additions and 21 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -3,6 +3,18 @@ This file is a running track of new features and fixes to each version of the pa
|
|||
|
||||
This project follows [Semantic Versioning](http://semver.org) guidelines.
|
||||
|
||||
## v0.7.16 (Derelict Dermodactylus)
|
||||
### Fixed
|
||||
* Fixed the /api/application/servers endpoint erroring when including subusers or egg
|
||||
* Fixed bug in migration files causing failures when using MySQL 8.
|
||||
* Fixed missing redirect return when an error occurs while modifying database information.
|
||||
* Fixes bug in login attempt tracking.
|
||||
* Fixes a bug where certain URL encoded files would not be editable in the file manager.
|
||||
|
||||
### Added
|
||||
* The application API now includes the egg's name in the egg model's response.
|
||||
* The /api/application/servers endpoint can now include server's databases and subusers.
|
||||
|
||||
## v0.7.15 (Derelict Dermodactylus)
|
||||
### Fixed
|
||||
* Fixes support for PHP 7.3 when running `composer install` commands due to a dependency that needed updating.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue