Misago v0.19.3 Release Notes

Release Date: 2018-10-27 // over 5 years ago
  • ๐Ÿš€ Misago 0.19.3 is a maintenance release focused on fixing issues.

    โšก๏ธ Updating instructions

    โšก๏ธ To update Misago from 0.19.2 to 0.19.3 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
    

    ๐Ÿ†• New features

    none

    Theme changes

    none

    ๐Ÿ› Bugs fixed

    • #1109 - "Undelete" moderation option is displayed to non-moderators on threads list.
    • #1110 - Active users page displays all users that ever posted, not just users that posted during ranked period.
    • #1111 - Program name passed by misago.core.setup.start_misago_project to execute_from_command_line was start-misago.py instead of misago-start.py.

    Implementation and API changes

    • ๐Ÿšš #1116 - Removed unnecessary compilemessages from ./dev txsync as this was already being done in ./dev txpull step ran internally.

    ๐Ÿ“š Documentation changes

    none

    Localization changes

    • ๐ŸŒ #1116 - Synchronized translation files with Transifex.