Merge branch 'MDL-50102' of git://github.com/stronk7/moodle

This commit is contained in:
Dan Poltawski 2015-05-06 10:50:35 +01:00
commit 57fc76ab92
358 changed files with 760 additions and 752 deletions

View file

@ -21,6 +21,6 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2015050401; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2014110400; // Requires this Moodle version.
$plugin->version = 2015051100; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2015050500; // Requires this Moodle version.
$plugin->component = 'tool_templatelibrary'; // Full name of the plugin (used for diagnostics).