diff --git a/i-recommend-this.php b/i-recommend-this.php index 5729233..e5e34ab 100644 --- a/i-recommend-this.php +++ b/i-recommend-this.php @@ -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: support@themeist.com @@ -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 diff --git a/includes/class-i-recommend-this.php b/includes/class-i-recommend-this.php index 4f41eaf..04881d5 100644 --- a/includes/class-i-recommend-this.php +++ b/includes/class-i-recommend-this.php @@ -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' ) ) { diff --git a/readme.txt b/readme.txt index 57ec7c8..3ed2781 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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