diff --git a/Source/Source.php b/Source/Source.php index b528547..d4ddc2c 100644 --- a/Source/Source.php +++ b/Source/Source.php @@ -16,7 +16,7 @@ $this->name = plugin_lang_get( 'title' ); $this->description = plugin_lang_get( 'description' ); - $this->version = plugin_lang_get( 'version' ); + $this->version = '0.15'; $this->requires = array( 'MantisCore' => '1.2.0', 'Meta' => '0.1', diff --git a/Source/SourceIntegration.php b/Source/SourceIntegration.php index c5ba765..5ef92bf 100644 --- a/Source/SourceIntegration.php +++ b/Source/SourceIntegration.php @@ -6,7 +6,7 @@ final class SourceIntegrationPlugin extends MantisPlugin { function register() { $this->name = plugin_lang_get( 'title', 'Source' ); - $this->version = plugin_lang_get( 'version', 'Source' ); + $this->version = '0.15'; } function hooks() { diff --git a/Source/lang/strings_english.txt b/Source/lang/strings_english.txt index 3341906..23ea9b4 100644 --- a/Source/lang/strings_english.txt +++ b/Source/lang/strings_english.txt @@ -6,7 +6,6 @@ $s_plugin_Source_ = ''; $s_plugin_Source_title = 'Source Control Integration'; $s_plugin_Source_description = 'Source control integration using an abstract API to support any source control software.'; -$s_plugin_Source_version = '0.15'; $s_plugin_Source_repository = 'Repository'; $s_plugin_Source_repositories = 'Repositories';