Skip to content

Commit

Permalink
Update tag to 3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Harish Chouhan committed Sep 2, 2018
1 parent 57ad7d2 commit 32813bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 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.7.8
* Version: 3.8.0
* 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.7.8' );
define( 'THEMEIST_IRT_VERSION', '3.8.0' );
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.7.8';
$this->version = '3.8.0';
}

if ( defined( 'THEMEIST_IRT_DB_VERSION' ) ) {
Expand Down
9 changes: 7 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: themeist, hchouhan
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.4
Stable tag: 3.7.8
Tested up to: 4.9.8
Stable tag: 3.8.0
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.0
* Added data sanitization
* Made IP saing options
* Restructured plugin code

= 3.7.8
* Vulnerabilities fixed by DannyvanKooten

Expand Down

0 comments on commit 32813bf

Please sign in to comment.