MDL-36803 tinymce: Version bump for js changes

This commit is contained in:
Damyon Wiese
2013-08-26 09:29:06 +08:00
parent 8920b2e288
commit 3cb75dd1fb
+1 -1
View File
@@ -24,7 +24,7 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2013070500; // The current plugin version (Date: YYYYMMDDXX)
$plugin->version = 2013082600; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2013050100; // Requires this Moodle version
$plugin->component = 'editor_tinymce'; // Full name of the plugin (used for diagnostics)
$plugin->release = '3.5.8'; // This is NOT a directory name, see lib.php if you need to know where is the editor code!