Skip to content

Commit

Permalink
Fixed #155 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajv authored Apr 12, 2020
1 parent fab01f6 commit d683fdb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion box-templates/aqua.php
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function color_luminance( $hex, $percent ) {
<style type="text/css">
.wp-review-<?php echo $review['post_id']; ?>.review-wrapper {
width: <?php echo $review['width']; ?>%;
float: <?php echo $review['align']; ?>;
overflow: hidden;
border: 1px solid <?php echo $colors['bordercolor']; ?>;
}
.wp-review-<?php echo $review['post_id']; ?>.review-wrapper .review-desc {
Expand Down
2 changes: 1 addition & 1 deletion box-templates/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<style type="text/css">
.wp-review-<?php echo $review['post_id']; ?>.review-wrapper {
width: <?php echo $review['width']; ?>%;
float: <?php echo $review['align']; ?>;
overflow: hidden;
}
.wp-review-<?php echo $review['post_id']; ?>.review-wrapper,
.wp-review-<?php echo $review['post_id']; ?> .review-title,
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Creator's website link: http://mythemeshop.com/plugins/wp-review/
Tags: review, schema.org, rating, schema, user rating, google rating, star rating, product review
Requires at least: 4.9
Tested up to: 5.4
Stable tag: 5.3.2
Stable tag: 5.3.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -151,6 +151,10 @@ There are two ways you can do this. You can update the plugin by downloading a f

== Changelog ==

= v5.3.3 (Apr 12, 2020) =
* Fixed content layout breaking in some installations


= v5.3.2 (Apr 9, 2020) =
* Fixed `Fatal error: Uncaught ArgumentCountError` appearing on some installations

Expand Down
4 changes: 2 additions & 2 deletions wp-review.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Review
* Plugin URI: http://mythemeshop.com/plugins/wp-review/
* Description: Create reviews! Choose from stars, percentages or points for review scores. Supports Retina Display, WPMU and Unlimited Color Schemes.
* Version: 5.3.2
* Version: 5.3.3
* Author: MyThemeShop
* Author URI: http://mythemeshop.com/
* Text Domain: wp-review
Expand Down Expand Up @@ -46,7 +46,7 @@ function wp_review_php_upgrade_notice() {
}

/* Plugin version */
define( 'WP_REVIEW_PLUGIN_VERSION', '5.3.2' );
define( 'WP_REVIEW_PLUGIN_VERSION', '5.3.3' );

/* Sets the custom db table name. */
define( 'MTS_WP_REVIEW_DB_TABLE', 'mts_wp_reviews' );
Expand Down

0 comments on commit d683fdb

Please sign in to comment.