Skip to content

Commit 0581122

Browse files
committed
Cgit: update to use Git base class
1 parent 18a7a97 commit 0581122

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SourceCgit/SourceCgit.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
# Licensed under the MIT license
88

99
if ( !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' );

0 commit comments

Comments
 (0)