diff --git a/Source/Source.php b/Source/Source.php index 6da5e8a..389082e 100755 --- a/Source/Source.php +++ b/Source/Source.php @@ -8,9 +8,9 @@ /** * Creates an extensible API for integrating source control applications * with the Mantis bug tracker software. - */ + */ class SourcePlugin extends MantisPlugin { - static $framework_version = '0.16.4'; + static $framework_version = '0.17'; static $cache = array(); function register() { @@ -65,7 +65,7 @@ 'remote_imports' => OFF, 'import_urls' => serialize( array( 'localhost' ) ), - + 'api_key' => '', ); }