Skip to content

Commit

Permalink
Update version to release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
dthies committed Mar 5, 2015
1 parent 3ad8e66 commit f3e5783
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
$plugin->requires = 2013101800;
// Full name of the plugin (used for diagnostics).
$plugin->component = 'tinymce_mathslate';
$plugin->maturity = MATURITY_BETA;
$plugin->release = '1.1 Beta';
$plugin->maturity = MATURITY_RC;
$plugin->release = '1.1 RC';
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ NS.Editor = function(editorID, config, params) {
this.node.setHTML('<div id="' + toolboxID + '" class="' + CSS.TOOLBOX + '">'
+ '<div style="background-color: white; color: green; height: 300px; line-height: 75px; '
+ 'font-size: 18px; text-align:center"><br />Mathslate Mathematics Editor<br />'
+ 'Version 1.1 Beta</div><script type="math/tex">\\quad</script><math> <mo> </mo></math></div>'
+ 'Version 1.1 RC</div><script type="math/tex">\\quad</script><math> <mo> </mo></math></div>'
+ '<div id="' + workID + '" ></div>');

var mje = new NS.MathJaxEditor('#' + workID);
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ NS.Editor = function(editorID, config, params) {
this.node.setHTML('<div id="' + toolboxID + '" class="' + CSS.TOOLBOX + '">'
+ '<div style="background-color: white; color: green; height: 300px; line-height: 75px; '
+ 'font-size: 18px; text-align:center"><br />Mathslate Mathematics Editor<br />'
+ 'Version 1.1 Beta</div><script type="math/tex">\\quad</script><math> <mo> </mo></math></div>'
+ 'Version 1.1 RC</div><script type="math/tex">\\quad</script><math> <mo> </mo></math></div>'
+ '<div id="' + workID + '" ></div>');

var mje = new NS.MathJaxEditor('#' + workID);
Expand Down
2 changes: 1 addition & 1 deletion yui/src/editor/js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ NS.Editor = function(editorID, config, params) {
this.node.setHTML('<div id="' + toolboxID + '" class="' + CSS.TOOLBOX + '">'
+ '<div style="background-color: white; color: green; height: 300px; line-height: 75px; '
+ 'font-size: 18px; text-align:center"><br />Mathslate Mathematics Editor<br />'
+ 'Version 1.1 Beta</div><script type="math/tex">\\quad</script><math> <mo> </mo></math></div>'
+ 'Version 1.1 RC</div><script type="math/tex">\\quad</script><math> <mo> </mo></math></div>'
+ '<div id="' + workID + '" ></div>');

var mje = new NS.MathJaxEditor('#' + workID);
Expand Down

0 comments on commit f3e5783

Please sign in to comment.