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