I Recommend This - Version 3.7.4

Version Description

Download this release

Release Info

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

Code changes from version 3.7.3 to 3.7.4

Files changed (2) hide show
  1. dot-irecommendthis.php +5 -5
  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: 3.7.3
7
  * Author: Harish Chouhan
8
  * Author URI: http://www.harishchouhan.com
9
  * Author Email: me@harishchouhan.com
@@ -15,7 +15,7 @@
15
  *
16
  * License:
17
 
18
- Copyright 2013 "I Recommend This WordPress Plugin" (me@harishchouhan.coms)
19
 
20
  This program is free software; you can redistribute it and/or modify
21
  it under the terms of the GNU General Public License, version 2, as
@@ -846,10 +846,10 @@ if ( ! class_exists( 'DOT_IRecommendThis' ) )
846
  * Template Tag
847
  *--------------------------------------------*/
848
 
849
- function dot_irecommendthis()
850
  {
851
  global $dot_irecommendthis;
852
- echo $dot_irecommendthis->dot_recommend();
853
 
854
  }
855
 
@@ -902,4 +902,4 @@ if ( ! class_exists( 'DOT_IRecommendThis' ) )
902
  add_filter('manage_posts_columns', 'dot_columns_head');
903
  add_action('manage_posts_custom_column', 'dot_column_content', 10, 2);
904
 
905
- ?>
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: 3.7.4
7
  * Author: Harish Chouhan
8
  * Author URI: http://www.harishchouhan.com
9
  * Author Email: me@harishchouhan.com
15
  *
16
  * License:
17
 
18
+ Copyright 2014 "I Recommend This WordPress Plugin" (me@harishchouhan.coms)
19
 
20
  This program is free software; you can redistribute it and/or modify
21
  it under the terms of the GNU General Public License, version 2, as
846
  * Template Tag
847
  *--------------------------------------------*/
848
 
849
+ function dot_irecommendthis( $id = null )
850
  {
851
  global $dot_irecommendthis;
852
+ echo $dot_irecommendthis->dot_recommend( $id );
853
 
854
  }
855
 
902
  add_filter('manage_posts_columns', 'dot_columns_head');
903
  add_action('manage_posts_custom_column', 'dot_column_content', 10, 2);
904
 
905
+ ?>
readme.txt CHANGED
@@ -4,8 +4,8 @@ Donate link: http://themeist.co
4
  Tags: recommend, like, love, post, rate, rating, post rating, heart, dribbble like, tumblr like
5
  Requires at least: 4.0
6
  Tested up to: 4.0
7
- Stable tag: 3.7.3
8
- Last Updated: 2014-September-24
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -99,6 +99,9 @@ You can also visit the [support center](http://www.dreamsonline.net/wordpress-pl
99
 
100
  == Changelog ==
101
 
 
 
 
102
  = 3.7.3
103
  * Fixed a Possible SQL injection vulnerability reported by [Oskar Adin](https://github.com/osadi) and fixed by [Danny van Kooten](https://twitter.com/DannyvanKooten).
104
 
4
  Tags: recommend, like, love, post, rate, rating, post rating, heart, dribbble like, tumblr like
5
  Requires at least: 4.0
6
  Tested up to: 4.0
7
+ Stable tag: 3.7.4
8
+ Last Updated: 2014-October-08
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
99
 
100
  == Changelog ==
101
 
102
+ = 3.7.4
103
+ * The template tag now accepts a POST ID, thanks to [Oskar Adin](https://github.com/osadi).
104
+
105
  = 3.7.3
106
  * Fixed a Possible SQL injection vulnerability reported by [Oskar Adin](https://github.com/osadi) and fixed by [Danny van Kooten](https://twitter.com/DannyvanKooten).
107