== Changelog ==


= 1.4.0 = December 2, 2020
 * Allow Users to change stars rating
 * Allow admin to edit review star rating in wp-admin
 * Do not allow empty stars ratings
 * Validate title and description on review form submit
 * Updated Raty lib
 * Added translation for Russian language


= 1.3.4 = January 8, 2018
 * Fixed Review styling is not looking good in mobile view
 * Fixed Succeeding unregistered user could not make a review


= 1.3.3 = November 2, 2017
 * Prevent to send moderation emails to post's author unless he can edit others posts.


= 1.3.2 = May 18, 2017
 * Removed debugging code that changed the comment type on edit.
 * Removed 'set_review_rating' action from the 'wp_insert_comment' hook when it's actually done (to avoid duplicate calls)
 * Added migration script for Vantage reviews. Now since Vantage 4.1.0 and Critic 1.3.2 it is possible to migrate legacy Vantage reviews to Critic data model (on the Admin => Vantage => Setup Guide page).


= 1.3.1 = Mar 11, 2017
* Show review count column in wp-admin text is missing
* Losing ratingValue when review has been answered
* Notice: Undefined variable: output in class-critic-admin.php on line 648
* Updated Structured-Data module, fixed incompatibility with Vantage 4+


= 1.3.0 = Feb 23, 2017
* update raty.js lib from 2.4.5 to 2.7.1.
* use web fonts instead of images to easily change color and for retina/hdpi support.
* deprecated microformats in favor of json-ld for Google search.
* added reviews meta box to wp-admin edit post/page.
* fixed wp-admin text so it's review-related and not comment.
* added option to choose star color.
* added review summary box which includes avg rating and star progress bar.
* added reviews admin counter column to "All Posts", etc pages.
* fixed issue where comment review counters on the edit screens were incorrect.
* updated the review form so it's more in line with the standard WordPress comments form.
* better back and front end author response handling.
* show recent reviews in wp-admin on post edit page.
* allow author to respond only once to each review.
* added missing moderate review email template.
* updated approved review email template.


= 1.2.0 = Dec 8, 2014
* fixed PHP notices
* fixed Using class methods as object methods instead of static
* fixed Post meta values missing if moderation enabled
* fixed Rich snippets and G Webmasters.
* changed Critic shows form when Allow comments is disabled. If comments are closed, but reviews open - reviews form will shown. WP die message will shown on attempts to posts review when reviews closed, or to post comment if comments closed for given post.
* added Classipress integration (not styling, but only functionality)
* added reply to review feature. Only authors can reply to reviews and only once.
* added option to enable Article item definition for rich snippets.


= 1.1.1 = Dec 15, 2013
* fixed critical errors for compatibility with php 5.2. used self:: vs static::
* fixed wp_list_comments callback error so reviews display correctly
* added text so reviewer sees status for review under moderation
* added new text string on edit review screen button
* added text replacement support to WordPress 3.8


= 1.1.0 = Dec 12, 2013
* fixed several php notices
* fixed issue where regular threaded comments weren't being nested
* added new hooks which allow a custom review form
* added new sidebar module that show breakdown of ratings by star
* added user meta to hold review data across all blogs
* only store parent reviews so we can support review replies later


= 1.0.0 = Jan 10, 2013
* initial release
