Skip to content

6.2.1 - Fix sorting param bug in Conversations Display

Compare
Choose a tag to compare
@austimkelly austimkelly released this 31 Jan 14:03
· 1347 commits to master since this release

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(...)