From b5505253bca987aa94c7145ed5cbd597c61bccbf Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Thu, 8 May 2014 10:53:21 +0800 Subject: [PATCH] MDL-43312 tinymce: bump plugin version --- 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 a029c4bc36f..fbc5094d47d 100644 --- a/lib/editor/tinymce/version.php +++ b/lib/editor/tinymce/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2013110600; // The current plugin version (Date: YYYYMMDDXX) +$plugin->version = 2013110601; // The current plugin version (Date: YYYYMMDDXX) $plugin->requires = 2013110500; // Requires this Moodle version $plugin->component = 'editor_tinymce'; // Full name of the plugin (used for diagnostics) $plugin->release = '3.5.10'; // This is NOT a directory name, see lib.php if you need to know where is the editor code!