Misago v0.27.0 Release Notes

Release Date: 2020-05-25 // almost 4 years ago
  • ๐Ÿš€ Misago 0.27 is a maintenance release focused on updating dependencies.

    ๐Ÿ› Bugs fixed

    • โšก๏ธ #1334 - Updated social-auth to latest version, resolving warning from GitHub about used oauth implementation being deprecated.
    • #1336 - Added space between user status and posts count in long mobile postbit.

    Implementation changes

    • ๐Ÿšš #1336 - Removed polyfill for browsers without Object.keys and Object.assign.

Previous changes from v0.19.4

  • ๐Ÿš€ Misago 0.19.4 is a security release that updates Python requests to 2.20, resolving potential vulnerability in HTTP connections handling.

    โšก๏ธ Updating instructions

    โšก๏ธ To update Misago from 0.19.3 to 0.19.4 use PIP to uninstall old Misago and install new one:

    pip uninstall misago
    pip install misago