Version Description
- Added translate support for MyHome IDX Broker plugin
Download this release
Release Info
Developer | edo888 |
Plugin | Google Language Translator |
Version | 6.0.2 |
Comparing to | |
See all releases |
Code changes from version 6.0.1 to 6.0.2
- google-language-translator.php +2 -1
- readme.txt +4 -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
|
@@ -2326,6 +2326,7 @@ if($glt_seo_active == '1') {
|
|
2326 |
'googlecode_property',
|
2327 |
'googlecode_contact',
|
2328 |
'mapfunctions',
|
|
|
2329 |
|
2330 |
);
|
2331 |
|
2 |
/*
|
3 |
Plugin Name: Google Language Translator
|
4 |
Plugin URI: https://gtranslate.io/?xyz=3167
|
5 |
+
Version: 6.0.2
|
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
|
2326 |
'googlecode_property',
|
2327 |
'googlecode_contact',
|
2328 |
'mapfunctions',
|
2329 |
+
'myhome-min',
|
2330 |
|
2331 |
);
|
2332 |
|
readme.txt
CHANGED
@@ -6,7 +6,7 @@ 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.2
|
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 |
|
@@ -136,6 +136,9 @@ You need to go to the language you want to edit, for instance, French: http://do
|
|
136 |
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>
|
137 |
|
138 |
== Changelog ==
|
|
|
|
|
|
|
139 |
= 6.0.1 =
|
140 |
* Bug fixed preventing language selection for some cases
|
141 |
|
6 |
Tags: translate wordpress, translate, translator, translation, language, multi language
|
7 |
Requires at least: 2.9
|
8 |
Tested up to: 5.2
|
9 |
+
Stable tag: 6.0.2
|
10 |
|
11 |
Translate WordPress with Google Language Translator multilanguage plugin which allows to insert Google Translate widget anywhere on your website.
|
12 |
|
136 |
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>
|
137 |
|
138 |
== Changelog ==
|
139 |
+
= 6.0.2 =
|
140 |
+
* Added translate support for MyHome IDX Broker plugin
|
141 |
+
|
142 |
= 6.0.1 =
|
143 |
* Bug fixed preventing language selection for some cases
|
144 |
|