Version Description
- New server added into our Translation Delivery Network
- Tested with new WordPress 5.8 version
Download this release
Release Info
Developer | edo888 |
Plugin | Google Language Translator |
Version | 6.0.11 |
Comparing to | |
See all releases |
Code changes from version 6.0.10 to 6.0.11
- google-language-translator.php +1 -1
- readme.txt +6 -2
- url_addon/config.php +1 -1
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 |
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.11
|
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.
|
9 |
-
Stable tag: 6.0.
|
10 |
|
11 |
Translate WordPress with Google Language Translator multilanguage plugin which allows to insert Google Translate widget anywhere on your website.
|
12 |
|
@@ -155,6 +155,10 @@ If you want us to translate your website professionally or provide you a proofre
|
|
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.10 =
|
159 |
* Possible Cross-site scripting (XSS) vulnerability fixed
|
160 |
User with Author role can possibly execute javascript code via glt shortcode
|
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.8
|
9 |
+
Stable tag: 6.0.11
|
10 |
|
11 |
Translate WordPress with Google Language Translator multilanguage plugin which allows to insert Google Translate widget anywhere on your website.
|
12 |
|
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.11 =
|
159 |
+
* New server added into our Translation Delivery Network
|
160 |
+
* Tested with new WordPress 5.8 version
|
161 |
+
|
162 |
= 6.0.10 =
|
163 |
* Possible Cross-site scripting (XSS) vulnerability fixed
|
164 |
User with Author role can possibly execute javascript code via glt shortcode
|
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', 'vagh', '
|
115 |
$debug = false;
|
111 |
xh -> Xhosa
|
112 |
*/
|
113 |
|
114 |
+
$servers = array('van', 'kars', 'sis', 'dvin', 'ani', 'evn', 'vagh', 'step', 'sis', 'tigr', 'ani', 'tigr');
|
115 |
$debug = false;
|