Skip to content

Commit

Permalink
updt: plugin schema version
Browse files Browse the repository at this point in the history
  • Loading branch information
bhupeshappfoster committed Jul 14, 2022
1 parent fa8b43f commit 16d587f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 16d587f

Please sign in to comment.