2.19.0 Release Notes

May 7, 2021

Summary

New Features:

  • Updated API support for Moderation queues to provide GET calls to return list of content in reported, moderation, and spam queues
  • New PUT APIs to allow content to be marked/unmarked in SPAM state
  • New PUT APIs to Redirect / Un-Redirect questions
  • New PUT API to allow content to be rejected from Moderation
    These new calls are found in the NODE and Question sections of the API documentation

Multiple maintenance updates in this release of AnswerHub:

Changelog

2.19.0 Release addresses the following:

  • MSAH-1777 Accessibility - Resolved issues while tabbing inside the left navigation pane, focus is going out of the navigation pane without pane getting closed when zoomed to 200%

  • ANSUP-13823 Addressed unexpected strings being presented in activity feed for some user profiles.

  • MSAH-1784 / ANSUP-14144 / ANSUP-14092 - Resolved issue that affected multiple communities where users are unable to see article navigation links displayed to the right of viewed articles.

  • Updated badge logic to ensure accurate summary count of badges for each user when viewing users page compared to the number of badges displayed on individual users pages. (In some cases, the summary count of the number of earned gold, silver, bronze badges displayed on the all users page for some users did not match the count of badges that were displayed on their individual profile page)

  • Added a control to limit the file size of image upload for Site Notification feature

  • Revised admin permission checks - attempts to access Admin pages by cut and paste of known admin URLs or appending /admin to the root domain will now return page not found instead of permission denied message. The intended (new) behavior is to avoid presenting an unauthorized user with confirmation of existence of pages to which they do not have access.