From b04245d5239f3ffaa14dd731f1d215aaa4343b45 Mon Sep 17 00:00:00 2001 From: Vasiliy Date: Mon, 3 Apr 2023 17:06:30 +0500 Subject: [PATCH] 0.9.x -> 1.0.0, incompatible changes to db schema were made `whitelist` table's schema was changed, the plugin will run automatic migration if old db structure is detected. This means that plugin will still work just fine, BUT anyone who used the old db schema in their projects will have to change it to keep compatibility. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 20689a05..d51712e2 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ voidpointer.spigot voidwhitelist - 0.9.6 + 1.0.0 jar VoidWhitelist