Fix database deletion; closes #4114

Co-Authored-By: Dawid <minerpl03@gmail.com>
This commit is contained in:
DaneEveritt 2022-06-05 13:28:46 -04:00
parent c0a3dea6d8
commit 8771597560
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 11 additions and 19 deletions

View file

@ -3,6 +3,11 @@ 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.
## v1.8.2
### Fixed
* Fixes a bug causing a 404 error when attempting to delete a database from a server in the admin control panel.
* Fixes console input auto-capitalizing and auto-correcting when entering text on some mobile devices.
## v1.8.1
### Fixed
* Fixes a bug causing mounts to return a 404 error when adding them to a server.