I Recommend This - Version 3.8.3

Version Description

Download this release

Release Info

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

Code changes from version 3.8.2 to 3.8.3

i-recommend-this.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: I Recommend This
4
  * Plugin URI: https://themeist.com/plugins/wordpress/i-recommend-this/#utm_source=wp-plugin&utm_medium=i-recommend-this&utm_campaign=plugins-page
5
  * Description: This plugin allows your visitors to simply recommend or like your posts instead of commment it.
6
- * Version: 3.8.2
7
  * Author: Harish Chouhan, Themeist
8
  * Author URI: https://themeist.com/
9
  * Author Email: support@themeist.com
@@ -22,7 +22,7 @@ if( class_exists( 'Themeist_IRecommendThis' ) ) {
22
  return;
23
  }
24
 
25
- define( 'THEMEIST_IRT_VERSION', '3.8.2' );
26
  define( 'THEMEIST_IRT_DB_VERSION', '2.6.2' );
27
 
28
  // require includes
3
  * Plugin Name: I Recommend This
4
  * Plugin URI: https://themeist.com/plugins/wordpress/i-recommend-this/#utm_source=wp-plugin&utm_medium=i-recommend-this&utm_campaign=plugins-page
5
  * Description: This plugin allows your visitors to simply recommend or like your posts instead of commment it.
6
+ * Version: 3.8.3
7
  * Author: Harish Chouhan, Themeist
8
  * Author URI: https://themeist.com/
9
  * Author Email: support@themeist.com
22
  return;
23
  }
24
 
25
+ define( 'THEMEIST_IRT_VERSION', '3.8.3' );
26
  define( 'THEMEIST_IRT_DB_VERSION', '2.6.2' );
27
 
28
  // require includes
includes/class-i-recommend-this.php CHANGED
@@ -17,7 +17,7 @@ class Themeist_IRecommendThis {
17
  if ( defined( 'THEMEIST_IRT_VERSION' ) ) {
18
  $this->version = THEMEIST_IRT_VERSION;
19
  } else {
20
- $this->version = '3.8.2';
21
  }
22
 
23
  if ( defined( 'THEMEIST_IRT_DB_VERSION' ) ) {
17
  if ( defined( 'THEMEIST_IRT_VERSION' ) ) {
18
  $this->version = THEMEIST_IRT_VERSION;
19
  } else {
20
+ $this->version = '3.8.3';
21
  }
22
 
23
  if ( defined( 'THEMEIST_IRT_DB_VERSION' ) ) {
includes/functions.php CHANGED
@@ -8,7 +8,7 @@
8
 
9
  function dot_irecommendthis($id = null)
10
  {
11
- global $dot_irecommendthis;
12
- echo $dot_irecommendthis->dot_recommend($id);
13
 
14
- }
8
 
9
  function dot_irecommendthis($id = null)
10
  {
11
+ global $themeist_i_recommend_this_public;
12
+ echo $themeist_i_recommend_this_public->dot_recommend($id);
13
 
14
+ }
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://themeist.com
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.9.8
7
- Stable tag: 3.8.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
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.9.8
7
+ Stable tag: 3.8.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10