From 3cb75dd1fbd3e0153efa84a464aa2b348c017334 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Mon, 26 Aug 2013 09:29:06 +0800 Subject: [PATCH] MDL-36803 tinymce: Version bump for js changes --- lib/editor/tinymce/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/editor/tinymce/version.php b/lib/editor/tinymce/version.php index d5e0240d78c..9ea82f2f113 100644 --- a/lib/editor/tinymce/version.php +++ b/lib/editor/tinymce/version.php @@ -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!