mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-27500 HTML Editor - updating tinymce version used by moodle to 3.4.2
This commit is contained in:
parent
abd7557e79
commit
ca7d5f8bbc
@ -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';
|
||||
|
||||
|
@ -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)) {
|
||||
|
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user