kittsville / WP-Librarian

WP-Librarian is an inventory management WordPress plugin for keeping track of books and media
GNU General Public License v3.0
4 stars 1 forks source link

Prevent previous versions of WP-Librarian from activating #61

Closed kittsville closed 8 years ago

kittsville commented 9 years ago

Currently users can remove their current version of WP-Librarian and install a previous version. Considering WP-Librarian makes various changes to how it stores/handles data with each Alpha/Beta release this can result in things going seriously wrong. The worst case being a previous version of WP-Librarian overwriting the version in the database. This would mean, if the latest version were re-installed the migrations would be performed a second time.

tl;dr stop people from corrupting their library

kittsville commented 9 years ago

I might hotfix this to all previous releases, depending on time/if I think pre-releases really need hotfixing.

kittsville commented 8 years ago

Now would also be a good time to add PHP version restrictions