I Recommend This - Version 1.4.3

Version Description

Download this release

Release Info

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

Code changes from version 1.4.2 to 1.4.3

Files changed (2) hide show
  1. i-recommend-this.php +2 -2
  2. readme.txt +8 -4
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.4.2
7
  Author: Harish Chouhan
8
  Author URI: http://www.harishchouhan.com
9
 
@@ -74,7 +74,7 @@ register_uninstall_hook(__FILE__, 'unsetOptionsIRT');
74
 
75
  #### ADMIN OPTIONS ####
76
  function IRecommendThisAdminMenu() {
77
- add_options_page('I Recommend This', 'I Recommend This', '10', 'IRecommendThisAdminMenu', 'IRecommendThisAdminContent');
78
  }
79
  add_action('admin_menu', 'IRecommendThisAdminMenu');
80
 
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.4.3
7
  Author: Harish Chouhan
8
  Author URI: http://www.harishchouhan.com
9
 
74
 
75
  #### ADMIN OPTIONS ####
76
  function IRecommendThisAdminMenu() {
77
+ add_options_page('I Recommend This', 'I Recommend This', 'administrator', 'IRecommendThisAdminMenu', 'IRecommendThisAdminContent');
78
  }
79
  add_action('admin_menu', 'IRecommendThisAdminMenu');
80
 
readme.txt CHANGED
@@ -1,11 +1,11 @@
1
  === Plugin Name ===
2
- Contributors: Harish Chouhan, Benoit "LeBen" Burgener
3
  Donate link: http://www.designerskiosk.com
4
- Tags: recommend, like, love, post, rate, rating, heart
5
  Requires at least: 3.0
6
  Tested up to: 3.2.2
7
- Stable tag: 1.4.2
8
- Last Updated: 2012-May-15
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -60,6 +60,10 @@ You can also visit the [support center](http://www.harishchouhan.com/personal-pr
60
 
61
  == Changelog ==
62
 
 
 
 
 
63
  = 1.4.1
64
  * Fixed bug that broke update.
65
 
1
  === Plugin Name ===
2
+ Contributors: hchouhan, dreamsonline, dreamsmedia, Benoit "LeBen" Burgener
3
  Donate link: http://www.designerskiosk.com
4
+ Tags: recommend, like, love, post, rate, rating, heart, dribbble like, tumblr like
5
  Requires at least: 3.0
6
  Tested up to: 3.2.2
7
+ Stable tag: 1.4.3
8
+ Last Updated: 2012-June-01
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
60
 
61
  == Changelog ==
62
 
63
+ = 1.4.3
64
+ * All deprecated functions removed. Plugin might not work on WordPress versions older than 3.
65
+
66
+
67
  = 1.4.1
68
  * Fixed bug that broke update.
69