Skip to content

Commit 6eacd5b

Browse files
authored
Merge pull request #98 from brlumen/prep-to-release-2-8-0
Bump version to 2.8.0
2 parents 69f8229 + 945a6b9 commit 6eacd5b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Calendar/Calendar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ function register() {
138138
$this->description = plugin_lang_get( 'description' );
139139
$this->page = 'config_page';
140140

141-
$this->version = '2.7.3';
141+
$this->version = '2.8.0';
142142

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

Calendar/lang/strings_chinese_simplified.txt

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 ([email protected])
2+
# Copyright (c) 2025 Grigoriy Ermolaev ([email protected])
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/lang/strings_english.txt

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 ([email protected])
2+
# Copyright (c) 2025 Grigoriy Ermolaev ([email protected])
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/lang/strings_russian.txt

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 ([email protected])
2+
# Copyright (c) 2025 Grigoriy Ermolaev ([email protected])
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/lang/strings_spanish.txt

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 ([email protected])
2+
# Copyright (c) 2025 Grigoriy Ermolaev ([email protected])
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)