TinyMCE plugin change notes
| Version | Description |
|
v0.0.1 |
Initial release. |
|
v0.0.5 |
Added dropdown image selector. Made it so tinymce only appears on textareas in the "Pages" section. Fixed some minor problems. |
|
v0.0.6 |
Minor fixes and one fix for TinyMCE itself. Possibility to use custom CSS for editing and preview. (Your mileage with that might vary as it seems a not-so-stable function within TinyMCE.) |
|
v1.0.0 |
Fixed a small problem with the default configuration not allowing alignment of images. Fixed the "use your own stylesheet" function so TinyMCE provides true WYSIWYG functionality. Updated the readme layout. |
|
v1.1.0 |
Added dropdown in-frog pages selector for easy linking. The dropdown currently only shows PUBLISHED pages, when desired, I can add HIDDEN or even all aswell. (You could also edit the SQL yourself, it's in lists/pages_list.php) Added small performance tweak to tiny_init.js based on TinyMCE website (button_tile_map : true) Updated to the latest TinyMCE version (from 3.0.5 to 3.1.0.1) |
|
v1.2.0 |
Added a configuration/preferences tab to Frog's admin section. Added an option to also list HIDDEN pages that are unprotected in TinyMCE's link dropdown box. |
|
v1.3.0 |
Added support for "filter" selection. Added support for i18n. Added Dutch language support. Added check for "administrator" or "developer" roles when trying to access TinyMCE preferences tab in backend. Improved documentation. |
| v2.0.0 RC1 | Removed TinyMCE's tab in Frog backend Moved plugin's settings DB table stuff into enable.php Added a settings page |