Skip to content

Commit

Permalink
Add tag 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Harish Chouhan committed Sep 6, 2018
1 parent 7f984b6 commit 6be1993
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions i-recommend-this.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: I Recommend This
* Plugin URI: https://themeist.com/plugins/wordpress/i-recommend-this/#utm_source=wp-plugin&utm_medium=i-recommend-this&utm_campaign=plugins-page
* Description: This plugin allows your visitors to simply recommend or like your posts instead of commment it.
* Version: 3.8.0
* Version: 3.8.1
* Author: Harish Chouhan, Themeist
* Author URI: https://themeist.com/
* Author Email: [email protected]
Expand All @@ -22,7 +22,7 @@
return;
}

define( 'THEMEIST_IRT_VERSION', '3.8.0' );
define( 'THEMEIST_IRT_VERSION', '3.8.1' );
define( 'THEMEIST_IRT_DB_VERSION', '2.6.2' );

// require includes
Expand Down
2 changes: 1 addition & 1 deletion includes/class-i-recommend-this.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function __construct( $plugin_file ) {
if ( defined( 'THEMEIST_IRT_VERSION' ) ) {
$this->version = THEMEIST_IRT_VERSION;
} else {
$this->version = '3.8.0';
$this->version = '3.8.1';
}

if ( defined( 'THEMEIST_IRT_DB_VERSION' ) ) {
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://themeist.com
Tags: recommend, like, love, post, rate, rating, post rating, heart, dribbble like, tumblr like
Requires at least: 4.0
Tested up to: 4.9.8
Stable tag: 3.8.0
Stable tag: 3.8.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -99,6 +99,11 @@ You can also visit the [support center](http://www.dreamsonline.net/wordpress-pl

== Changelog ==

= 3.8.1
* Added data sanitization
* Separate & recoded widget
* Support for multiple widget instance

= 3.8.0
* Added data sanitization
* Made IP saing options
Expand Down

0 comments on commit 6be1993

Please sign in to comment.