Skip to content

Commit

Permalink
Set minimum version required to 4.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamindavid committed Nov 29, 2023
1 parent 363df7b commit 598588b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ class Plugin extends \craft\base\Plugin
*/
public string $schemaVersion = '2.0.0';

/**
* @inheritdoc
*/
public string $minVersionRequired = '4.0.15';

/**
* @var \dukt\analytics\Plugin The plugin instance.
*/
Expand Down

0 comments on commit 598588b

Please sign in to comment.