TinyMCE 4.6.4

This commit is contained in:
Marat 2017-06-20 16:15:49 +02:00
parent ef1ce177a5
commit 760911ba36
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
## TinyMCE Editor for OXID eShop CE ## TinyMCE Editor for OXID eShop CE
by Marat Bedoev, bestlife AG <oxid@bestlife.ag> by Marat Bedoev, bestlife AG <oxid@bestlife.ag>
https://github.com/vanilla-thunder/bla-tinymce https://github.com/vanilla-thunder/bla-tinymce
### module version 2.0.3 6/20/2017 ### module version 2.0.3 2017-06-20
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL. TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL.
More information here: http://www.tinymce.com/ More information here: http://www.tinymce.com/

View File

@ -1,7 +1,7 @@
## TinyMCE Editor for OXID eShop CE ## TinyMCE Editor for OXID eShop CE
by Marat Bedoev, bestlife AG <oxid@bestlife.ag> by Marat Bedoev, bestlife AG <oxid@bestlife.ag>
https://github.com/vanilla-thunder/bla-tinymce https://github.com/vanilla-thunder/bla-tinymce
### module version 2.0.3 6/20/2017 ### module version 2.0.3 2017-06-20
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL. TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL.
More information here: http://www.tinymce.com/ More information here: http://www.tinymce.com/

View File

@ -1,7 +1,7 @@
<?php <?php
/* /*
* bestlife AG - TinyMCE Editor for OXID eShop CE * bestlife AG - ___MODULE___
* Copyright (C) 2017 bestlife AG * Copyright (C) 2017 bestlife AG
* info: oxid@bestlife.ag * info: oxid@bestlife.ag
* *

View File

@ -23,7 +23,7 @@ $aModule = array(
'title' => '<strong style="color:#95b900;font-size:125%;">best</strong><strong style="color:#c4ca77;font-size:125%;">life</strong> <strong>TinyMCE</strong>', 'title' => '<strong style="color:#95b900;font-size:125%;">best</strong><strong style="color:#c4ca77;font-size:125%;">life</strong> <strong>TinyMCE</strong>',
'description' => 'TinyMCE Editor for OXID eShop CE', 'description' => 'TinyMCE Editor for OXID eShop CE',
'thumbnail' => 'tinymce.png', 'thumbnail' => 'tinymce.png',
'version' => '2.0.3 6/20/2017', 'version' => '2.0.3 2017-06-20',
'author' => 'Marat Bedoev, bestlife AG', 'author' => 'Marat Bedoev, bestlife AG',
'email' => 'oxid@bestlife.ag', 'email' => 'oxid@bestlife.ag',
'url' => 'https://github.com/vanilla-thunder/bla-tinymce', 'url' => 'https://github.com/vanilla-thunder/bla-tinymce',