Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v5.3.6 #170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion admin/assets/css/select2.min.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion admin/assets/js/select2.min.js

Large diffs are not rendered by default.

5 changes: 4 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.7
Stable tag: 5.3.5
Stable tag: 5.3.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

== Changelog ==

= v5.3.6 (July 19, 2022) =
* Updated select2 library files

= v5.3.5 (Apr 7, 2021) =
* Improved and added some missing translation strings

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.5
* Version: 5.3.6
* 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.5' );
define( 'WP_REVIEW_PLUGIN_VERSION', '5.3.6' );

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