Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8920b2e
)
MDL-36803 tinymce: Version bump for js changes
author
Damyon Wiese
<damyon@moodle.com>
Mon, 26 Aug 2013 01:29:06 +0000
(09:29 +0800)
committer
Damyon Wiese
<damyon@moodle.com>
Mon, 26 Aug 2013 01:29:06 +0000
(09:29 +0800)
lib/editor/tinymce/version.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/editor/tinymce/version.php
b/lib/editor/tinymce/version.php
index
d5e0240
..
9ea82f2
100644
(file)
--- a/
lib/editor/tinymce/version.php
+++ b/
lib/editor/tinymce/version.php
@@
-24,7
+24,7
@@
defined('MOODLE_INTERNAL') || die();
-$plugin->version = 20130
705
00; // The current plugin version (Date: YYYYMMDDXX)
+$plugin->version = 20130
826
00; // 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!