MDL-43606 tinymce_managefiles: bump version

to allow smooth upgrade from contributed plugin in 2.5
This commit is contained in:
Marina Glancy 2014-01-08 13:57:03 +08:00
parent e71a5333a3
commit 6f70004a0d

View file

@ -24,6 +24,6 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->version = 2013110500; // The current plugin version (Date: YYYYMMDDXX). $plugin->version = 2014010800; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2013110500; // Required Moodle version. $plugin->requires = 2013110500; // Required Moodle version.
$plugin->component = 'tinymce_managefiles'; // Full name of the plugin (used for diagnostics). $plugin->component = 'tinymce_managefiles'; // Full name of the plugin (used for diagnostics).