Misago v0.18.1 Release Notes

Release Date: 2018-06-05 // almost 6 years ago
  • 🛠 This release is small bugfix release that fixes error on login and register forms that happens when site has not enabled the social login feature.

    ⚡️ Updating instructions

    ⚡️ To update Misago from 0.18 to 0.18.1 use PIP to uninstall old Misago and install new one:

    pip uninstall misago
    pip install misago
    

    ✅ Next, run following commands to make sure your forum database and static files are up to date with latest changes:

    python manage.py migrate
    python manage.py collectstatic
    

    🐛 Bugs fixed

    • 💻 #1015 - Don't crash UI when user tries to open login or register forms on site with social auth disabled.