-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathversion.php
24 lines (22 loc) · 1.38 KB
/
version.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?php
/**
* *************************************************************************
* * OOHOO - Course Search **
* *************************************************************************
* @package block **
* @subpackage coursesearch **
* @name Course Search **
* @copyright oohoo.biz **
* @link http://oohoo.biz **
* @author Patrick Thibaudeau **
* @author Nicolas Bretin **
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later **
* *************************************************************************
* ************************************************************************ */
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2014040200; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2011112900; // Requires this Moodle version
$plugin->component = 'block_course_search'; // Full name of the plugin (used for diagnostics)
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '2.0.3 (Build: 2014040200)';
$plugin->cron = 0;