Version 3.8.2
This release contains an important security fix for authenticated users when viewing the Stream records.
- Security: Ensure the value of
order
query parameter forwarded to the database query when viewing the Stream records in the WordPress admin is eitherASC
orDESC
. Previously it passes the whole value oforder
filtered throughesc_sql()
.