Version Description
Download this release
Release Info
Developer | rm2773 |
Plugin | Google Language Translator |
Version | 5.0.35 |
Comparing to | |
See all releases |
Code changes from version 5.0.34 to 5.0.35
- 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: http://www.studio88design.com/plugins/google-language-translator
|
5 |
-
Version: 5.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: Rob Myrick
|
8 |
Author URI: http://www.wp-studio.net/
|
@@ -169,6 +169,7 @@ class google_language_translator {
|
|
169 |
add_option('googlelanguagetranslator_floating_widget_text', 'Translate »');
|
170 |
add_option('googlelanguagetranslator_floating_widget_text_allow_translation', 0);
|
171 |
delete_option('googlelanguagetranslator_manage_translations',0);
|
|
|
172 |
}
|
173 |
|
174 |
public function glt_deactivate() {
|
2 |
/*
|
3 |
Plugin Name: Google Language Translator
|
4 |
Plugin URI: http://www.studio88design.com/plugins/google-language-translator
|
5 |
+
Version: 5.0.35
|
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: Rob Myrick
|
8 |
Author URI: http://www.wp-studio.net/
|
169 |
add_option('googlelanguagetranslator_floating_widget_text', 'Translate »');
|
170 |
add_option('googlelanguagetranslator_floating_widget_text_allow_translation', 0);
|
171 |
delete_option('googlelanguagetranslator_manage_translations',0);
|
172 |
+
delete_option('flag_display_settings');
|
173 |
}
|
174 |
|
175 |
public function glt_deactivate() {
|
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.
|
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.34
|
50 |
- Updated the settings panel to function more logically. Now users choose the languages they want, and can turn on/off flags associated with those langauges.
|
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.35
|
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.35
|
50 |
+
- Updated the plugin to delete an unused option from the database, used in the settings panel.
|
51 |
+
|
52 |
5.0.34
|
53 |
- Updated the settings panel to function more logically. Now users choose the languages they want, and can turn on/off flags associated with those langauges.
|
54 |
|