Skip to content

Commit 85688e2

Browse files
authored
Merge pull request #84 from brlumen/preparation-for-release-2-7-2
Bump version to 2.7.2
2 parents 502faf0 + aee0e16 commit 85688e2

File tree

6 files changed

+33
-15
lines changed

6 files changed

+33
-15
lines changed

Calendar/Calendar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
# Copyright (c) 2024 Grigoriy Ermolaev (igflocal@gmail.com)
2+
# Copyright (c) 2025 Grigoriy Ermolaev (igflocal@gmail.com)
33
#
44
# Calendar for MantisBT is free software:
55
# you can redistribute it and/or modify it under the terms of the GNU
@@ -138,7 +138,7 @@ function register() {
138138
$this->description = plugin_lang_get( 'description' );
139139
$this->page = 'config_page';
140140

141-
$this->version = '2.7.1';
141+
$this->version = '2.7.2';
142142

143143
$this->requires = array(
144144
'MantisCore' => '2.26.0',

Calendar/core/calendar_date_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) 2025 Grigoriy Ermolaev (igflocal@gmail.com)
44
# Calendar 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,

Calendar/core/classes/ViewWeekCalendar.class.php

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
<?php
2-
/*
3-
* To change this license header, choose License Headers in Project Properties.
4-
* To change this template file, choose Tools | Templates
5-
* and open the template in the editor.
6-
*/
2+
# Copyright (c) 2025 Grigoriy Ermolaev (igflocal@gmail.com)
3+
# Calendar for MantisBT is free software:
4+
# you can redistribute it and/or modify it under the terms of the GNU
5+
# General Public License as published by the Free Software Foundation,
6+
# either version 2 of the License, or (at your option) any later version.
7+
#
8+
# Calendar plugin for for MantisBT is distributed in the hope
9+
# that it will be useful, but WITHOUT ANY WARRANTY; without even the
10+
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11+
# See the GNU General Public License for more details.
12+
#
13+
# You should have received a copy of the GNU General Public License
14+
# along with Customer management plugin for MantisBT.
15+
# If not, see <http://www.gnu.org/licenses/>.
716

817
/**
918
* Description of WeekView

Calendar/core/classes/ViewWeekSelect.class.php

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
<?php
2-
/*
3-
* To change this license header, choose License Headers in Project Properties.
4-
* To change this template file, choose Tools | Templates
5-
* and open the template in the editor.
6-
*/
2+
# Copyright (c) 2025 Grigoriy Ermolaev (igflocal@gmail.com)
3+
# Calendar for MantisBT is free software:
4+
# you can redistribute it and/or modify it under the terms of the GNU
5+
# General Public License as published by the Free Software Foundation,
6+
# either version 2 of the License, or (at your option) any later version.
7+
#
8+
# Calendar plugin for for MantisBT is distributed in the hope
9+
# that it will be useful, but WITHOUT ANY WARRANTY; without even the
10+
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11+
# See the GNU General Public License for more details.
12+
#
13+
# You should have received a copy of the GNU General Public License
14+
# along with Customer management plugin for MantisBT.
15+
# If not, see <http://www.gnu.org/licenses/>.
716

817
/**
918
* Description of WeekView

Calendar/pages/calendar_user_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) 2025 Grigoriy Ermolaev (igflocal@gmail.com)
33
# Calendar 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,

Calendar/pages/event_insert_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) 2019 Grigoriy Ermolaev (igflocal@gmail.com)
2+
# Copyright (c) 2025 Grigoriy Ermolaev (igflocal@gmail.com)
33
# Calendar 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)