Version Description
- Updated option names to be clear
Download this release
Release Info
Developer | edo888 |
Plugin | Translate WordPress with GTranslate |
Version | 2.0.6 |
Comparing to | |
See all releases |
Code changes from version 2.0.5 to 2.0.6
- gtranslate.php +8 -8
- readme.txt +5 -2
gtranslate.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: GTranslate
|
4 |
Plugin URI: http://gtranslate.net/?xyz=998
|
5 |
Description: Makes your website <strong>multilingual</strong> and available to the world using Google Translate. For support visit <a href="http://gtranslate.net/forum/">GTranslate Forum</a>.
|
6 |
-
Version: 2.0.
|
7 |
Author: Edvard Ananyan
|
8 |
Author URI: http://gtranslate.net
|
9 |
|
@@ -593,12 +593,12 @@ foreach($fincl_langs as $lang)
|
|
593 |
<td><input id="analytics" name="analytics" value="1" type="checkbox" onclick="RefreshDoWidgetCode()" onchange="RefreshDoWidgetCode()"/></td>
|
594 |
</tr>
|
595 |
<tr>
|
596 |
-
<td class="option_name"
|
597 |
-
<td><input id="pro_version" name="pro_version" value="1" type="checkbox" onclick="RefreshDoWidgetCode()" onchange="RefreshDoWidgetCode()"
|
598 |
</tr>
|
599 |
<tr>
|
600 |
-
<td class="option_name"
|
601 |
-
<td><input id="enterprise_version" name="enterprise_version" value="1" type="checkbox" onclick="RefreshDoWidgetCode()" onchange="RefreshDoWidgetCode()"
|
602 |
</tr>
|
603 |
<tr id="new_window_option" style="display:none;">
|
604 |
<td class="option_name">Open in new window:</td>
|
@@ -865,7 +865,7 @@ foreach($fincl_langs as $lang)
|
|
865 |
<div class="postbox">
|
866 |
<h3 id="settings">Useful info</h3>
|
867 |
<div class="inside">
|
868 |
-
Upgrade to <a href="
|
869 |
<ul style="list-style-type: square;padding-left:40px;">
|
870 |
<li>Enable search engine indexing</li>
|
871 |
<li>Search engine friendly (SEF) URLs</li>
|
@@ -877,7 +877,7 @@ foreach($fincl_langs as $lang)
|
|
877 |
<li>SSL support</li>
|
878 |
</ul>
|
879 |
|
880 |
-
<a href="
|
881 |
</div>
|
882 |
</div>
|
883 |
</div>
|
@@ -891,7 +891,7 @@ foreach($fincl_langs as $lang)
|
|
891 |
</div>
|
892 |
<div id="poststuff">
|
893 |
<div class="postbox">
|
894 |
-
<h3 id="settings">
|
895 |
<div class="inside">
|
896 |
<iframe src="//player.vimeo.com/video/38686858?title=1&byline=0&portrait=0" width="568" height="360" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
|
897 |
</div>
|
3 |
Plugin Name: GTranslate
|
4 |
Plugin URI: http://gtranslate.net/?xyz=998
|
5 |
Description: Makes your website <strong>multilingual</strong> and available to the world using Google Translate. For support visit <a href="http://gtranslate.net/forum/">GTranslate Forum</a>.
|
6 |
+
Version: 2.0.6
|
7 |
Author: Edvard Ananyan
|
8 |
Author URI: http://gtranslate.net
|
9 |
|
593 |
<td><input id="analytics" name="analytics" value="1" type="checkbox" onclick="RefreshDoWidgetCode()" onchange="RefreshDoWidgetCode()"/></td>
|
594 |
</tr>
|
595 |
<tr>
|
596 |
+
<td class="option_name">* Sub-directory URL structure:<br><small>http://example.com/<b>ru</b>/</small></td>
|
597 |
+
<td><input id="pro_version" name="pro_version" value="1" type="checkbox" onclick="RefreshDoWidgetCode()" onchange="RefreshDoWidgetCode()"/> <a href="https://gtranslate.io/?xyz=998#pricing" target="_blank">* paid plans only</a></td>
|
598 |
</tr>
|
599 |
<tr>
|
600 |
+
<td class="option_name">* Sub-domain URL structure:<br><small>http://<b>es</b>.example.com/</small></td>
|
601 |
+
<td><input id="enterprise_version" name="enterprise_version" value="1" type="checkbox" onclick="RefreshDoWidgetCode()" onchange="RefreshDoWidgetCode()"/> <a href="https://gtranslate.io/?xyz=998#pricing" target="_blank">* paid plans only</a></td>
|
602 |
</tr>
|
603 |
<tr id="new_window_option" style="display:none;">
|
604 |
<td class="option_name">Open in new window:</td>
|
865 |
<div class="postbox">
|
866 |
<h3 id="settings">Useful info</h3>
|
867 |
<div class="inside">
|
868 |
+
Upgrade to <a href="https://gtranslate.io/?xyz=998#pricing" target="_blank">GTranslate Enterprise</a> to have the following features:
|
869 |
<ul style="list-style-type: square;padding-left:40px;">
|
870 |
<li>Enable search engine indexing</li>
|
871 |
<li>Search engine friendly (SEF) URLs</li>
|
877 |
<li>SSL support</li>
|
878 |
</ul>
|
879 |
|
880 |
+
<a href="https://gtranslate.io/?xyz=998#pricing" target="_blank">More Info</a>
|
881 |
</div>
|
882 |
</div>
|
883 |
</div>
|
891 |
</div>
|
892 |
<div id="poststuff">
|
893 |
<div class="postbox">
|
894 |
+
<h3 id="settings">Translation Delivery Network</h3>
|
895 |
<div class="inside">
|
896 |
<iframe src="//player.vimeo.com/video/38686858?title=1&byline=0&portrait=0" width="568" height="360" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
|
897 |
</div>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Author: Edvard Ananyan
|
|
4 |
Tags: widget, plugin, sidebar, google, translate, translation, automatic translator, google translate, ajax translator, jquery translator, language translator, google translator, language translate, google language translator, translation, translate, multi language
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 4.4
|
7 |
-
Stable tag: 2.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Donate link: https://www.paypal.me/EdvardAnanyan/10
|
@@ -364,7 +364,7 @@ Yes, you need to wrap the text you don't want to be translated with <span cla
|
|
364 |
Pro version is a software hosted on your own server while Enterprise is a Translation Delivery Network which doesn't require software to be installed on your server.
|
365 |
|
366 |
= How can I be sure that search engines will index my website? =
|
367 |
-
You can check that this website is indexed in Google by searching for site:gtranslate.
|
368 |
|
369 |
= Will it work with JoomFish, sh404sef or other SEF extensions? =
|
370 |
Yes, there are no known extensions which have conflicts with Pro version.
|
@@ -380,6 +380,9 @@ You need to go to the language you want to edit, for instance, French: http://do
|
|
380 |
|
381 |
== Changelog ==
|
382 |
|
|
|
|
|
|
|
383 |
= 2.0.5 =
|
384 |
* New widget look has been added: Nice dropdown with flags
|
385 |
* Hiding and showing options in settings interface to be user friendly
|
4 |
Tags: widget, plugin, sidebar, google, translate, translation, automatic translator, google translate, ajax translator, jquery translator, language translator, google translator, language translate, google language translator, translation, translate, multi language
|
5 |
Requires at least: 2.8
|
6 |
Tested up to: 4.4
|
7 |
+
Stable tag: 2.0.6
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
Donate link: https://www.paypal.me/EdvardAnanyan/10
|
364 |
Pro version is a software hosted on your own server while Enterprise is a Translation Delivery Network which doesn't require software to be installed on your server.
|
365 |
|
366 |
= How can I be sure that search engines will index my website? =
|
367 |
+
You can check that this website is indexed in Google by searching for site:gtranslate.io.
|
368 |
|
369 |
= Will it work with JoomFish, sh404sef or other SEF extensions? =
|
370 |
Yes, there are no known extensions which have conflicts with Pro version.
|
380 |
|
381 |
== Changelog ==
|
382 |
|
383 |
+
= 2.0.6 =
|
384 |
+
* Updated option names to be clear
|
385 |
+
|
386 |
= 2.0.5 =
|
387 |
* New widget look has been added: Nice dropdown with flags
|
388 |
* Hiding and showing options in settings interface to be user friendly
|