From 500ccb6e1b5f338d9c53561078514da1a0817b94 Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Wed, 12 Jun 2024 14:49:57 -0700 Subject: [PATCH] bump schema version --- src/Plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Plugin.php b/src/Plugin.php index 418965c6..a89511b8 100644 --- a/src/Plugin.php +++ b/src/Plugin.php @@ -62,7 +62,7 @@ public static function config(): array } public string $minVersionRequired = '4.4.8'; - public string $schemaVersion = '5.1.0.1'; + public string $schemaVersion = '5.1.1'; public bool $hasCpSettings = true; public bool $hasCpSection = true;