I Recommend This - Version 2.1.4

Version Description

Download this release

Release Info

Developer hchouhan
Plugin Icon 128x128 I Recommend This
Version 2.1.4
Comparing to
See all releases

Code changes from version 2.1.3 to 2.1.4

Files changed (2) hide show
  1. dot-irecommendthis.php +3 -3
  2. readme.txt +5 -2
dot-irecommendthis.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: I Recommend This
4
  * Plugin URI: http://www.harishchouhan.com/personal-projects/i-recommend-this/
5
  * Description: This plugin allows your visitors to simply recommend or like your posts instead of commment it.
6
- * Version: 2.1.3
7
  * Author: Harish Chouhan
8
  * Author URI: http://www.harishchouhan.com
9
  * Author Email: me@harishchouhan.com
@@ -393,7 +393,7 @@ if ( ! class_exists( 'DOT_IRecommendThis' ) )
393
  elseif( $recommended == 1 ) { $suffix = $text_one_suffix; }
394
  else { $suffix = $text_more_suffix; }
395
 
396
- return '<span class="dot-irecommendthis-count">'. $recommended .'</span> <span class=""dot-irecommendthis-suffix">'. $suffix .'</span>';
397
  break;
398
 
399
  case 'update':
@@ -417,7 +417,7 @@ if ( ! class_exists( 'DOT_IRecommendThis' ) )
417
  elseif( $recommended == 1 ) { $suffix = $text_one_suffix; }
418
  else { $suffix = $text_more_suffix; }
419
 
420
- return '<span class="dot-irecommendthis-count">'. $recommended .'</span> <span class=""dot-irecommendthis-suffix">'. $suffix .'</span>';
421
  break;
422
 
423
  }
3
  * Plugin Name: I Recommend This
4
  * Plugin URI: http://www.harishchouhan.com/personal-projects/i-recommend-this/
5
  * Description: This plugin allows your visitors to simply recommend or like your posts instead of commment it.
6
+ * Version: 2.1.4
7
  * Author: Harish Chouhan
8
  * Author URI: http://www.harishchouhan.com
9
  * Author Email: me@harishchouhan.com
393
  elseif( $recommended == 1 ) { $suffix = $text_one_suffix; }
394
  else { $suffix = $text_more_suffix; }
395
 
396
+ return '<span class="dot-irecommendthis-count">'. $recommended .'</span> <span class="dot-irecommendthis-suffix">'. $suffix .'</span>';
397
  break;
398
 
399
  case 'update':
417
  elseif( $recommended == 1 ) { $suffix = $text_one_suffix; }
418
  else { $suffix = $text_more_suffix; }
419
 
420
+ return '<span class="dot-irecommendthis-count">'. $recommended .'</span> <span class="dot-irecommendthis-suffix">'. $suffix .'</span>';
421
  break;
422
 
423
  }
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: http://www.designerskiosk.com
4
  Tags: recommend, like, love, post, rate, rating, heart, dribbble like, tumblr like
5
  Requires at least: 3.3
6
  Tested up to: 3.5.2
7
- Stable tag: 2.1.3
8
- Last Updated: 2013-March-17
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -64,6 +64,9 @@ You can also visit the [support center](http://www.harishchouhan.com/personal-pr
64
 
65
  == Changelog ==
66
 
 
 
 
67
  = 2.1.3
68
  * Fixed errors shown when Debug mode was on. Thanks to [Air](http://profiles.wordpress.org/air-1/)
69
 
4
  Tags: recommend, like, love, post, rate, rating, heart, dribbble like, tumblr like
5
  Requires at least: 3.3
6
  Tested up to: 3.5.2
7
+ Stable tag: 2.1.4
8
+ Last Updated: 2013-March-18
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
64
 
65
  == Changelog ==
66
 
67
+ = 2.1.4
68
+ * Removed 2 instances of double quotes. Thanks to [boyevul](http://profiles.wordpress.org/boyevul/)
69
+
70
  = 2.1.3
71
  * Fixed errors shown when Debug mode was on. Thanks to [Air](http://profiles.wordpress.org/air-1/)
72