Version |
Release Date |
Change Log |
5.3.5 |
2021-04-07 |
|
5.3.4 |
2020-09-12 |
|
5.3.3 |
2020-04-12 |
|
5.3.2 |
2020-04-09 |
|
5.3.1 |
2020-04-08 |
|
5.3.0 |
2020-03-27 |
|
5.2.9 |
2019-12-14 |
|
5.2.8 |
2019-08-21 |
|
5.2.7 |
2019-08-14 |
|
5.2.6 |
2019-08-13 |
|
5.2.5 |
2019-07-29 |
|
5.2.4 |
2019-07-12 |
|
5.2.3 |
2019-07-12 |
|
5.2.2 |
2019-07-12 |
|
5.2.0 |
2019-02-22 |
|
5.1.8 |
2019-01-26 |
|
5.1.7 |
2018-12-26 |
|
5.1.6 |
2018-12-18 |
|
5.1.5 |
2018-12-04 |
|
5.1.4 |
2018-12-04 |
|
5.1.3 |
2018-11-14 |
|
5.1.2 |
2018-11-07 |
|
5.1.1 |
2018-11-01 |
|
5.1.0 |
2018-10-16 |
|
5.0.8 |
2018-10-03 |
|
5.0.7 |
2018-09-28 |
|
5.0.6 |
2018-09-24 |
|
5.0.5 |
2018-09-19 |
|
5.0.4 |
2018-09-18 |
|
5.0.3 |
2018-09-17 |
|
5.0.2 |
2018-09-13 |
|
5.0.1 |
2018-09-10 |
|
5.0.0 |
2018-09-10 |
|
4.0.17 |
2018-07-17 |
|
4.0.16 |
2018-06-30 |
|
4.0.15 |
2018-06-29 |
|
4.0.14 |
2018-06-13 |
|
4.0.13 |
2018-05-31 |
|
4.0.12 |
2018-04-20 |
|
4.0.11 |
2017-12-11 |
|
4.0.10 |
2017-12-03 |
|
4.0.9 |
2017-02-11 |
- Fixed color picker issue in the Theme Customizer
|
4.0.8 |
2017-02-07 |
- Improved support for older PHP versions
|
4.0.7 |
2017-02-05 |
|
4.0.6 |
2016-03-11 |
- Embedded full video tutorial
|
4.0.5 |
2016-03-09 |
- Fixed: final rating can now be entered manually again
- Fixed: removed unneeded code related to circle review type
|
4.0.4 |
2016-03-08 |
- Fixed: backlink option is not enabled by default anymore. Sorry for that!
|
4.0.3 |
2016-03-05 |
|
4.0.2 |
2016-03-04 |
- Added back missing Widget Title field
|
3.3.5 |
2015-12-18 |
- Fixed spelling mistake in notification
|
3.3.4 |
2015-09-16 |
- Fixed notification closing issue
|
3.3.3 |
2015-09-16 |
- Fixed function conflict with WP Subscribe Plugin
|
3.3.2 |
2015-09-16 |
- Switched to PHP 5 style constructor method for the widget class
|
3.3.1 |
2015-05-05 |
- Rating stars are showing on search engine results page
|
3.3 |
2015-04-20 |
- Fixed Google structured data testing tool errors and warnings
|
3.2.9 |
2015-02-02 |
- Fixed star rating issue on small screens.
|
3.2.8 |
2015-01-20 |
- Removed extra closing span tag in markup
- Added Title option for widget
|
3.2.7 |
2014-12-16 |
- Added Title Length option for widget
- Added Filter to control default title length
|
3.2.6 |
2014-10-04 |
- Added optional 'id' parameter for shortcode
- Added filter to modify style output
|
3.2.5 |
2014-10-02 |
- Added loading animation in widget
- Fixed minor bug in user ratings
|
3.2.4 |
2014-10-01 |
- Fixed text from review box appearing in widgets
- Fixed PHP notice on reviews with only total rating and no criteria
|
3.2.3 |
2014-09-24 |
- Added version number to wp_enqueue_ functions
- Added filter to remove banner from options page
|
3.2.2 |
2014-09-12 |
- Fixed Stars were not appearing in Tabbed widget.
|
3.2.1 |
2014-09-11 |
- Fixed error appearing when plugin settings weren't saved.
- Fixed JS issues.
- Fixed Tabbed Widget issue.
|
3.2 |
2014-09-09 |
- Added Options Panel for Global Option
- Added option to set Global Colors.
- Added option to Global position.
- Added option to add Global Features.
- Added option to change review description title (Summary).
- Added option to hide Description and Total Rating.
- Added option to add your own Total Score.
- Fixed schema tag issue in wp_review_show_total()
- Fixed jQuery issue.
- Fixed post preview issue.
- Fixed conflict with Redux Framework, Visual Composer and Mailpoet.
- Added New Filters.
- Updated No Preview thumbnail.
- Merged Star and Loader icon files in one.
- Fixed many small bugs.
- Optimized code for better performance.
|
3.1 |
2014-09-04 |
- Fixed average star rating number issue.
- Added New filter to exclude post types.
- Updated filter list.
|
3.0 |
2014-03-23 |
- Major security updates
- New AJAXified Tab widget for Popular and Recent reviews, try it, you gonna love it.
- Language file updated fully.
- Added a nonce (a security token) to ensure that the user actually voted from the review
- More developer possibilities
- Added filters for developers. Using a filter is much better than a function for setting the default colors.
- Compatible with WordPress 3.9 Beta
- Plugin will support the widget customizer coming up in WordPress 3.9
|
2.0 |
2014-03-19 |
- Fixed the,
' switching in to / issue (http://bit.ly/PFMGAq)
- Added
[wp-review] shortcode to show the ratings anywhere in the content.
- Added an option to not show review automatically in the Review Location dropdown.
- Added support for Custom post types and pages.
- For Developers Added new function for showing only total rating, it could be used in themes' archives. A custom class name can be passed to the function, for easier customization. See
wp_review_show_total() function in includes/functions.php file. There's also a shortcode for it, just in case: [wp-review-total]
- For Developers Added the default colors which appear in the meta boxes are now stored in an option. It can be modified directly with
update_option() , or using the new wp_review_set_default_colors() function, which is also called on plugin activation to set the plugin's default colors.
- Made small CSS and responsive improvements.
|