Version Description
- Fixed function conflict with WP Subscribe Plugin
Download this release
Release Info
Developer | MyThemeShop |
Plugin | WP Review |
Version | 3.3.3 |
Comparing to | |
See all releases |
Code changes from version 3.3.2 to 3.3.3
- includes/functions.php +2 -2
- readme.txt +4 -1
- wp-review.php +1 -1
includes/functions.php
CHANGED
@@ -624,7 +624,7 @@ function wp_review_get_all_image_sizes() {
|
|
624 |
return $image_sizes;
|
625 |
}
|
626 |
|
627 |
-
function
|
628 |
global $current_user;
|
629 |
|
630 |
$screen = get_current_screen();
|
@@ -640,6 +640,6 @@ function admin_notice() {
|
|
640 |
}
|
641 |
}
|
642 |
}
|
643 |
-
add_action( 'admin_notices', '
|
644 |
|
645 |
?>
|
624 |
return $image_sizes;
|
625 |
}
|
626 |
|
627 |
+
function wp_subscribe_admin_notice() {
|
628 |
global $current_user;
|
629 |
|
630 |
$screen = get_current_screen();
|
640 |
}
|
641 |
}
|
642 |
}
|
643 |
+
add_action( 'admin_notices', 'wp_subscribe_admin_notice');
|
644 |
|
645 |
?>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Creator's website link: http://mythemeshop.com/plugins/wp-review/
|
|
4 |
Tags: review, wp review, rating, wp rating, user rating, google rating, star rating, product review
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 3.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -89,6 +89,9 @@ Please disable all plugins and check if rating is working properly. Then you can
|
|
89 |
|
90 |
== Changelog ==
|
91 |
|
|
|
|
|
|
|
92 |
= 3.3.2 =
|
93 |
* Switched to PHP 5 style constructor method for the widget class
|
94 |
|
4 |
Tags: review, wp review, rating, wp rating, user rating, google rating, star rating, product review
|
5 |
Requires at least: 3.0.1
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 3.3.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
89 |
|
90 |
== Changelog ==
|
91 |
|
92 |
+
= 3.3.3 =
|
93 |
+
* Fixed function conflict with WP Subscribe Plugin
|
94 |
+
|
95 |
= 3.3.2 =
|
96 |
* Switched to PHP 5 style constructor method for the widget class
|
97 |
|
wp-review.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: WP Review
|
4 |
* Plugin URI: http://mythemeshop.com/plugins/wp-review/
|
5 |
* Description: Create reviews! Choose from stars, percentages or points for review scores. Supports Retina Display, WPMU and Unlimited Color Schemes.
|
6 |
-
* Version: 3.3.
|
7 |
* Author: MyThemesShop
|
8 |
* Author URI: http://mythemeshop.com/
|
9 |
*
|
3 |
* Plugin Name: WP Review
|
4 |
* Plugin URI: http://mythemeshop.com/plugins/wp-review/
|
5 |
* Description: Create reviews! Choose from stars, percentages or points for review scores. Supports Retina Display, WPMU and Unlimited Color Schemes.
|
6 |
+
* Version: 3.3.3
|
7 |
* Author: MyThemesShop
|
8 |
* Author URI: http://mythemeshop.com/
|
9 |
*
|