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 19682ff commit a8191f3Copy full SHA for a8191f3
Snippets/Snippets.php
@@ -10,7 +10,7 @@ public function register() {
10
$this->description = plugin_lang_get("description");
11
$this->page = "config_page";
12
13
- $this->version = plugin_lang_get("version");
+ $this->version = "0.3";
14
$this->requires = array(
15
"MantisCore" => "1.2.0",
16
"jQuery" => "1.3",
Snippets/lang/strings_english.txt
@@ -6,7 +6,6 @@
6
$s_plugin_Snippets_ = "";
7
$s_plugin_Snippets_name = "Snippets";
8
$s_plugin_Snippets_description = "Allow users to save blocks of text";
9
-$s_plugin_Snippets_version = "0.2";
$s_plugin_Snippets_error_name_empty = "The snippet name is empty.";
$s_plugin_Snippets_error_value_empty = "The snippet value is empty.";
0 commit comments