Black Studio TinyMCE Widget - Version 0.9.1

Version Description

  • Added spanish translation (Contributor: Lucia Garca Martnez)
  • Increased width of editor window
Download this release

Release Info

Developer marcochiesi
Plugin Icon 128x128 Black Studio TinyMCE Widget
Version 0.9.1
Comparing to
See all releases

Code changes from version 0.9 to 0.9.1

black-studio-tinymce-widget.php CHANGED
@@ -3,21 +3,21 @@
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: 0.9
7
  Author: Black Studio
8
  Author URI: http://www.blackstudio.it
9
  License: GPL2
10
  */
11
 
12
  global $black_studio_tinymce_widget_version;
13
- $black_studio_tinymce_widget_version = "0.9"; // This is used internally - should be the same reported on the plugin header
14
 
15
  /* Widget class */
16
  class WP_Widget_Black_Studio_TinyMCE extends WP_Widget {
17
 
18
  function __construct() {
19
  $widget_ops = array('classname' => 'widget_black_studio_tinymce', 'description' => __('Arbitrary text or HTML with visual editor', 'black-studio-tinymce-widget'));
20
- $control_ops = array('width' => 600, 'height' => 500);
21
  parent::__construct('black-studio-tinymce', __('Black Studio TinyMCE', 'black-studio-tinymce-widget'), $widget_ops, $control_ops);
22
  }
23
 
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: 0.9.1
7
  Author: Black Studio
8
  Author URI: http://www.blackstudio.it
9
  License: GPL2
10
  */
11
 
12
  global $black_studio_tinymce_widget_version;
13
+ $black_studio_tinymce_widget_version = "0.9.1"; // This is used internally - should be the same reported on the plugin header
14
 
15
  /* Widget class */
16
  class WP_Widget_Black_Studio_TinyMCE extends WP_Widget {
17
 
18
  function __construct() {
19
  $widget_ops = array('classname' => 'widget_black_studio_tinymce', 'description' => __('Arbitrary text or HTML with visual editor', 'black-studio-tinymce-widget'));
20
+ $control_ops = array('width' => 730, 'height' => 500);
21
  parent::__construct('black-studio-tinymce', __('Black Studio TinyMCE', 'black-studio-tinymce-widget'), $widget_ops, $control_ops);
22
  }
23
 
languages/black-studio-tinymce-widget-es_ES.mo ADDED
Binary file
languages/black-studio-tinymce-widget-es_ES.po ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: Black Studio TinyMCE Widget\n"
4
+ "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2011-11-10 17:15+0100\n"
6
+ "PO-Revision-Date: 2011-11-10 17:21+0100\n"
7
+ "Last-Translator: Marco Chiesi <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
+ "Plural-Forms: nplurals=2; plural=n != 1;\n"
13
+ "X-Poedit-Language: Italian\n"
14
+ "X-Poedit-Country: ITALY\n"
15
+ "X-Poedit-SourceCharset: utf-8\n"
16
+ "X-Poedit-KeywordsList: __;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2;\n"
17
+ "X-Poedit-Basepath: ..\n"
18
+ "X-Poedit-Bookmarks: \n"
19
+ "X-Poedit-SearchPath-0: .\n"
20
+ "X-Textdomain-Support: yes"
21
+
22
+ #: black-studio-tinymce-widget.php:19
23
+ #@ black-studio-tinymce-widget
24
+ msgid "Arbitrary text or HTML with visual editor"
25
+ msgstr "Texto arbitrario o HTML con un editor visual"
26
+
27
+ #: black-studio-tinymce-widget.php:21
28
+ #@ black-studio-tinymce-widget
29
+ msgid "Black Studio TinyMCE"
30
+ msgstr "HTML con un editor visual"
31
+
32
+ #: black-studio-tinymce-widget.php:67
33
+ #@ default
34
+ msgid "Title:"
35
+ msgstr "Título"
36
+
37
+ #: black-studio-tinymce-widget.php:70
38
+ #@ default
39
+ msgid "HTML"
40
+ msgstr "HTML"
41
+
42
+ #: black-studio-tinymce-widget.php:71
43
+ #@ default
44
+ msgid "Visual"
45
+ msgstr "Visual"
46
+
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.blackstudio.it/pagamento/
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.3
7
- Stable tag: 0.9
8
 
9
  Adds a WYSIWYG widget based on the standard TinyMCE WordPress visual editor.
10
 
@@ -38,6 +38,10 @@ This section describes how to install the plugin and get it working.
38
 
39
  == Changelog ==
40
 
 
 
 
 
41
  = 0.9 =
42
  * Added support for WPML plugin (for multilanguage sites)
43
 
@@ -75,4 +79,4 @@ This section describes how to install the plugin and get it working.
75
  * Added support for Wordpress Media Library
76
 
77
  = 0.5 =
78
- * First Beta release
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.3
7
+ Stable tag: 0.9.1
8
 
9
  Adds a WYSIWYG widget based on the standard TinyMCE WordPress visual editor.
10
 
38
 
39
  == Changelog ==
40
 
41
+ = 0.9.1 =
42
+ * Added spanish translation (Contributor: Lucia García Martínez)
43
+ * Increased width of editor window
44
+
45
  = 0.9 =
46
  * Added support for WPML plugin (for multilanguage sites)
47
 
79
  * Added support for Wordpress Media Library
80
 
81
  = 0.5 =
82
+ * First Beta release