Version Description
- 09-13-2013
Download this release
Release Info
Developer | josh401 |
Plugin | Ultimate TinyMCE |
Version | 5.0 |
Comparing to | |
See all releases |
Code changes from version 4.9.1 to 5.0
- _notes/dwsync.xml +4 -4
- help/_notes/dwsync.xml +1 -0
- help/whatsnew-50.html +1 -0
- main.php +5 -5
- options_callback_functions.php +7 -7
- options_functions.php +2 -0
- readme.txt +13 -3
_notes/dwsync.xml
CHANGED
@@ -4,8 +4,8 @@
|
|
4 |
<file name="admin_functions.php" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130211125944994228" remote="130211089800000000" Dst="2" />
|
5 |
<file name="default.mo" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130107219000000000" remote="130107219000000000" Dst="2" />
|
6 |
<file name="default.pot" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130107219000000000" remote="130107219000000000" Dst="2" />
|
7 |
-
<file name="main.php" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="
|
8 |
-
<file name="options_callback_functions.php" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="
|
9 |
-
<file name="options_functions.php" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="
|
10 |
-
<file name="readme.txt" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="
|
11 |
</dwsync>
|
4 |
<file name="admin_functions.php" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130211125944994228" remote="130211089800000000" Dst="2" />
|
5 |
<file name="default.mo" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130107219000000000" remote="130107219000000000" Dst="2" />
|
6 |
<file name="default.pot" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130107219000000000" remote="130107219000000000" Dst="2" />
|
7 |
+
<file name="main.php" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130238771386013166" remote="130238735400000000" Dst="2" />
|
8 |
+
<file name="options_callback_functions.php" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130235059810000000" remote="130235042400000000" Dst="2" />
|
9 |
+
<file name="options_functions.php" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130235053693766942" remote="130235017200000000" Dst="2" />
|
10 |
+
<file name="readme.txt" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130238754070154731" remote="130238718000000000" Dst="2" />
|
11 |
</dwsync>
|
help/_notes/dwsync.xml
CHANGED
@@ -3,4 +3,5 @@
|
|
3 |
<file name="whatsnew-481.html" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130122769200000000" remote="130186408800000000" Dst="2" />
|
4 |
<file name="whatsnew-49.html" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130122769200000000" remote="130216266600000000" Dst="2" />
|
5 |
<file name="whatsnew-491.html" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130122769200000000" remote="130216650000000000" Dst="2" />
|
|
|
6 |
</dwsync>
|
3 |
<file name="whatsnew-481.html" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130122769200000000" remote="130186408800000000" Dst="2" />
|
4 |
<file name="whatsnew-49.html" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130122769200000000" remote="130216266600000000" Dst="2" />
|
5 |
<file name="whatsnew-491.html" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130122769200000000" remote="130216650000000000" Dst="2" />
|
6 |
+
<file name="whatsnew-50.html" server="ftp.joshlobe.com/public_html/testsite/wp-content/plugins/ultimate-tinymce/" local="130122769200000000" remote="130238735400000000" Dst="2" />
|
7 |
</dwsync>
|
help/whatsnew-50.html
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
<p>New Features - WOW!</p>
|
main.php
CHANGED
@@ -1,14 +1,14 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* @package Ultimate TinyMCE
|
4 |
-
* @version
|
5 |
*/
|
6 |
/*
|
7 |
Plugin Name: Ultimate TinyMCE
|
8 |
Plugin URI: http://www.plugins.joshlobe.com/
|
9 |
-
Description: Beef up
|
10 |
Author: Josh Lobe
|
11 |
-
Version:
|
12 |
Author URI: http://joshlobe.com
|
13 |
|
14 |
*/
|
@@ -784,8 +784,8 @@ if (!class_exists ('JWL_UtmcePointers')) {
|
|
784 |
return self::$instance;
|
785 |
}
|
786 |
|
787 |
-
const DISPLAY_VERSION = '
|
788 |
-
const VERSION = '
|
789 |
|
790 |
function admin_enqueue_scripts () {
|
791 |
$dismissed = explode (',', get_user_meta (wp_get_current_user ()->ID, 'dismissed_wp_pointers', true));
|
1 |
<?php
|
2 |
/**
|
3 |
* @package Ultimate TinyMCE
|
4 |
+
* @version 5.0
|
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.0
|
12 |
Author URI: http://joshlobe.com
|
13 |
|
14 |
*/
|
784 |
return self::$instance;
|
785 |
}
|
786 |
|
787 |
+
const DISPLAY_VERSION = 'v5.0';
|
788 |
+
const VERSION = '50';
|
789 |
|
790 |
function admin_enqueue_scripts () {
|
791 |
$dismissed = explode (',', get_user_meta (wp_get_current_user ()->ID, 'dismissed_wp_pointers', true));
|
options_callback_functions.php
CHANGED
@@ -2,21 +2,21 @@
|
|
2 |
|
3 |
// These are our callback functions for each settings option GROUP described above.
|
4 |
function jwl_setting_section_callback_function1() {
|
5 |
-
_e('<p><strong>Get detailed help for each button from the <a target="_blank" href="http://
|
6 |
}
|
7 |
function jwl_setting_section_callback_function2() {
|
8 |
-
_e('<p><strong>Get detailed help for each button from the <a target="_blank" href="http://
|
9 |
}
|
10 |
function jwl_setting_section_callback_function8() {
|
11 |
-
_e('<p><strong>Get detailed help for each feature from the <a target="_blank" href="http://
|
12 |
}
|
13 |
function jwl_setting_section_callback_function3() {
|
14 |
-
_e('<p><strong>Get detailed help for each feature from the <a target="_blank" href="http://
|
15 |
-
_e('<p><strong>Additional information for each option may be found on the <a target="_blank" href="http://
|
16 |
}
|
17 |
function jwl_setting_section_callback_function4() {
|
18 |
-
_e('<p><strong>Get detailed help for each feature from the <a target="_blank" href="http://
|
19 |
-
_e('<p><strong>Additional information for each option may be found on the <a target="_blank" href="http://
|
20 |
}
|
21 |
|
22 |
// Begin callback functions
|
2 |
|
3 |
// These are our callback functions for each settings option GROUP described above.
|
4 |
function jwl_setting_section_callback_function1() {
|
5 |
+
_e('<p><strong>Get detailed help for each button from the <a target="_blank" href="http://ultimatetinymcepro.com/wiki/">Ultimate Tinymce Wiki</a></strong>.</p><p><strong>Additional information for each option may be found on the <a target="_blank" href="http://ultimatetinymcepro.com/">Ultimate Tinymce Website</a></strong>.</p><p> <strong><u>Description</u></strong><span style="margin-left:200px;"><strong><u>Enable</u></strong></span><span style="margin-left:20px;"><strong><u>Image</u></strong></span><span style="margin-left:50px;"><strong><u>Row Selection</u></strong></span></p>','jwl-ultimate-tinymce');
|
6 |
}
|
7 |
function jwl_setting_section_callback_function2() {
|
8 |
+
_e('<p><strong>Get detailed help for each button from the <a target="_blank" href="http://ultimatetinymcepro.com/wiki/">Ultimate Tinymce Wiki</a></strong>.</p><p><strong>Additional information for each option may be found on the <a target="_blank" href="http://ultimatetinymcepro.com/">Ultimate Tinymce Website</a></strong>.</p><p> <strong><u>Description</u></strong><span style="margin-left:200px;"><strong><u>Enable</u></strong></span><span style="margin-left:20px;"><strong><u>Image</u></strong></span><span style="margin-left:50px;"><strong><u>Row Selection</u></strong></span></p>','jwl-ultimate-tinymce');
|
9 |
}
|
10 |
function jwl_setting_section_callback_function8() {
|
11 |
+
_e('<p><strong>Get detailed help for each feature from the <a target="_blank" href="http://ultimatetinymcepro.com/wiki/">Ultimate Tinymce Wiki</a></strong>.</p><p><strong>Additional information for each option may be found on the <a target="_blank" href="http://ultimatetinymcepro.com/">Ultimate Tinymce Website</a></strong>.</p><p>Over-ride the settings for the content editor (tinymce).</p><p>Consider this a "last resort". If nothing else works at making the content editor replicate the front end of the website... these settings will certainly do the trick.</p><br /><br />','jwl-ultimate-tinymce');
|
12 |
}
|
13 |
function jwl_setting_section_callback_function3() {
|
14 |
+
_e('<p><strong>Get detailed help for each feature from the <a target="_blank" href="http://ultimatetinymcepro.com/wiki/">Ultimate Tinymce Wiki</a></strong>.</p>','jwl-ultimate-tinymce');
|
15 |
+
_e('<p><strong>Additional information for each option may be found on the <a target="_blank" href="http://ultimatetinymcepro.com/">Ultimate Tinymce Website</a></strong>.</p>','jwl-ultimate-tinymce');
|
16 |
}
|
17 |
function jwl_setting_section_callback_function4() {
|
18 |
+
_e('<p><strong>Get detailed help for each feature from the <a target="_blank" href="http://ultimatetinymcepro.com/wiki/">Ultimate Tinymce Wiki</a></strong>.</p>','jwl-ultimate-tinymce');
|
19 |
+
_e('<p><strong>Additional information for each option may be found on the <a target="_blank" href="http://ultimatetinymcepro.com/">Ultimate Tinymce Website</a></strong>.</p>','jwl-ultimate-tinymce');
|
20 |
}
|
21 |
|
22 |
// Begin callback functions
|
options_functions.php
CHANGED
@@ -1037,6 +1037,7 @@ add_shortcode('signoff', 'jwl_sign_off_text');
|
|
1037 |
|
1038 |
// Functions for Admin Options
|
1039 |
// Function to add dev support link to footer
|
|
|
1040 |
$options_dev_support = get_option('jwl_options_group4');
|
1041 |
$jwl_dev_support = isset($options_dev_support['jwl_dev_support']);
|
1042 |
if ($jwl_dev_support == "1") {
|
@@ -1045,6 +1046,7 @@ if ($jwl_dev_support == "1") {
|
|
1045 |
}
|
1046 |
add_action('get_footer', 'your_function');
|
1047 |
}
|
|
|
1048 |
|
1049 |
// Functions to load stylesheet from front-end of website into ultimate tinymce content editor.
|
1050 |
$options_style = get_option('jwl_options_group4');
|
1037 |
|
1038 |
// Functions for Admin Options
|
1039 |
// Function to add dev support link to footer
|
1040 |
+
|
1041 |
$options_dev_support = get_option('jwl_options_group4');
|
1042 |
$jwl_dev_support = isset($options_dev_support['jwl_dev_support']);
|
1043 |
if ($jwl_dev_support == "1") {
|
1046 |
}
|
1047 |
add_action('get_footer', 'your_function');
|
1048 |
}
|
1049 |
+
|
1050 |
|
1051 |
// Functions to load stylesheet from front-end of website into ultimate tinymce content editor.
|
1052 |
$options_style = get_option('jwl_options_group4');
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: josh401, Marventus
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A9E5VNRBMVBCS
|
4 |
Tags: tinymce, editor, buttons, button, add, cut, copy, paste, font, font style, font select, font color, table, tables, visual editor, emoticons, emotions, smilies, smiley, smily, 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, moods, animated smilieswidget, php, php widget, shortcode, shortcodes, style, styles, plugin, login, excerpt, id, post, page, youtube, syntax, highlight, highlighter, image maps
|
5 |
Requires at least: 3.5.1
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag:
|
8 |
License: GPLv2
|
9 |
|
10 |
Description: Beef up the WordPress TinyMCE content editor with a plethora of advanced options.
|
@@ -34,6 +34,8 @@ We have decided to discontinue development of Ultimate Tinymce. We wil continue
|
|
34 |
|
35 |
However, our development efforts will be focused on the PRO version. All new features will only be added to PRO. Thank you for understanding.
|
36 |
|
|
|
|
|
37 |
|
38 |
== Installation ==
|
39 |
|
@@ -63,6 +65,14 @@ Rather than "bloat" the plugin with screenshots. Please check out tons of screen
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
= 4.9.1 =
|
67 |
* 08-22-2013
|
68 |
|
@@ -151,4 +161,4 @@ Rather than "bloat" the plugin with screenshots. Please check out tons of screen
|
|
151 |
|
152 |
= 4.4 =
|
153 |
* 04-09-2013
|
154 |
-
* Fixed
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A9E5VNRBMVBCS
|
4 |
Tags: tinymce, editor, buttons, button, add, cut, copy, paste, font, font style, font select, font color, table, tables, visual editor, emoticons, emotions, smilies, smiley, smily, 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, moods, animated smilieswidget, php, php widget, shortcode, shortcodes, style, styles, plugin, login, excerpt, id, post, page, youtube, syntax, highlight, highlighter, image maps
|
5 |
Requires at least: 3.5.1
|
6 |
+
Tested up to: 3.7
|
7 |
+
Stable tag: 5.0
|
8 |
License: GPLv2
|
9 |
|
10 |
Description: Beef up the WordPress TinyMCE content editor with a plethora of advanced options.
|
34 |
|
35 |
However, our development efforts will be focused on the PRO version. All new features will only be added to PRO. Thank you for understanding.
|
36 |
|
37 |
+
<a href="http://ultimatetinymcepro.com/">Ultimate Tinymce PRO</a>
|
38 |
+
|
39 |
|
40 |
== Installation ==
|
41 |
|
65 |
|
66 |
== Changelog ==
|
67 |
|
68 |
+
= 5.0 =
|
69 |
+
* 09-13-2013
|
70 |
+
|
71 |
+
= Tweaks =
|
72 |
+
* Updated external links.
|
73 |
+
* Updated deprecated function.
|
74 |
+
* Some code re-write for WP 3.7.
|
75 |
+
|
76 |
= 4.9.1 =
|
77 |
* 08-22-2013
|
78 |
|
161 |
|
162 |
= 4.4 =
|
163 |
* 04-09-2013
|
164 |
+
* Fixed misinformed option.
|