Skip to content

Version 1.8.4

Compare
Choose a tag to compare
@svivian svivian released this 07 May 15:37
· 129 commits to master since this release

Security improvement and some bug fixes:

  • Security fix: prevent use of <embed> and <object> tags (PR #807 by @gturri).
  • Treat blob ids as strings due to size limitations (PR #735 by @pupi1985).
  • Fix negative upvoteCount wrongly displayed (PR #738 by @pupi1985).
  • Fix file input field causing problems on SnowFlat theme.
  • Avoid magic quotes deprecation notice on PHP 7.4.
  • Prevent duplicated vote events (PR #751 by @pupi1985).