Version Description
- Renamed the widget to "Visual Editor" for better user friendliness
- Fixed compatibility issue with FirmaSite Theme Enhancer plugin
Download this release
Release Info
Developer | marcochiesi |
Plugin | Black Studio TinyMCE Widget |
Version | 1.3.1 |
Comparing to | |
See all releases |
Code changes from version 1.3.0 to 1.3.1
black-studio-tinymce-widget.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Black Studio TinyMCE Widget
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/black-studio-tinymce-widget/
|
5 |
Description: Adds a WYSIWYG widget based on the standard TinyMCE WordPress visual editor.
|
6 |
-
Version: 1.3.
|
7 |
Author: Black Studio
|
8 |
Author URI: http://www.blackstudio.it
|
9 |
License: GPL2
|
@@ -11,7 +11,7 @@ License: GPL2
|
|
11 |
|
12 |
global $black_studio_tinymce_widget_version;
|
13 |
global $black_studio_tinymce_widget_dev_mode;
|
14 |
-
$black_studio_tinymce_widget_version = "1.3.
|
15 |
$black_studio_tinymce_widget_dev_mode = false;
|
16 |
|
17 |
/* Widget class */
|
@@ -20,7 +20,7 @@ class WP_Widget_Black_Studio_TinyMCE extends WP_Widget {
|
|
20 |
function __construct() {
|
21 |
$widget_ops = array( 'classname' => 'widget_black_studio_tinymce', 'description' => __( 'Arbitrary text or HTML with visual editor', 'black-studio-tinymce-widget' ) );
|
22 |
$control_ops = array( 'width' => 800, 'height' => 800 );
|
23 |
-
parent::__construct( 'black-studio-tinymce', __( '
|
24 |
}
|
25 |
|
26 |
function widget( $args, $instance ) {
|
@@ -192,10 +192,10 @@ function black_studio_tinymce_scripts() {
|
|
192 |
if ( get_bloginfo( 'version' ) >= "3.3" ) {
|
193 |
wp_enqueue_script( 'wplink' );
|
194 |
wp_enqueue_script( 'wpdialogs-popup' );
|
195 |
-
wp_enqueue_script( 'black-studio-tinymce-widget', plugins_url('black-studio-tinymce-widget' . ($black_studio_tinymce_widget_dev_mode ? '.dev' : '' ) . '.js', __FILE__ ), array( 'jquery' ), $black_studio_tinymce_widget_version );
|
196 |
}
|
197 |
else {
|
198 |
-
wp_enqueue_script( 'black-studio-tinymce-widget-legacy', plugins_url('black-studio-tinymce-widget-legacy' . ($black_studio_tinymce_widget_dev_mode? '.dev' : '' ) . '.js', __FILE__ ), array( 'jquery' ), $black_studio_tinymce_widget_version );
|
199 |
}
|
200 |
}
|
201 |
|
3 |
Plugin Name: Black Studio TinyMCE Widget
|
4 |
Plugin URI: http://wordpress.org/extend/plugins/black-studio-tinymce-widget/
|
5 |
Description: Adds a WYSIWYG widget based on the standard TinyMCE WordPress visual editor.
|
6 |
+
Version: 1.3.1
|
7 |
Author: Black Studio
|
8 |
Author URI: http://www.blackstudio.it
|
9 |
License: GPL2
|
11 |
|
12 |
global $black_studio_tinymce_widget_version;
|
13 |
global $black_studio_tinymce_widget_dev_mode;
|
14 |
+
$black_studio_tinymce_widget_version = "1.3.1"; // This is used internally - should be the same reported on the plugin header
|
15 |
$black_studio_tinymce_widget_dev_mode = false;
|
16 |
|
17 |
/* Widget class */
|
20 |
function __construct() {
|
21 |
$widget_ops = array( 'classname' => 'widget_black_studio_tinymce', 'description' => __( 'Arbitrary text or HTML with visual editor', 'black-studio-tinymce-widget' ) );
|
22 |
$control_ops = array( 'width' => 800, 'height' => 800 );
|
23 |
+
parent::__construct( 'black-studio-tinymce', __( 'Visual Editor', 'black-studio-tinymce-widget' ), $widget_ops, $control_ops );
|
24 |
}
|
25 |
|
26 |
function widget( $args, $instance ) {
|
192 |
if ( get_bloginfo( 'version' ) >= "3.3" ) {
|
193 |
wp_enqueue_script( 'wplink' );
|
194 |
wp_enqueue_script( 'wpdialogs-popup' );
|
195 |
+
wp_enqueue_script( 'black-studio-tinymce-widget', plugins_url('black-studio-tinymce-widget' . ($black_studio_tinymce_widget_dev_mode ? '.dev' : '' ) . '.js', __FILE__ ), array( 'jquery', 'editor' ), $black_studio_tinymce_widget_version, true );
|
196 |
}
|
197 |
else {
|
198 |
+
wp_enqueue_script( 'black-studio-tinymce-widget-legacy', plugins_url('black-studio-tinymce-widget-legacy' . ($black_studio_tinymce_widget_dev_mode? '.dev' : '' ) . '.js', __FILE__ ), array( 'jquery', 'editor' ), $black_studio_tinymce_widget_version, true );
|
199 |
}
|
200 |
}
|
201 |
|
languages/black-studio-tinymce-widget-it_IT.mo
CHANGED
Binary file
|
languages/black-studio-tinymce-widget-it_IT.po
CHANGED
@@ -2,37 +2,39 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Marco <marco@blackstudio.it>\n"
|
8 |
"Language-Team: Black Studio <info@blackstudio.it>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
-
"X-Poedit-Language: Italian\n"
|
15 |
-
"X-Poedit-Country: ITALY\n"
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: black-studio-tinymce-widget.php:
|
20 |
msgid "Arbitrary text or HTML with visual editor"
|
21 |
msgstr "Testo o HTML libero con editor visuale"
|
22 |
|
23 |
-
#: black-studio-tinymce-widget.php:
|
24 |
-
msgid "
|
25 |
-
msgstr "
|
26 |
|
27 |
-
#: black-studio-tinymce-widget.php:
|
28 |
msgid "Donate"
|
29 |
msgstr "Donazione"
|
30 |
|
31 |
-
#: black-studio-tinymce-widget.php:
|
32 |
msgid "Support"
|
33 |
msgstr "Supporto"
|
34 |
|
35 |
-
#: black-studio-tinymce-widget.php:
|
36 |
msgid "Follow"
|
37 |
msgstr "Seguici"
|
38 |
|
|
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-03-06 12:07+0100\n"
|
6 |
+
"PO-Revision-Date: 2014-03-06 12:08+0100\n"
|
7 |
"Last-Translator: Marco <marco@blackstudio.it>\n"
|
8 |
"Language-Team: Black Studio <info@blackstudio.it>\n"
|
9 |
+
"Language: it_IT\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
|
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.5\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: black-studio-tinymce-widget.php:21
|
20 |
msgid "Arbitrary text or HTML with visual editor"
|
21 |
msgstr "Testo o HTML libero con editor visuale"
|
22 |
|
23 |
+
#: black-studio-tinymce-widget.php:23
|
24 |
+
msgid "Visual Editor"
|
25 |
+
msgstr "Editor Visuale"
|
26 |
|
27 |
+
#: black-studio-tinymce-widget.php:99
|
28 |
msgid "Donate"
|
29 |
msgstr "Donazione"
|
30 |
|
31 |
+
#: black-studio-tinymce-widget.php:99
|
32 |
msgid "Support"
|
33 |
msgstr "Supporto"
|
34 |
|
35 |
+
#: black-studio-tinymce-widget.php:99
|
36 |
msgid "Follow"
|
37 |
msgstr "Seguici"
|
38 |
|
39 |
+
#~ msgid "Black Studio TinyMCE"
|
40 |
+
#~ msgstr "Black Studio TinyMCE"
|
languages/black-studio-tinymce-widget.pot
CHANGED
@@ -2,37 +2,36 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Marco <marco@blackstudio.it>\n"
|
8 |
"Language-Team: Black Studio <info@blackstudio.it>\n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
13 |
"X-Poedit-Basepath: ..\n"
|
14 |
-
"X-Poedit-Language: Italian\n"
|
15 |
-
"X-Poedit-Country: ITALY\n"
|
16 |
"X-Poedit-SourceCharset: utf-8\n"
|
|
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
-
#: black-studio-tinymce-widget.php:
|
20 |
msgid "Arbitrary text or HTML with visual editor"
|
21 |
msgstr ""
|
22 |
|
23 |
-
#: black-studio-tinymce-widget.php:
|
24 |
-
msgid "
|
25 |
msgstr ""
|
26 |
|
27 |
-
#: black-studio-tinymce-widget.php:
|
28 |
msgid "Donate"
|
29 |
msgstr ""
|
30 |
|
31 |
-
#: black-studio-tinymce-widget.php:
|
32 |
msgid "Support"
|
33 |
msgstr ""
|
34 |
|
35 |
-
#: black-studio-tinymce-widget.php:
|
36 |
msgid "Follow"
|
37 |
msgstr ""
|
38 |
-
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Black Studio TinyMCE Widget\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-03-06 12:08+0100\n"
|
6 |
+
"PO-Revision-Date: 2014-03-06 12:08+0100\n"
|
7 |
"Last-Translator: Marco <marco@blackstudio.it>\n"
|
8 |
"Language-Team: Black Studio <info@blackstudio.it>\n"
|
9 |
+
"Language: it_IT\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
14 |
"X-Poedit-Basepath: ..\n"
|
|
|
|
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
16 |
+
"X-Generator: Poedit 1.5.5\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: black-studio-tinymce-widget.php:21
|
20 |
msgid "Arbitrary text or HTML with visual editor"
|
21 |
msgstr ""
|
22 |
|
23 |
+
#: black-studio-tinymce-widget.php:23
|
24 |
+
msgid "Visual Editor"
|
25 |
msgstr ""
|
26 |
|
27 |
+
#: black-studio-tinymce-widget.php:99
|
28 |
msgid "Donate"
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: black-studio-tinymce-widget.php:99
|
32 |
msgid "Support"
|
33 |
msgstr ""
|
34 |
|
35 |
+
#: black-studio-tinymce-widget.php:99
|
36 |
msgid "Follow"
|
37 |
msgstr ""
|
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.blackstudio.it/en/wordpress-plugins/black-studio-tinymce
|
|
4 |
Tags: wysiwyg, widget, tinymce, editor, image, media, rich text, rich text editor, visual editor, wysiwyg editor, tinymce editor, widget editor, html editor, wysiwyg widget, html widget, editor widget, text widget, rich text widget, enhanced text widget, tinymce widget, visual widget, image widget, media widget
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9
|
7 |
-
Stable tag: 1.3.
|
8 |
|
9 |
Adds a WYSIWYG widget based on the standard TinyMCE WordPress visual editor.
|
10 |
|
@@ -68,10 +68,14 @@ Alternatively, if you don't want to use `[embed]` shortcode, ensure that the URL
|
|
68 |
|
69 |
== Changelog ==
|
70 |
|
|
|
|
|
|
|
|
|
71 |
= 1.3.0 =
|
72 |
* Added support for smilies conversion (based on the general Wordpress option)
|
73 |
* Updated styling to match the new default Wordpress editor appearence
|
74 |
-
* Refactoring of PHP and JS code to be compliant
|
75 |
* Fixed compatibility issue with Wordpress 3.9 alpha and TinyMCE 4.0
|
76 |
* Fixed compatibility issue with Jetpack / After the Deadline plugin
|
77 |
* Fixed editor behavior on widget title clicks
|
4 |
Tags: wysiwyg, widget, tinymce, editor, image, media, rich text, rich text editor, visual editor, wysiwyg editor, tinymce editor, widget editor, html editor, wysiwyg widget, html widget, editor widget, text widget, rich text widget, enhanced text widget, tinymce widget, visual widget, image widget, media widget
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.9
|
7 |
+
Stable tag: 1.3.1
|
8 |
|
9 |
Adds a WYSIWYG widget based on the standard TinyMCE WordPress visual editor.
|
10 |
|
68 |
|
69 |
== Changelog ==
|
70 |
|
71 |
+
= 1.3.1 =
|
72 |
+
* Renamed the widget to "Visual Editor" for better user friendliness
|
73 |
+
* Fixed compatibility issue with FirmaSite Theme Enhancer plugin
|
74 |
+
|
75 |
= 1.3.0 =
|
76 |
* Added support for smilies conversion (based on the general Wordpress option)
|
77 |
* Updated styling to match the new default Wordpress editor appearence
|
78 |
+
* Refactoring of PHP and JS code to be compliant to Wordpress coding standard
|
79 |
* Fixed compatibility issue with Wordpress 3.9 alpha and TinyMCE 4.0
|
80 |
* Fixed compatibility issue with Jetpack / After the Deadline plugin
|
81 |
* Fixed editor behavior on widget title clicks
|