-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathversion.php
38 lines (32 loc) · 1.21 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
27
28
29
30
31
32
33
34
35
36
37
38
<?php
/*
This program 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.
This program 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.
This plugin is part of Archaius theme, if you use it outside the theme
you should create your own styles. You can use archaius stylesheet as
a example.
@copyright 2014 onwards Daniel Munera Sanchez
*/
/**
* Theme version info
*
* @package theme
* @subpackage archaius
* @copyright 2013 Daniel Munera Sanchez
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die;
// The current module version (Date: YYYYMMDDXX)
$plugin->version = 2015112300;
// Requires this Moodle version
$plugin->requires = 2015050500;
// Full name of the plugin (used for diagnostics)
$plugin->component = 'theme_archaius';
$plugin->release = 'Archaius Tigris v-1.4.7';
$plugin->maturity = MATURITY_BETA;