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 33# Copyright (c) 2012 John Reese
44# Licensed under the MIT license
55
6- if ( false === include_once ( config_get ( 'plugin_path ' ) . 'Source/MantisSourcePlugin .class.php ' ) ) {
6+ if ( false === include_once ( config_get ( 'plugin_path ' ) . 'Source/MantisSourceGitBasePlugin .class.php ' ) ) {
77 return ;
88}
99
1010require_once ( config_get ( 'core_path ' ) . 'url_api.php ' );
1111
12- class SourceGitwebPlugin extends MantisSourcePlugin {
12+ class SourceGitwebPlugin extends MantisSourceGitBasePlugin {
1313
14- const PLUGIN_VERSION = '1.0 .0 ' ;
15- const FRAMEWORK_VERSION_REQUIRED = '1.3.2 ' ;
14+ const PLUGIN_VERSION = '1.1 .0 ' ;
15+ const FRAMEWORK_VERSION_REQUIRED = '1.5.0 ' ;
1616
1717 public function register () {
1818 $ this ->name = plugin_lang_get ( 'title ' );
You can’t perform that action at this time.
0 commit comments