Skip to content

Commit 2d183c9

Browse files
committed
Move version to lang file, increment version
1 parent 8322b70 commit 2d183c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Snippets/Snippets.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public function register() {
99
$this->name = plugin_lang_get("name");
1010
$this->description = plugin_lang_get("description");
1111

12-
$this->version = "0.1";
12+
$this->version = plugin_lang_get("version");
1313
$this->requires = array(
1414
"MantisCore" => "1.2.0",
1515
"jQuery" => "1.3",

Snippets/lang/strings_english.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
$s_plugin_Snippets_ = "";
77
$s_plugin_Snippets_name = "Snippets";
88
$s_plugin_Snippets_description = "Allow users to save blocks of text";
9+
$s_plugin_Snippets_version = "0.2";
910

1011
$s_plugin_Snippets_select_label = "Snippets: ";
1112
$s_plugin_Snippets_select_default = "--";

0 commit comments

Comments
 (0)