Skip to content

Commit c522f1e

Browse files
authored
Merge pull request #61 from brlumen/release-master
Bump version to 1.6.0 for release
2 parents 2a2dc67 + 0797b37 commit c522f1e

File tree

8 files changed

+10
-9
lines changed

8 files changed

+10
-9
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ How to install
5050
Supported Versions
5151
------------------
5252

53-
- MantisBT 2.14 and higher - supported
53+
- MantisBT 2.14 to 2.26 - supported in plugin version up to 1.5.x
54+
- MantisBT 2.26 and higher - supported in plugin version 1.6 and higher
5455
- Only https ssl certificate signed trusted ca is supported for MantisBT ( In the near future, a self-signed https certificate will be supported. )

TelegramBot/TelegramBot.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

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

25-
$this->version = '1.6.0-dev';
25+
$this->version = '1.6.0';
2626
$this->requires = array(
2727
'MantisCore' => '2.26.0',
2828
);

TelegramBot/core/TelegramBot_bug_api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2018 Grigoriy Ermolaev (igflocal@gmail.com)
3+
# Copyright (c) 2024 Grigoriy Ermolaev (igflocal@gmail.com)
44
# TelegramBot for MantisBT is free software:
55
# you can redistribute it and/or modify it under the terms of the GNU
66
# General Public License as published by the Free Software Foundation,

TelegramBot/core/TelegramBot_helper_api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2018 Grigoriy Ermolaev (igflocal@gmail.com)
3+
# Copyright (c) 2024 Grigoriy Ermolaev (igflocal@gmail.com)
44
# TelegramBot for MantisBT is free software:
55
# you can redistribute it and/or modify it under the terms of the GNU
66
# General Public License as published by the Free Software Foundation,

TelegramBot/core/TelegramBot_message_api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2018 Grigoriy Ermolaev (igflocal@gmail.com)
3+
# Copyright (c) 2024 Grigoriy Ermolaev (igflocal@gmail.com)
44
# TelegramBot for MantisBT is free software:
55
# you can redistribute it and/or modify it under the terms of the GNU
66
# General Public License as published by the Free Software Foundation,

TelegramBot/core/TelegramBot_user_api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
# Copyright (c) 2018 Grigoriy Ermolaev (igflocal@gmail.com)
3+
# Copyright (c) 2024 Grigoriy Ermolaev (igflocal@gmail.com)
44
# TelegramBot for MantisBT is free software:
55
# you can redistribute it and/or modify it under the terms of the GNU
66
# General Public License as published by the Free Software Foundation,

TelegramBot/pages/config_page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# Copyright (c) 2018 Grigoriy Ermolaev (igflocal@gmail.com)
2+
# Copyright (c) 2024 Grigoriy Ermolaev (igflocal@gmail.com)
33
# TelegramBot for MantisBT is free software:
44
# you can redistribute it and/or modify it under the terms of the GNU
55
# General Public License as published by the Free Software Foundation,

TelegramBot/pages/monitor_page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# Copyright (c) 2018 Grigoriy Ermolaev (igflocal@gmail.com)
2+
# Copyright (c) 2024 Grigoriy Ermolaev (igflocal@gmail.com)
33
# TelegramBot for MantisBT is free software:
44
# you can redistribute it and/or modify it under the terms of the GNU
55
# General Public License as published by the Free Software Foundation,

0 commit comments

Comments
 (0)