diff --git a/Source/Source.php b/Source/Source.php index f6cd24c..c0e9a87 100755 --- a/Source/Source.php +++ b/Source/Source.php @@ -10,7 +10,7 @@ * with the Mantis bug tracker software. */ class SourcePlugin extends MantisPlugin { - static $framework_version = '0.18'; + static $framework_version = '1.3.0'; static $cache = array(); function register() { @@ -19,7 +19,7 @@ $this->version = self::$framework_version; $this->requires = array( - 'MantisCore' => '1.2.0', + 'MantisCore' => '1.3.0', ); $this->uses = array( 'jQuery' => '1.3',