Version Description
- Added notes, so people will not copy the code into their posts
Download this release
Release Info
Developer | edo888 |
Plugin | Translate WordPress with GTranslate |
Version | 1.0.14 |
Comparing to | |
See all releases |
Code changes from version 1.0.13 to 1.0.14
- gtranslate.php +2 -1
- readme.txt +5 -1
gtranslate.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: GTranslate
|
4 |
Plugin URI: http://edo.webmaster.am/gtranslate
|
5 |
Description: Get translations with a single click between 58 languages (more than 98% of internet users) on your website!
|
6 |
-
Version: 1.0.
|
7 |
Author: Edvard Ananyan
|
8 |
Author URI: http://edo.webmaster.am
|
9 |
|
@@ -522,6 +522,7 @@ EOT;
|
|
522 |
|
523 |
<div style="margin-top:20px;">
|
524 |
<h4>Widget code</h4>
|
|
|
525 |
You can edit this if you wish:<br />
|
526 |
<textarea id="widget_code" name="widget_code" onchange="ShowWidgetPreview(this.value)" style="font-family:Monospace;font-size:11px;height:150px;width:565px;"><?php echo $widget_code; ?></textarea>
|
527 |
<?php wp_nonce_field('gtranslate-save'); ?>
|
3 |
Plugin Name: GTranslate
|
4 |
Plugin URI: http://edo.webmaster.am/gtranslate
|
5 |
Description: Get translations with a single click between 58 languages (more than 98% of internet users) on your website!
|
6 |
+
Version: 1.0.14
|
7 |
Author: Edvard Ananyan
|
8 |
Author URI: http://edo.webmaster.am
|
9 |
|
522 |
|
523 |
<div style="margin-top:20px;">
|
524 |
<h4>Widget code</h4>
|
525 |
+
<span style="color:red;">DO NOT COPY THIS INTO YOUR POSTS OR PAGES!<br />Add a GTranslate widget into your sidebar from Appearance -> Widgets instead.</span><br /><br />
|
526 |
You can edit this if you wish:<br />
|
527 |
<textarea id="widget_code" name="widget_code" onchange="ShowWidgetPreview(this.value)" style="font-family:Monospace;font-size:11px;height:150px;width:565px;"><?php echo $widget_code; ?></textarea>
|
528 |
<?php wp_nonce_field('gtranslate-save'); ?>
|
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.1
|
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 |
|
@@ -26,6 +26,7 @@ Please <u>use</u> http://edo.webmaster.am/forum/gtranslate/ for your questions a
|
|
26 |
* Option to translate the page on fly
|
27 |
* Available styles Dropdown/Flags/flags with dropdown
|
28 |
* Valid XHTML
|
|
|
29 |
|
30 |
Keywords: google translation, google translate, google translator, automatic translator, automatic translation, ajax translator, ajax translate, jquery translator, jquery translate
|
31 |
|
@@ -62,6 +63,9 @@ Yes, you need to wrap the text you don't want to be translated with <span cla
|
|
62 |
|
63 |
== Changelog ==
|
64 |
|
|
|
|
|
|
|
65 |
= 1.0.13 =
|
66 |
* jQuery conflicts fixed, using default wp jquery library
|
67 |
* jQuery Translate updated to v1.4.7
|
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.1
|
8 |
+
Stable tag: 1.0.14
|
9 |
|
10 |
Get translations with a single click between 58 languages (more than 98% of internet users) on your website!
|
11 |
|
26 |
* Option to translate the page on fly
|
27 |
* Available styles Dropdown/Flags/flags with dropdown
|
28 |
* Valid XHTML
|
29 |
+
* Option to operate with Pro version to have SEF URLs, refine/edit translations manually and index translated pages in search engines
|
30 |
|
31 |
Keywords: google translation, google translate, google translator, automatic translator, automatic translation, ajax translator, ajax translate, jquery translator, jquery translate
|
32 |
|
63 |
|
64 |
== Changelog ==
|
65 |
|
66 |
+
= 1.0.14 =
|
67 |
+
* Added notes, so people will not copy the code into their posts
|
68 |
+
|
69 |
= 1.0.13 =
|
70 |
* jQuery conflicts fixed, using default wp jquery library
|
71 |
* jQuery Translate updated to v1.4.7
|