Hotfix for broken rc.1 installs and upgrades

This commit is contained in:
Dane Everitt 2016-10-31 17:15:30 -04:00
parent a55220da39
commit 873ddd204d
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 40 additions and 31 deletions

View file

@ -3,7 +3,12 @@ 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.5.0-pre.4 (Bodacious Boreopterus)
## v0.5.0-rc.2 (Bodacious Boreopterus)
### Fixed
* Fixes a bug that would cause MySQL errors when attempting to install the panel rather than upgrading.
## v0.5.0-rc.1 (Bodacious Boreopterus)
### Added
* Foreign keys are now enabled on all tables that the panel makes use of to prevent accidental data deletion when associated with other tables.