Google Language Translator - Version 5.0.47

Version Description

Download this release

Release Info

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

Code changes from version 5.0.46 to 5.0.47

Files changed (2) hide show
  1. google-language-translator.php +2 -2
  2. readme.txt +4 -1
google-language-translator.php CHANGED
@@ -3,7 +3,7 @@
3
  /*
4
  Plugin Name: Google Language Translator
5
  Plugin URI: http://wp-studio.net/
6
- Version: 5.0.46
7
  Description: The MOST SIMPLE Google Translator plugin. This plugin adds Google Translator to your website by using a single shortcode, [google-translator]. Settings include: layout style, hide/show specific languages, hide/show Google toolbar, and hide/show Google branding. Add the shortcode to pages, posts, and widgets.
8
  Author: Rob Myrick
9
  Author URI: http://wp-studio.net/
@@ -627,7 +627,7 @@ class google_language_translator {
627
 
628
  endif; //show_flags
629
 
630
- $str.='<div id="google_language_translator" class="default-language-'.$default_language.'"></div>'; return $str;
631
 
632
  endif;
633
  } // End glt_horizontal
3
  /*
4
  Plugin Name: Google Language Translator
5
  Plugin URI: http://wp-studio.net/
6
+ Version: 5.0.47
7
  Description: The MOST SIMPLE Google Translator plugin. This plugin adds Google Translator to your website by using a single shortcode, [google-translator]. Settings include: layout style, hide/show specific languages, hide/show Google toolbar, and hide/show Google branding. Add the shortcode to pages, posts, and widgets.
8
  Author: Rob Myrick
9
  Author URI: http://wp-studio.net/
627
 
628
  endif; //show_flags
629
 
630
+ $str.='<div id="google_language_translator" class="default-language-'.$default_language_code.'"></div>'; return $str;
631
 
632
  endif;
633
  } // End glt_horizontal
readme.txt CHANGED
@@ -5,7 +5,7 @@ Plugin link: http://wp-studio.net/how-it-works
5
  Tags: language translator, google translator, language translate, translate wordpress, google language translator, translation, translate, multi language
6
  Requires at least: 2.9
7
  Tested up to: 4.9.2
8
- Stable tag: 5.0.46
9
 
10
  Welcome to Google Language Translator! This plugin allows you to insert the Google Language Translator tool anywhere on your website using shortcode.
11
 
@@ -46,6 +46,9 @@ A: Yes! Add the "notranslate" class to the HTML element containing your text. Fo
46
 
47
  == Changelog ==
48
 
 
 
 
49
  5.0.46
50
  - Added new setting: Language Switcher Background Color.
51
 
5
  Tags: language translator, google translator, language translate, translate wordpress, google language translator, translation, translate, multi language
6
  Requires at least: 2.9
7
  Tested up to: 4.9.2
8
+ Stable tag: 5.0.47
9
 
10
  Welcome to Google Language Translator! This plugin allows you to insert the Google Language Translator tool anywhere on your website using shortcode.
11
 
46
 
47
  == Changelog ==
48
 
49
+ 5.0.47
50
+ - Fixed an undefined index error in google-language-translator.php.
51
+
52
  5.0.46
53
  - Added new setting: Language Switcher Background Color.
54