From ca7d5f8bbcc42319e911d202dccfe06a61b15198 Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Wed, 8 Jun 2011 11:19:26 +0800 Subject: [PATCH] MDL-27500 HTML Editor - updating tinymce version used by moodle to 3.4.2 --- lib/editor/tinymce/lang/en/editor_tinymce.php | 3 +-- lib/editor/tinymce/lib.php | 2 +- lib/editor/tinymce/version.php | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/editor/tinymce/lang/en/editor_tinymce.php b/lib/editor/tinymce/lang/en/editor_tinymce.php index 978c3334abe..484ed6bbe37 100644 --- a/lib/editor/tinymce/lang/en/editor_tinymce.php +++ b/lib/editor/tinymce/lang/en/editor_tinymce.php @@ -32,8 +32,8 @@ $string['dragmath:dragmath_desc'] = 'Insert equation'; $string['dragmath:dragmath_javaneeded'] = 'To use this page you need a Java-enabled browser. Download the latest Java plug-in from {$a}.'; $string['dragmath:dragmath_title'] = 'DragMath Equation Editor'; $string['media_dlg:filename'] = 'Filename'; -$string['moodlenolink:desc'] = 'Prevent automatic linking'; $string['moodleemoticon:desc'] = 'Insert emoticon'; +$string['moodlenolink:desc'] = 'Prevent automatic linking'; $string['pluginname'] = 'TinyMCE HTML editor'; @@ -804,4 +804,3 @@ $string['xhtmlxtras_dlg:title_acronym_element'] = 'Acronym Element'; $string['xhtmlxtras_dlg:title_cite_element'] = 'Citation Element'; $string['xhtmlxtras_dlg:title_del_element'] = 'Deletion Element'; $string['xhtmlxtras_dlg:title_ins_element'] = 'Insertion Element'; - diff --git a/lib/editor/tinymce/lib.php b/lib/editor/tinymce/lib.php index b0f3bf00a4e..a978c098541 100644 --- a/lib/editor/tinymce/lib.php +++ b/lib/editor/tinymce/lib.php @@ -28,7 +28,7 @@ defined('MOODLE_INTERNAL') || die(); class tinymce_texteditor extends texteditor { /** @var string active version - directory name */ - public $version = '3.3.9.2'; + public $version = '3.4.2'; public function supported_by_browser() { if (check_browser_version('MSIE', 6)) { diff --git a/lib/editor/tinymce/version.php b/lib/editor/tinymce/version.php index 04c4c0ac05e..59d5818aa22 100644 --- a/lib/editor/tinymce/version.php +++ b/lib/editor/tinymce/version.php @@ -28,4 +28,4 @@ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2010093000; $plugin->requires = 2010070300; -$plugin->release = '3.3.9.2'; \ No newline at end of file +$plugin->release = '3.4.2'; -- 2.43.0