Google Language Translator - Version 1.2

Version Description

Download this release

Release Info

Developer rm2773
Plugin Icon wp plugin Google Language Translator
Version 1.2
Comparing to
See all releases

Code changes from version 1.1 to 1.2

Files changed (2) hide show
  1. google-language-translator.php +8 -7
  2. readme.txt +5 -3
google-language-translator.php CHANGED
@@ -1,22 +1,23 @@
1
  <?php
2
 
3
 
4
- /*
5
-
6
  Plugin Name: Google Language Translator
7
 
8
  Plugin URI: http://www.studio88design.com/plugins/google-language-translator
9
 
10
- Version: 1.1
11
- Description: The MOST SIMPLE Google Translator plugin. This plugin adds Google Translator to your website by using a single shortcode, [google-translator]. Setting options include: layout style, hide/show Google toolbar, and hide/show Google branding. Add the shortcode to pages, posts, and widgets.
12
-
13
- Author: Rob Myrick
14
 
15
- Author URI: http://www.studio88design.com/
16
 
 
 
17
  */
18
 
19
 
 
20
 
21
  add_action('admin_menu', 'googlelanguagetranslator_menu_options');
22
 
1
  <?php
2
 
3
 
4
+ /*
5
+
6
  Plugin Name: Google Language Translator
7
 
8
  Plugin URI: http://www.studio88design.com/plugins/google-language-translator
9
 
10
+ Version: 1.2
11
+ Description: The MOST SIMPLE Google Translator plugin. This plugin adds Google Translator to your website by using a single shortcode, [google-translator]. Setting options include: layout style, hide/show Google toolbar, and hide/show Google branding. Add the shortcode to pages, posts, and widgets.
 
 
12
 
13
+ Author: Rob Myrick
14
 
15
+ Author URI: http://www.studio88design.com/
16
+
17
  */
18
 
19
 
20
+ add_filter('widget_text', 'do_shortcode');
21
 
22
  add_action('admin_menu', 'googlelanguagetranslator_menu_options');
23
 
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: https://www.paypal.com/us/cgi-bin/webscr?cmd=_flow&SESSION=c6aycTLE
4
  Plugin link: http://www.studio88design.com/plugins/google-language-translator
5
  Tags: language translator, language translate, google language translator, translation, translate, multi language
6
  Requires at least: 2.9
7
- Tested up to: 3.4.2
8
- stable tag: 1.1
9
 
10
  Welcome to Google Language Tranlator! This plugin allows you to insert the Google Language Translator tool anywhere on your website using shortcode.
11
 
@@ -26,7 +26,9 @@ Settings include: inline or vertical layout, hide/show Google toolbar, and hide/
26
 
27
  == Changelog ==
28
 
29
- 1.1 The shortcode supplied on the settings page was updated to display '[google-translator]'.
 
 
30
 
31
  == Screenshots ==
32
 
4
  Plugin link: http://www.studio88design.com/plugins/google-language-translator
5
  Tags: language translator, language translate, google language translator, translation, translate, multi language
6
  Requires at least: 2.9
7
+ Tested up to: 3.5
8
+ stable tag: 1.2
9
 
10
  Welcome to Google Language Tranlator! This plugin allows you to insert the Google Language Translator tool anywhere on your website using shortcode.
11
 
26
 
27
  == Changelog ==
28
 
29
+ 1.1 The shortcode supplied on the settings page was updated to display '[google-translator]'.
30
+
31
+ 1.2 Shortcode support is now available for adding [google-translator] to text widgets. I apologize for any inconvenience this may have caused.
32
 
33
  == Screenshots ==
34