forked from oohoo/moodle-format_tabtopics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathversion.php
27 lines (22 loc) · 1.44 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
25
26
<?php
/**
* *************************************************************************
* * OOHOO Tab topics Course format **
* *************************************************************************
* @package format **
* @subpackage tabtopics **
* @name tabtopics **
* @copyright oohoo.biz **
* @link http://oohoo.biz **
* @author Nicolas Bretin **
* @author Braedan Jongerius **
* @author Dustin Durand **
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later **
* *************************************************************************
* ************************************************************************ */
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2015022003; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2014051400; // Requires this Moodle version.
$plugin->component = 'format_tabtopics'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '2.7.0 (Build: 2015022003)';