Version Description
- Fixed star rating issue on small screens.
Download this release
Release Info
Developer | MyThemeShop |
Plugin | WP Review |
Version | 3.2.9 |
Comparing to | |
See all releases |
Code changes from version 3.2.8 to 3.2.9
- assets/css/wp-review.css +0 -1
- readme.txt +4 -1
- wp-review.php +1 -1
assets/css/wp-review.css
CHANGED
@@ -171,7 +171,6 @@
|
|
171 |
.review-desc { padding: 4%; width: 100%; }
|
172 |
.review-total-wrapper { width: 100%; margin-right: 0; }
|
173 |
.review-total-wrapper span.review-total-box { padding: 10px 0 20px; text-align: left; padding-left: 10px; }
|
174 |
-
.review-total-star { position: absolute; right: 20px; top: 5px; }
|
175 |
.user-total-wrapper { width: 96% }
|
176 |
.review-total-star.allowed-to-rate { position: relative; right: auto; left: 0; float: left; }
|
177 |
}
|
171 |
.review-desc { padding: 4%; width: 100%; }
|
172 |
.review-total-wrapper { width: 100%; margin-right: 0; }
|
173 |
.review-total-wrapper span.review-total-box { padding: 10px 0 20px; text-align: left; padding-left: 10px; }
|
|
|
174 |
.user-total-wrapper { width: 96% }
|
175 |
.review-total-star.allowed-to-rate { position: relative; right: auto; left: 0; float: left; }
|
176 |
}
|
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.1
|
7 |
-
Stable tag: 3.2.
|
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.2.8 =
|
93 |
* Removed extra closing span tag in markup
|
94 |
* Added Title option for widget
|
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.1
|
7 |
+
Stable tag: 3.2.9
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
89 |
|
90 |
== Changelog ==
|
91 |
|
92 |
+
= 3.2.9 =
|
93 |
+
* Fixed star rating issue on small screens.
|
94 |
+
|
95 |
= 3.2.8 =
|
96 |
* Removed extra closing span tag in markup
|
97 |
* Added Title option for widget
|
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.2.
|
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.2.9
|
7 |
* Author: MyThemesShop
|
8 |
* Author URI: http://mythemeshop.com/
|
9 |
*
|