mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
MDL-43606 tinymce_managefiles: bump version
to allow smooth upgrade from contributed plugin in 2.5
This commit is contained in:
parent
e71a5333a3
commit
6f70004a0d
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue