File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77# Licensed under the MIT license
88
99if ( !defined ('testing ' ) ) {
10- if ( false === include_once ( config_get ( 'plugin_path ' ) . 'Source/MantisSourcePlugin .class.php ' ) ) {
10+ if ( false === include_once ( config_get ( 'plugin_path ' ) . 'Source/MantisSourceGitBasePlugin .class.php ' ) ) {
1111 return ;
1212 }
1313
1414 require_once ( config_get ( 'core_path ' ) . 'url_api.php ' );
1515}
1616
17- class SourceCgitPlugin extends MantisSourcePlugin {
17+ class SourceCgitPlugin extends MantisSourceGitBasePlugin {
1818
19- const PLUGIN_VERSION = '1.0 .0 ' ;
20- const FRAMEWORK_VERSION_REQUIRED = '1.3.2 ' ;
19+ const PLUGIN_VERSION = '1.1 .0 ' ;
20+ const FRAMEWORK_VERSION_REQUIRED = '1.5.0 ' ;
2121
2222 public function register () {
2323 $ this ->name = plugin_lang_get ( 'title ' );
You can’t perform that action at this time.
0 commit comments