Skip to content

Commit

Permalink
Added @Kirill to maintainers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkraul committed Mar 30, 2016
1 parent 4e620b1 commit b94929b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
8 changes: 4 additions & 4 deletions BBCodePlus/BBCodePlus.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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() {
Expand Down
6 changes: 3 additions & 3 deletions BBCodePlus/lang/strings_english.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';
5 changes: 3 additions & 2 deletions BBCodePlus/lang/strings_german.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';
6 changes: 3 additions & 3 deletions BBCodePlus/lang/strings_spanish.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';

0 comments on commit b94929b

Please sign in to comment.