We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8322b70 commit 2d183c9Copy full SHA for 2d183c9
Snippets/Snippets.php
@@ -9,7 +9,7 @@ public function register() {
9
$this->name = plugin_lang_get("name");
10
$this->description = plugin_lang_get("description");
11
12
- $this->version = "0.1";
+ $this->version = plugin_lang_get("version");
13
$this->requires = array(
14
"MantisCore" => "1.2.0",
15
"jQuery" => "1.3",
Snippets/lang/strings_english.txt
@@ -6,6 +6,7 @@
6
$s_plugin_Snippets_ = "";
7
$s_plugin_Snippets_name = "Snippets";
8
$s_plugin_Snippets_description = "Allow users to save blocks of text";
+$s_plugin_Snippets_version = "0.2";
$s_plugin_Snippets_select_label = "Snippets: ";
$s_plugin_Snippets_select_default = "--";
0 commit comments