Skip to content

Commit b489fef

Browse files
committed
Gitweb: update to use Git base class
1 parent 0581122 commit b489fef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

SourceGitweb/SourceGitweb.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
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

1010
require_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' );

0 commit comments

Comments
 (0)