6.2.1 - Fix sorting param bug in Conversations Display
The sort parameters for the Review and Question/Answer display were incorrect. We've deprecated the old sorts and updated to the correct list. If you are sorting Review or Question display data, you will want to update to the newer method.
Deprecated Methods
BVReviewsRequest#addSort(...)
BVQuestionsAndAnswersRequest#addSort(...)
New Methods
BVReviewsRequest#addReviewSort(...)
BVQuestionsAndAnswersRequest#addQuestionSort(...)