Misago v0.27.0 Release Notes
Release Date: 2020-05-25 // almost 3 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
andObject.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