Version Description
- Avoid minification of external Google Translate javascript library by WP Rocket cache plugin
Download this release
Release Info
Developer | edo888 |
Plugin | Google Language Translator |
Version | 6.0.15 |
Comparing to | |
See all releases |
Code changes from version 6.0.14 to 6.0.15
- google-language-translator.php +2 -1
- readme.txt +5 -2
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
|
@@ -2574,4 +2574,5 @@ if($glt_seo_active != '1') {
|
|
2574 |
|
2575 |
// WP Rocket
|
2576 |
add_filter('rocket_exclude_js', 'cache_exclude_js_glt');
|
|
|
2577 |
}
|
2 |
/*
|
3 |
Plugin Name: Google Language Translator
|
4 |
Plugin URI: https://gtranslate.io/?xyz=3167
|
5 |
+
Version: 6.0.15
|
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
|
2574 |
|
2575 |
// WP Rocket
|
2576 |
add_filter('rocket_exclude_js', 'cache_exclude_js_glt');
|
2577 |
+
add_filter('rocket_minify_excluded_external_js', 'cache_exclude_js_glt');
|
2578 |
}
|
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:
|
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,9 @@ 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.14 =
|
159 |
* Fixed information disclosure security issue through url_addon/debug.txt
|
160 |
* Added admin notification when translation debug mode is on
|
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: 6.0
|
9 |
+
Stable tag: 6.0.15
|
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.15 =
|
159 |
+
* Avoid minification of external Google Translate javascript library by WP Rocket cache plugin
|
160 |
+
|
161 |
= 6.0.14 =
|
162 |
* Fixed information disclosure security issue through url_addon/debug.txt
|
163 |
* Added admin notification when translation debug mode is on
|