Version Description
Download this release
Release Info
Developer | hchouhan |
Plugin | I Recommend This |
Version | 3.7.0 |
Comparing to | |
See all releases |
Code changes from version 3.6.4 to 3.7.0
- dot-irecommendthis.php +1 -1
- js/dot_irecommendthis.js +1 -1
- readme.txt +8 -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:
|
7 |
* Author: Harish Chouhan
|
8 |
* Author URI: http://www.harishchouhan.com
|
9 |
* Author Email: me@harishchouhan.com
|
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.0
|
7 |
* Author: Harish Chouhan
|
8 |
* Author URI: http://www.harishchouhan.com
|
9 |
* Author Email: me@harishchouhan.com
|
js/dot_irecommendthis.js
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
jQuery(document).ready(function($){
|
2 |
|
3 |
-
$('.dot-irecommendthis').
|
4 |
function() {
|
5 |
var link = $(this);
|
6 |
if(link.hasClass('active')) return false;
|
1 |
jQuery(document).ready(function($){
|
2 |
|
3 |
+
$('.dot-irecommendthis').on('click',
|
4 |
function() {
|
5 |
var link = $(this);
|
6 |
if(link.hasClass('active')) return false;
|
readme.txt
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
Contributors: hchouhan, dreamsonline, dreamsmedia, Benoit "LeBen" Burgener
|
3 |
Donate link: http://www.dreamsonline.net
|
4 |
Tags: recommend, like, love, post, rate, rating, post rating, heart, dribbble like, tumblr like
|
5 |
-
Requires at least: 3.
|
6 |
Tested up to: 3.9.1
|
7 |
-
Stable tag:
|
8 |
Last Updated: 2014-May-13
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -89,6 +89,12 @@ You can also visit the [support center](http://www.dreamsonline.net/wordpress-pl
|
|
89 |
|
90 |
== Changelog ==
|
91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
= 2.6.4
|
93 |
* Moved enqueued JS from wp_head() to wp_footer().
|
94 |
|
2 |
Contributors: hchouhan, dreamsonline, dreamsmedia, Benoit "LeBen" Burgener
|
3 |
Donate link: http://www.dreamsonline.net
|
4 |
Tags: recommend, like, love, post, rate, rating, post rating, heart, dribbble like, tumblr like
|
5 |
+
Requires at least: 3.7
|
6 |
Tested up to: 3.9.1
|
7 |
+
Stable tag: 3.7.0
|
8 |
Last Updated: 2014-May-13
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
89 |
|
90 |
== Changelog ==
|
91 |
|
92 |
+
= 3.7.0
|
93 |
+
* Added to remove resolve wrong tags set for this plugin earlier. My sincere apologies for the extra update mess.
|
94 |
+
|
95 |
+
= 2.6.5
|
96 |
+
* Removed deprecaed JQuery function live with on in dot_irecommendthis.js
|
97 |
+
|
98 |
= 2.6.4
|
99 |
* Moved enqueued JS from wp_head() to wp_footer().
|
100 |
|