Version Description
04-17-2014
IMPORTANT!!
This version of Ultimate Tinymce will NOT function properly with WP versions 3.9 and later.
Instead, please switch to using our updated "WP Edit" plugin.
Download this release
Release Info
Developer | josh401 |
Plugin | Ultimate TinyMCE |
Version | 5.3 |
Comparing to | |
See all releases |
Code changes from version 5.2 to 5.3
- addons/ezimage/img/Thumbs.db +0 -0
- main.php +3 -3
- readme.txt +8 -1
addons/ezimage/img/Thumbs.db
CHANGED
Binary file
|
main.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @package Ultimate TinyMCE
|
4 |
-
* @version 5.
|
5 |
*/
|
6 |
/*
|
7 |
Plugin Name: Ultimate TinyMCE
|
8 |
Plugin URI: http://www.plugins.joshlobe.com/
|
9 |
Description: Beef up your visual tinymce editor with a plethora of advanced options.
|
10 |
Author: Josh Lobe
|
11 |
-
Version: 5.
|
12 |
Author URI: http://joshlobe.com
|
13 |
|
14 |
*/
|
@@ -796,7 +796,7 @@ function jwl_update_message_cb( /* $plugin_data, $r */ )
|
|
796 |
# echo '<pre>'.var_export( $plugin_data, false ).'<br />'.var_export( $r, false ).'</pre>';
|
797 |
|
798 |
// echo stuff....
|
799 |
-
$output = '<span style="margin-left:10px;color:#FF0000;">Please
|
800 |
|
801 |
return print $output;
|
802 |
}
|
1 |
<?php
|
2 |
/**
|
3 |
* @package Ultimate TinyMCE
|
4 |
+
* @version 5.3
|
5 |
*/
|
6 |
/*
|
7 |
Plugin Name: Ultimate TinyMCE
|
8 |
Plugin URI: http://www.plugins.joshlobe.com/
|
9 |
Description: Beef up your visual tinymce editor with a plethora of advanced options.
|
10 |
Author: Josh Lobe
|
11 |
+
Version: 5.3
|
12 |
Author URI: http://joshlobe.com
|
13 |
|
14 |
*/
|
796 |
# echo '<pre>'.var_export( $plugin_data, false ).'<br />'.var_export( $r, false ).'</pre>';
|
797 |
|
798 |
// echo stuff....
|
799 |
+
$output = '<span style="margin-left:10px;color:#FF0000;">Ultimate Tinymce will NOT function properly with WordPress 3.9 and above. Please switch to <a href="http://wordpress.org/plugins/wp-edit/" target="_blank">WP Edit</a> instead.</span>';
|
800 |
|
801 |
return print $output;
|
802 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
|
|
4 |
Tags: editor, buttons, button, add, font, font style, font select, table, tables, visual editor, search, replace, colors, color, anchor, advance, advanced, links, link, popup, javascript, upgrade, update, admin, image, images, citations, preview, html, custom, custom css, css, borders, pages, posts, pretty, colorful, php, php widget, shortcode, shortcodes, style, styles, plugin, login, excerpt, id, post, page, youtube, syntax, highlight, highlighter, image maps, tinymce, Tinymce, ultimate, Ultimate Tinymce
|
5 |
Requires at least: 3.5.1
|
6 |
Tested up to: 3.8.3
|
7 |
-
Stable tag: 5.
|
8 |
License: GPLv2
|
9 |
|
10 |
Description: Beef up the WordPress TinyMCE content editor with a plethora of advanced options.
|
@@ -53,6 +53,13 @@ Rather than "bloat" the plugin with screenshots. Please check out tons of screen
|
|
53 |
|
54 |
== Changelog ==
|
55 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
= 5.2 =
|
57 |
* 12-22-2013
|
58 |
|
4 |
Tags: editor, buttons, button, add, font, font style, font select, table, tables, visual editor, search, replace, colors, color, anchor, advance, advanced, links, link, popup, javascript, upgrade, update, admin, image, images, citations, preview, html, custom, custom css, css, borders, pages, posts, pretty, colorful, php, php widget, shortcode, shortcodes, style, styles, plugin, login, excerpt, id, post, page, youtube, syntax, highlight, highlighter, image maps, tinymce, Tinymce, ultimate, Ultimate Tinymce
|
5 |
Requires at least: 3.5.1
|
6 |
Tested up to: 3.8.3
|
7 |
+
Stable tag: 5.3
|
8 |
License: GPLv2
|
9 |
|
10 |
Description: Beef up the WordPress TinyMCE content editor with a plethora of advanced options.
|
53 |
|
54 |
== Changelog ==
|
55 |
|
56 |
+
= 5.3 =
|
57 |
+
* 04-17-2014
|
58 |
+
|
59 |
+
* IMPORTANT!!
|
60 |
+
* This version of Ultimate Tinymce will NOT function properly with WP versions 3.9 and later.
|
61 |
+
* Instead, please switch to using our updated ["WP Edit"](http://wordpress.org/plugins/wp-edit/) plugin.
|
62 |
+
|
63 |
= 5.2 =
|
64 |
* 12-22-2013
|
65 |
|