Skip to content

Commit a8191f3

Browse files
committed
Increment version, and remove from lang strings
1 parent 19682ff commit a8191f3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Snippets/Snippets.php

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

13-
$this->version = plugin_lang_get("version");
13+
$this->version = "0.3";
1414
$this->requires = array(
1515
"MantisCore" => "1.2.0",
1616
"jQuery" => "1.3",

Snippets/lang/strings_english.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
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";
109

1110
$s_plugin_Snippets_error_name_empty = "The snippet name is empty.";
1211
$s_plugin_Snippets_error_value_empty = "The snippet value is empty.";

0 commit comments

Comments
 (0)