Version Description
- Fixed color picker issue in the Theme Customizer
Download this release
Release Info
Developer | MyThemeShop |
Plugin | WP Review |
Version | 4.0.9 |
Comparing to | |
See all releases |
Code changes from version 4.0.8 to 4.0.9
- assets/css/admin.css +1 -1
- readme.txt +4 -1
- wp-review.php +1 -1
assets/css/admin.css
CHANGED
@@ -23,7 +23,7 @@
|
|
23 |
padding-bottom: 20px;
|
24 |
}
|
25 |
.review-total { text-align: right }
|
26 |
-
.wp-picker-holder {
|
27 |
position: absolute;
|
28 |
z-index: 9;
|
29 |
}
|
23 |
padding-bottom: 20px;
|
24 |
}
|
25 |
.review-total { text-align: right }
|
26 |
+
.wp-review-color-options .wp-picker-holder {
|
27 |
position: absolute;
|
28 |
z-index: 9;
|
29 |
}
|
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.7.2
|
7 |
-
Stable tag: 4.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -102,6 +102,9 @@ Please disable all plugins and check if rating is working properly. Then you can
|
|
102 |
|
103 |
== Changelog ==
|
104 |
|
|
|
|
|
|
|
105 |
= 4.0.8 =
|
106 |
* Improved support for older PHP versions
|
107 |
|
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.7.2
|
7 |
+
Stable tag: 4.0.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
102 |
|
103 |
== Changelog ==
|
104 |
|
105 |
+
= 4.0.9 =
|
106 |
+
* Fixed color picker issue in the Theme Customizer
|
107 |
+
|
108 |
= 4.0.8 =
|
109 |
* Improved support for older PHP versions
|
110 |
|
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: 4.0.
|
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: 4.0.9
|
7 |
* Author: MyThemesShop
|
8 |
* Author URI: http://mythemeshop.com/
|
9 |
*
|