-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
bkraul
committed
Mar 30, 2016
1 parent
4e620b1
commit b94929b
Showing
4 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ public function register() { | |
$this->name = plugin_lang_get( 'title' ); | ||
$this->description = plugin_lang_get( 'description' ); | ||
$this->page = 'config'; | ||
$this->version = '1.0.10'; | ||
$this->version = '1.0.11'; | ||
|
||
$this->requires['MantisCore'] = '1.2.0'; | ||
# require jQuery. | ||
|
@@ -28,9 +28,9 @@ public function register() { | |
$this->uses['MantisCoreFormatting'] = '1.2'; | ||
|
||
|
||
$this->author = 'Belman Kraul-Garcia'; | ||
$this->contact = '[email protected]'; | ||
$this->url = 'https://github.com/bkraul'; | ||
$this->author = 'Belman Kraul-Garcia, Kirill Krasnov'; | ||
$this->contact = '[email protected];[email protected]'; | ||
$this->url = 'https://github.com/mantisbt-plugins/BBCodePlus'; | ||
} | ||
//------------------------------------------------------------------- | ||
function hooks() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,6 @@ $s_plugin_BBCodePlus_highlight_css = 'Code highlight style'; | |
$s_plugin_BBCodePlus_highlight_extralangs = 'Enable support for highlighting of extra languages'; | ||
|
||
$s_plugin_BBCodePlus_credits = 'Credits'; | ||
$s_plugin_BBCodePlus_credits_line1 = 'Based on the plugin development work of the following contributors:'; | ||
$s_plugin_BBCodePlus_credits_line2 = 'Kirill Krasnov - <a href="https://github.com/mantisbt-plugins/bbcode">BBCode</a>, <a href="https://github.com/mantisbt-plugins/highlightcode">HighlightCode</a>'; | ||
$s_plugin_BBCodePlus_credits_line3 = 'Developed and maintained by <a href="mailto:[email protected]">Belman Kraul-Garcia</a>, 2015.'; | ||
$s_plugin_BBCodePlus_credits_line1 = '<a href="https://github.com/bkraul">Belman Kraul-Garcia</a>'; | ||
$s_plugin_BBCodePlus_credits_line2 = '<a href="https://github.com/kirill">Kirill Krasnov</a>'; | ||
$s_plugin_BBCodePlus_credits_line3 = ''; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,6 @@ $s_plugin_BBCodePlus_highlight_extralangs = 'Aktiviere Highlighting-Unterstützu | |
|
||
$s_plugin_BBCodePlus_credits = 'Credits'; | ||
$s_plugin_BBCodePlus_credits_line1 = 'Dieses Plugin basiert auf den Entwicklungen der folgenden Beitragenden:'; | ||
$s_plugin_BBCodePlus_credits_line2 = 'Kirill Krasnov - <a href="https://github.com/mantisbt-plugins/bbcode">BBCode</a>, <a href="https://github.com/mantisbt-plugins/highlightcode">HighlightCode</a>'; | ||
$s_plugin_BBCodePlus_credits_line3 = 'Entwickelt und gewartet von <a href="mailto:[email protected]">Belman Kraul-Garcia</a>, 2015.'; | ||
$s_plugin_BBCodePlus_credits_line1 = '<a href="https://github.com/bkraul">Belman Kraul-Garcia</a>'; | ||
$s_plugin_BBCodePlus_credits_line2 = '<a href="https://github.com/kirill">Kirill Krasnov</a>'; | ||
$s_plugin_BBCodePlus_credits_line3 = ''; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,6 @@ $s_plugin_BBCodePlus_highlight_css = 'Estilo de colorizado de sintaxis'; | |
$s_plugin_BBCodePlus_highlight_extralangs = 'Habilitar apoyo de colorizado para lenguajes adicionales'; | ||
|
||
$s_plugin_BBCodePlus_credits = 'Créditos'; | ||
$s_plugin_BBCodePlus_credits_line1 = 'Basado en el trabajo de desarrollo de los siguientes contribuyentes:'; | ||
$s_plugin_BBCodePlus_credits_line2 = 'Kirill Krasnov - <a href="https://github.com/mantisbt-plugins/bbcode">BBCode</a>, <a href="https://github.com/mantisbt-plugins/highlightcode">HighlightCode</a>'; | ||
$s_plugin_BBCodePlus_credits_line3 = 'Desarrollado y mantenido por <a href="mailto:[email protected]">Belman Kraul-Garcia</a>, 2015.'; | ||
$s_plugin_BBCodePlus_credits_line1 = '<a href="https://github.com/bkraul">Belman Kraul-Garcia</a>'; | ||
$s_plugin_BBCodePlus_credits_line2 = '<a href="https://github.com/kirill">Kirill Krasnov</a>'; | ||
$s_plugin_BBCodePlus_credits_line3 = ''; |