I Recommend This - Version 1.2

Version Description

Download this release

Release Info

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

Code changes from version 1.1 to 1.2

Files changed (3) hide show
  1. i-recommend-this.php +2 -2
  2. js/i-recommend-this.js +0 -13
  3. readme.txt +6 -2
i-recommend-this.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: 1.1
7
  Author: Harish Chouhan
8
  Author URI: http://www.harishchouhan.com
9
 
@@ -23,7 +23,7 @@ GNU General Public License for more details.
23
 
24
 
25
  #### INSTALL PROCESS ####
26
- $ilt_dbVersion = "1.0";
27
 
28
  function setOptionsIRT() {
29
  global $wpdb;
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: 1.2
7
  Author: Harish Chouhan
8
  Author URI: http://www.harishchouhan.com
9
 
23
 
24
 
25
  #### INSTALL PROCESS ####
26
+ $irt_dbVersion = "1.0";
27
 
28
  function setOptionsIRT() {
29
  global $wpdb;
js/i-recommend-this.js CHANGED
@@ -1,16 +1,3 @@
1
- /*
2
- function recommendThis(postId) {
3
- if (postId != '') {
4
-
5
- jQuery.post(blogUrl + "/wp-content/plugins/i-recommend-this/recommend.php",{ id: postId },
6
- function(data){
7
- jQuery('#iRecommendThis-'+postId+' a').addClass('active');
8
- jQuery('#iRecommendThis-'+postId+' .counter').text(data);
9
- });
10
- }
11
- }
12
- */
13
-
14
  function recommendThis(postId) {
15
  if (postId != '') {
16
  jQuery('#iRecommendThis-'+postId+' .recommendThis').text('...');
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  function recommendThis(postId) {
2
  if (postId != '') {
3
  jQuery('#iRecommendThis-'+postId+' .recommendThis').text('...');
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link:
4
  Tags: recommend, like, love, post, rate, rating, heart
5
  Requires at least: 2.5
6
  Tested up to: 3.2.2
7
- Stable tag: 1.1
8
 
9
  == Description ==
10
 
@@ -33,9 +33,13 @@ You can also visit the [support center](http://www.harishchouhan.com/personal-pr
33
 
34
  == Changelog ==
35
 
 
 
 
 
36
  = 1.1
37
  * Fixed Bug that did not allow displaying text next to the counter.
38
- * Updated code using branch of original plugin on Gist
39
 
40
 
41
  = 1.0
4
  Tags: recommend, like, love, post, rate, rating, heart
5
  Requires at least: 2.5
6
  Tested up to: 3.2.2
7
+ Stable tag: 1.2
8
 
9
  == Description ==
10
 
33
 
34
  == Changelog ==
35
 
36
+ = 1.2
37
+ * More bugs fixed.
38
+
39
+
40
  = 1.1
41
  * Fixed Bug that did not allow displaying text next to the counter.
42
+ * Updated code using branch of original plugin on GitHub
43
 
44
 
45
  = 1.0