-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #60 from brlumen/fix-guzzlehttp
Restoring compatibility with mantisbt 2.26.0
- Loading branch information
Showing
1,134 changed files
with
101,010 additions
and
95,241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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'; | ||
|
@@ -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'; | ||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.