From 16d587f1657af25acc162e97cc96fa0b612c8282 Mon Sep 17 00:00:00 2001 From: Bhupesh Pandey Date: Thu, 14 Jul 2022 13:18:58 +0530 Subject: [PATCH] updt: plugin schema version --- src/Constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constants.php b/src/Constants.php index 0977fc21..83c81a6d 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -4,7 +4,7 @@ class Constants { - const PLUGIN_SCHEMA_VERSION = '1.3.9'; + const PLUGIN_SCHEMA_VERSION = '1.4.0'; const CRAFT_MIN_VERSION = '4.0.0'; const WORD_COUNT_LIMIT = 2000; const PLUGIN_HANDLE = 'translations';