Google Language Translator - Version 6.0.7

Version Description

  • Servers list updated, minor changes
Download this release

Release Info

Developer edo888
Plugin Icon wp plugin Google Language Translator
Version 6.0.7
Comparing to
See all releases

Code changes from version 6.0.6 to 6.0.7

google-language-translator.php CHANGED
@@ -2,7 +2,7 @@
2
  /*
3
  Plugin Name: Google Language Translator
4
  Plugin URI: https://gtranslate.io/?xyz=3167
5
- Version: 6.0.6
6
  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.
7
  Author: Translate AI Multilingual Solutions
8
  Author URI: https://gtranslate.io
2
  /*
3
  Plugin Name: Google Language Translator
4
  Plugin URI: https://gtranslate.io/?xyz=3167
5
+ Version: 6.0.7
6
  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.
7
  Author: Translate AI Multilingual Solutions
8
  Author URI: https://gtranslate.io
readme.txt CHANGED
@@ -5,8 +5,8 @@ Author: Translate AI Multilingual Solutions
5
  Author URI: https://gtranslate.io/?xyz=3167
6
  Tags: translate wordpress, translate, translator, translation, language, multi language
7
  Requires at least: 2.9
8
- Tested up to: 5.4
9
- Stable tag: 6.0.6
10
 
11
  Translate WordPress with Google Language Translator multilanguage plugin which allows to insert Google Translate widget anywhere on your website.
12
 
@@ -70,6 +70,9 @@ Please check our [FAQ](https://gtranslate.io/?xyz=3167#faq) to get quick answers
70
  6. Do not use the shortcode twice on a single page - it will not work.
71
 
72
  == Frequently Asked Questions ==
 
 
 
73
  = Is it FREE? =
74
  Yes! We have free version and paid versions with [advanced features](https://gtranslate.io/?xyz=3167#pricing).
75
 
@@ -152,6 +155,9 @@ If you want us to translate your website professionally or provide you a proofre
152
  Yes! Add the "notranslate" class to the HTML element containing your text. For example, the following text will be excluded from translation: <span class="notranslate">Hello World!</span>
153
 
154
  == Changelog ==
 
 
 
155
  = 6.0.6 =
156
  * Added more servers into the list of our growing Translation Delivery Network
157
 
5
  Author URI: https://gtranslate.io/?xyz=3167
6
  Tags: translate wordpress, translate, translator, translation, language, multi language
7
  Requires at least: 2.9
8
+ Tested up to: 5.5
9
+ Stable tag: 6.0.7
10
 
11
  Translate WordPress with Google Language Translator multilanguage plugin which allows to insert Google Translate widget anywhere on your website.
12
 
70
  6. Do not use the shortcode twice on a single page - it will not work.
71
 
72
  == Frequently Asked Questions ==
73
+ = It doesn't translate, what to do? =
74
+ Please check [Google Language Translator Support Forum](https://wordpress.org/support/plugin/google-language-translator/) and feel free to create a new topic if you cannot find answers.
75
+
76
  = Is it FREE? =
77
  Yes! We have free version and paid versions with [advanced features](https://gtranslate.io/?xyz=3167#pricing).
78
 
155
  Yes! Add the "notranslate" class to the HTML element containing your text. For example, the following text will be excluded from translation: <span class="notranslate">Hello World!</span>
156
 
157
  == Changelog ==
158
+ = 6.0.7 =
159
+ * Servers list updated, minor changes
160
+
161
  = 6.0.6 =
162
  * Added more servers into the list of our growing Translation Delivery Network
163
 
url_addon/config.php CHANGED
@@ -111,5 +111,5 @@ fy -> Frisian
111
  xh -> Xhosa
112
  */
113
 
114
- $servers = array('van', 'kars', 'sis', 'dvin', 'ani', 'evn', 'van', 'kars', 'sis', 'tigr', 'tigr', 'evn');
115
  $debug = false;
111
  xh -> Xhosa
112
  */
113
 
114
+ $servers = array('van', 'kars', 'sis', 'dvin', 'ani', 'evn', 'van', 'kars', 'sis', 'tigr', 'ani', 'tigr');
115
  $debug = false;