Version Description
- Fixed issue with SSL admin
Download this release
Release Info
Developer | edo888 |
Plugin | Translate WordPress with GTranslate |
Version | 1.0.26 |
Comparing to | |
See all releases |
Code changes from version 1.0.23 to 1.0.26
- gtranslate.php +3 -3
- readme.txt +4 -1
gtranslate.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: GTranslate
|
4 |
Plugin URI: http://edo.webmaster.am/gtranslate?xyz=998
|
5 |
Description: Get translations with a single click between 58 languages (more than 98% of internet users) on your website! For support visit <a href="http://edo.webmaster.am/forum/gtranslate/">GTranslate Forum</a>.
|
6 |
-
Version: 1.0.
|
7 |
Author: Edvard Ananyan
|
8 |
Author URI: http://edo.webmaster.am
|
9 |
|
@@ -120,7 +120,7 @@ class GTranslate extends WP_Widget {
|
|
120 |
$data = get_option('GTranslate');
|
121 |
GTranslate::load_defaults(& $data);
|
122 |
|
123 |
-
$site_url =
|
124 |
|
125 |
extract($data);
|
126 |
|
@@ -283,7 +283,7 @@ foreach($incl_langs as $lang)
|
|
283 |
foreach($fincl_langs as $lang)
|
284 |
$script .= "jQuery('#fincl_langs$lang').attr('checked', true);\n";
|
285 |
?>
|
286 |
-
<form id="gtranslate" name="form1" method="post" action="<?php echo
|
287 |
<p>Use the configuration form below to customize the GTranslate widget.</p>
|
288 |
<p>If you would like to edit translations manually and have SEF URLs (<?php echo $site_url; ?><b>/es/</b>, <?php echo $site_url; ?><b>/fr/</b>, <?php echo $site_url; ?><b>/it/</b>, etc.) for translated languages or you want your translated pages to be indexed in search engines you may consider <a href="http://edo.webmaster.am/gtranslate?xyz=998" target="_blank">GTranslate Pro</a> version.</p>
|
289 |
<div style="float:left;width:270px;">
|
3 |
Plugin Name: GTranslate
|
4 |
Plugin URI: http://edo.webmaster.am/gtranslate?xyz=998
|
5 |
Description: Get translations with a single click between 58 languages (more than 98% of internet users) on your website! For support visit <a href="http://edo.webmaster.am/forum/gtranslate/">GTranslate Forum</a>.
|
6 |
+
Version: 1.0.26
|
7 |
Author: Edvard Ananyan
|
8 |
Author URI: http://edo.webmaster.am
|
9 |
|
120 |
$data = get_option('GTranslate');
|
121 |
GTranslate::load_defaults(& $data);
|
122 |
|
123 |
+
$site_url = site_url();
|
124 |
|
125 |
extract($data);
|
126 |
|
283 |
foreach($fincl_langs as $lang)
|
284 |
$script .= "jQuery('#fincl_langs$lang').attr('checked', true);\n";
|
285 |
?>
|
286 |
+
<form id="gtranslate" name="form1" method="post" action="<?php echo admin_url() . '/options-general.php?page=gtranslate_options' ?>">
|
287 |
<p>Use the configuration form below to customize the GTranslate widget.</p>
|
288 |
<p>If you would like to edit translations manually and have SEF URLs (<?php echo $site_url; ?><b>/es/</b>, <?php echo $site_url; ?><b>/fr/</b>, <?php echo $site_url; ?><b>/it/</b>, etc.) for translated languages or you want your translated pages to be indexed in search engines you may consider <a href="http://edo.webmaster.am/gtranslate?xyz=998" target="_blank">GTranslate Pro</a> version.</p>
|
289 |
<div style="float:left;width:270px;">
|
readme.txt
CHANGED
@@ -5,7 +5,7 @@ Donate link: http://edo.webmaster.am/gtranslate
|
|
5 |
Tags: widget, plugin, sidebar, google, translate, translation, automatic translator, google translate, ajax translator, jquery translator
|
6 |
Requires at least: 2.3
|
7 |
Tested up to: 3.2
|
8 |
-
Stable tag: 1.0.
|
9 |
|
10 |
Get translations with a single click between 58 languages (more than 98% of internet users) on your website!
|
11 |
|
@@ -63,6 +63,9 @@ Yes, you need to wrap the text you don't want to be translated with <span cla
|
|
63 |
|
64 |
== Changelog ==
|
65 |
|
|
|
|
|
|
|
66 |
= 1.0.25 =
|
67 |
* Fixed installation notification on update event
|
68 |
* Removed unnecessary commented code
|
5 |
Tags: widget, plugin, sidebar, google, translate, translation, automatic translator, google translate, ajax translator, jquery translator
|
6 |
Requires at least: 2.3
|
7 |
Tested up to: 3.2
|
8 |
+
Stable tag: 1.0.26
|
9 |
|
10 |
Get translations with a single click between 58 languages (more than 98% of internet users) on your website!
|
11 |
|
63 |
|
64 |
== Changelog ==
|
65 |
|
66 |
+
= 1.0.26 =
|
67 |
+
* Fixed issue with SSL admin
|
68 |
+
|
69 |
= 1.0.25 =
|
70 |
* Fixed installation notification on update event
|
71 |
* Removed unnecessary commented code
|