moodle-block_microsoft/version.php

34 строки
1.2 KiB
PHP
Исходник Постоянная ссылка Обычный вид История

2015-06-30 00:40:47 +03:00
<?php
// This file is part of Moodle - http://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>.
/**
* @package block_microsoft
* @author James McQuillan <james.mcquillan@remote-learner.net>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @copyright (C) 2014 onwards Microsoft, Inc. (http://microsoft.com/)
2015-06-30 00:40:47 +03:00
*/
defined('MOODLE_INTERNAL') || die();
2021-01-18 18:00:25 +03:00
$plugin->version = 2020071502;
$plugin->requires = 2020061500;
2021-01-18 18:00:25 +03:00
$plugin->release = '3.9.3';
2015-06-30 00:40:47 +03:00
$plugin->component = 'block_microsoft';
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
2021-01-18 18:00:25 +03:00
'local_o365' => 2020071505,
];