You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
1.4 KiB
25 lines
1.4 KiB
<?php
|
|
// 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/>.
|
|
|
|
$plugin->version = 2018092603; // The (date) version of this module + 2 extra digital for daily versions
|
|
// This version number is displayed into /admin/forms.php
|
|
// TODO: if ever this plugin get branched, the old branch number
|
|
// will not be updated to the current date but just incremented. We will
|
|
// need then a $plugin->release human friendly date. For the moment, we use
|
|
// display this version number with userdate (dev friendly)
|
|
$plugin->requires = 2010112400; // Requires this Moodle version - at least 2.0
|
|
$plugin->component = 'local_ws_evl';
|
|
$plugin->cron = 0;
|
|
$plugin->release = '1.0 (Build: 2011101202)';
|
|
$plugin->maturity = MATURITY_STABLE;
|
|
|