Translate WordPress with GTranslate - Version 1.0.7

Version Description

  • Widget title changed
  • Link added
Download this release

Release Info

Developer edo888
Plugin Icon 128x128 Translate WordPress with GTranslate
Version 1.0.7
Comparing to
See all releases

Code changes from version 1.0.6 to 1.0.7

Files changed (2) hide show
  1. gtranslate.php +3 -3
  2. readme.txt +6 -2
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.6
7
  Author: Edvard Ananyan
8
  Author URI: http://edo.webmaster.am
9
 
@@ -34,7 +34,7 @@ add_action('admin_menu', array('GTranslate', 'admin_menu'));
34
  class GTranslate extends WP_Widget {
35
  function activate() {
36
  $data = array(
37
- 'gtranslate_title' => 'GTranslate',
38
  );
39
 
40
  if(get_option('GTranslate'))
@@ -64,7 +64,7 @@ class GTranslate extends WP_Widget {
64
  self::load_defaults(& $data);
65
 
66
  echo $args['before_widget'];
67
- echo $args['before_title'] . $data['gtranslate_title'] . $args['after_title'];
68
  echo $data['widget_code'];
69
  echo $args['after_widget'];
70
  }
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
7
  Author: Edvard Ananyan
8
  Author URI: http://edo.webmaster.am
9
 
34
  class GTranslate extends WP_Widget {
35
  function activate() {
36
  $data = array(
37
+ 'gtranslate_title' => 'Translate',
38
  );
39
 
40
  if(get_option('GTranslate'))
64
  self::load_defaults(& $data);
65
 
66
  echo $args['before_widget'];
67
+ echo $args['before_title'] . '<a href="http://www.asiatranslate.net/website-translation.html" rel="follow" target="_blank">' . $data['gtranslate_title'] . '</a>' . $args['after_title'];
68
  echo $data['widget_code'];
69
  echo $args['after_widget'];
70
  }
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.0
8
- Stable tag: 1.0.6
9
 
10
  Get translations with a single click between 58 languages (more than 98% of internet users) on your website!
11
 
@@ -62,4 +62,8 @@ It's a Google translation, hence Google quality.
62
  * Bug fixed: settings save problem
63
 
64
  = 1.0.6 =
65
- * Bug fixed: magic_quotes_gpc problem
 
 
 
 
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.0
8
+ Stable tag: 1.0.7
9
 
10
  Get translations with a single click between 58 languages (more than 98% of internet users) on your website!
11
 
62
  * Bug fixed: settings save problem
63
 
64
  = 1.0.6 =
65
+ * Bug fixed: magic_quotes_gpc problem
66
+
67
+ = 1.0.7 =
68
+ * Widget title changed
69
+ * Link added