MDL-27500 HTML Editor - updating tinymce version used by moodle to 3.4.2

This commit is contained in:
Aparup Banerjee 2011-06-08 11:19:26 +08:00
parent abd7557e79
commit ca7d5f8bbc
3 changed files with 3 additions and 4 deletions

View File

@ -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';

View File

@ -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)) {

View File

@ -28,4 +28,4 @@ defined('MOODLE_INTERNAL') || die();
$plugin->version = 2010093000;
$plugin->requires = 2010070300;
$plugin->release = '3.3.9.2';
$plugin->release = '3.4.2';