Skip to content

Commit

Permalink
Bump version to 1.6.0 for release
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
Григорий Ермолаев committed Jun 23, 2024
1 parent 2a2dc67 commit 0797b37
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ How to install
Supported Versions
------------------

- MantisBT 2.14 and higher - supported
- MantisBT 2.14 to 2.26 - supported in plugin version up to 1.5.x
- MantisBT 2.26 and higher - supported in plugin version 1.6 and higher
- Only https ssl certificate signed trusted ca is supported for MantisBT ( In the near future, a self-signed https certificate will be supported. )
4 changes: 2 additions & 2 deletions TelegramBot/TelegramBot.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

# Copyright (c) 2018 Grigoriy Ermolaev (igflocal@gmail.com)
# Copyright (c) 2024 Grigoriy Ermolaev (igflocal@gmail.com)
# TelegramBot for MantisBT is free software:
# you can redistribute it and/or modify it under the terms of the GNU
# General Public License as published by the Free Software Foundation,
Expand All @@ -22,7 +22,7 @@ function register() {
$this->name = 'TelegramBot';
$this->description = plugin_lang_get( 'description' );

$this->version = '1.6.0-dev';
$this->version = '1.6.0';
$this->requires = array(
'MantisCore' => '2.26.0',
);
Expand Down
2 changes: 1 addition & 1 deletion TelegramBot/core/TelegramBot_bug_api.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

# Copyright (c) 2018 Grigoriy Ermolaev (igflocal@gmail.com)
# Copyright (c) 2024 Grigoriy Ermolaev (igflocal@gmail.com)
# TelegramBot for MantisBT is free software:
# you can redistribute it and/or modify it under the terms of the GNU
# General Public License as published by the Free Software Foundation,
Expand Down
2 changes: 1 addition & 1 deletion TelegramBot/core/TelegramBot_helper_api.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

# Copyright (c) 2018 Grigoriy Ermolaev (igflocal@gmail.com)
# Copyright (c) 2024 Grigoriy Ermolaev (igflocal@gmail.com)
# TelegramBot for MantisBT is free software:
# you can redistribute it and/or modify it under the terms of the GNU
# General Public License as published by the Free Software Foundation,
Expand Down
2 changes: 1 addition & 1 deletion TelegramBot/core/TelegramBot_message_api.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

# Copyright (c) 2018 Grigoriy Ermolaev (igflocal@gmail.com)
# Copyright (c) 2024 Grigoriy Ermolaev (igflocal@gmail.com)
# TelegramBot for MantisBT is free software:
# you can redistribute it and/or modify it under the terms of the GNU
# General Public License as published by the Free Software Foundation,
Expand Down
2 changes: 1 addition & 1 deletion TelegramBot/core/TelegramBot_user_api.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

# Copyright (c) 2018 Grigoriy Ermolaev (igflocal@gmail.com)
# Copyright (c) 2024 Grigoriy Ermolaev (igflocal@gmail.com)
# TelegramBot for MantisBT is free software:
# you can redistribute it and/or modify it under the terms of the GNU
# General Public License as published by the Free Software Foundation,
Expand Down
2 changes: 1 addition & 1 deletion TelegramBot/pages/config_page.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
# Copyright (c) 2018 Grigoriy Ermolaev (igflocal@gmail.com)
# Copyright (c) 2024 Grigoriy Ermolaev (igflocal@gmail.com)
# TelegramBot for MantisBT is free software:
# you can redistribute it and/or modify it under the terms of the GNU
# General Public License as published by the Free Software Foundation,
Expand Down
2 changes: 1 addition & 1 deletion TelegramBot/pages/monitor_page.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
# Copyright (c) 2018 Grigoriy Ermolaev (igflocal@gmail.com)
# Copyright (c) 2024 Grigoriy Ermolaev (igflocal@gmail.com)
# TelegramBot for MantisBT is free software:
# you can redistribute it and/or modify it under the terms of the GNU
# General Public License as published by the Free Software Foundation,
Expand Down

0 comments on commit 0797b37

Please sign in to comment.