Skip to content

Commit

Permalink
Merge pull request #60 from brlumen/fix-guzzlehttp
Browse files Browse the repository at this point in the history
Restoring compatibility with mantisbt 2.26.0
  • Loading branch information
brlumen authored Jun 16, 2024
2 parents b26236c + 77b503e commit bf7a06b
Show file tree
Hide file tree
Showing 1,134 changed files with 101,010 additions and 95,241 deletions.
12 changes: 4 additions & 8 deletions Calendar/Calendar.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
# Copyright (c) 2019 Grigoriy Ermolaev ([email protected])
# Copyright (c) 2024 Grigoriy Ermolaev ([email protected])
#
# Calendar for MantisBT is free software:
# you can redistribute it and/or modify it under the terms of the GNU
Expand Down Expand Up @@ -138,10 +138,10 @@ function register() {
$this->description = plugin_lang_get( 'description' );
$this->page = 'config_page';

$this->version = '2.6.1';
$this->version = '2.7.0';

$this->requires = array(
'MantisCore' => '2.14.0',
'MantisCore' => '2.26.0',
);

$this->author = 'Grigoriy Ermolaev';
Expand Down Expand Up @@ -285,18 +285,14 @@ function config() {
}

function init() {
require_once 'api/php-rrule-1.6.1/src/RRuleInterface.php';
require_once 'api/php-rrule-1.6.1/src/RRule.php';
require_once 'api/php-rrule-1.6.1/src/RSet.php';
require_once 'api/php-rrule-1.6.1/src/RfcParser.php';
require_once 'api/vendor/autoload.php';
require_once 'core/calendar_event_data_api.php';
require_once 'core/calendar_date_api.php';
require_once 'core/calendar_access_api.php';
require_once 'core/calendar_print_api.php';
require_once 'core/calendar_helper_api.php';
require_once 'core/calendar_columns_api.php';
require_once 'core/calendar_user_api.php';
require_once 'api/google-api-php-client-2.2.1/vendor/autoload.php';
require_once 'core/calendar_form_api.php';
require_once 'core/calendar_google_api.php';
require_once 'core/calendar_menu_api.php';
Expand Down
9 changes: 0 additions & 9 deletions Calendar/api/google-api-php-client-2.2.1/.gitattributes

This file was deleted.

Loading

0 comments on commit bf7a06b

Please sign in to comment.