';
$html .= $child->title();
diff --git a/bl-plugins/simplemde/metadata.json b/bl-plugins/simplemde/metadata.json
index 0933b825..5a4aeaf1 100644
--- a/bl-plugins/simplemde/metadata.json
+++ b/bl-plugins/simplemde/metadata.json
@@ -1,10 +1,10 @@
{
- "author": "NextStepWebs",
+ "author": "Tinymce",
"email": "",
"website": "https://github.com/NextStepWebs/simplemde-markdown-editor",
- "version": "1.11.2",
+ "version": "4",
"releaseDate": "2016-06-14",
"license": "MIT",
- "compatible": "1.5.2",
+ "compatible": "2.0",
"notes": ""
}
diff --git a/bl-plugins/tinymce/languages/en_US.json b/bl-plugins/tinymce/languages/en_US.json
new file mode 100644
index 00000000..b36b0f3a
--- /dev/null
+++ b/bl-plugins/tinymce/languages/en_US.json
@@ -0,0 +1,7 @@
+{
+ "plugin-data":
+ {
+ "name": "TinyMCE",
+ "description": "Tinymce is an easy HTML editor, with many plugins and very customizable."
+ }
+}
\ No newline at end of file
diff --git a/bl-plugins/tinymce/metadata.json b/bl-plugins/tinymce/metadata.json
new file mode 100644
index 00000000..c052c2b0
--- /dev/null
+++ b/bl-plugins/tinymce/metadata.json
@@ -0,0 +1,10 @@
+{
+ "author": "TinyMCE",
+ "email": "",
+ "website": "https://www.tinymce.com",
+ "version": "4.4.3",
+ "releaseDate": "2016-02-19",
+ "license": "GPL v2",
+ "compatible": "1.0,1.1,1.1.2,1.3,1.4,1.5.2",
+ "notes": ""
+}
diff --git a/bl-plugins/tinymce/plugin.php b/bl-plugins/tinymce/plugin.php
new file mode 100644
index 00000000..388d1745
--- /dev/null
+++ b/bl-plugins/tinymce/plugin.php
@@ -0,0 +1,56 @@
+dbFields = array(
+ 'plugins'=>'autoresize, fullscreen, pagebreak, link, textcolor, code, image, paste',
+ 'toolbar'=>'bold italic underline strikethrough | alignleft aligncenter alignright | bullist numlist | styleselect | link forecolor backcolor removeformat image | pagebreak code fullscreen'
+ );
+ }
+
+ public function form()
+ {
+ global $Language;
+
+ $html = '';
+ $html .= '';
+ $html .= '';
+ $html .= '
';
+
+ $html .= '';
+ $html .= '';
+ $html .= '';
+ $html .= '
';
+
+ return $html;
+ }
+
+ public function adminHead()
+ {
+ global $layout;
+
+ if (in_array($layout['controller'], $this->loadWhenController)) {
+ return '';
+ }
+ return false;
+ }
+
+ public function adminBodyEnd()
+ {
+ global $layout;
+
+ if (in_array($layout['controller'], $this->loadWhenController)) {
+ return '';
+ }
+ return false;
+ }
+}
\ No newline at end of file
diff --git a/bl-plugins/version/plugin.php b/bl-plugins/version/plugin.php
index 399c1b51..107102f8 100644
--- a/bl-plugins/version/plugin.php
+++ b/bl-plugins/version/plugin.php
@@ -31,12 +31,11 @@ class pluginVersion extends Plugin {
$timeToCheck = Session::get('timeToCheck') + 10*60;
if( ($ADMIN_CONTROLLER=='dashboard') && ($timeToCheck