Misago 0.7.1 is small bugfix release correcting two bugs reported since 0.7 was released.
Updating instructions
To update Misago from 0.7 to 0.7.1, use PIP to uninstall old Misago and install new one:
pip uninstall misago
pip install misago
After installing new version with PIP make sure to runpython manage.py collectstatic
for your site to update your static files to their latest versions.
New features
none
Theme changes
none
Bugs fixed
- 864 - Lowercased all modules paths in JavaScript files, so builds shouldn't crash anymore on case-sensitive filesystems.
- 866 - Fixed bug in thread header where digit zero was displayed in place of hidden moderation button when user had not moderation actions available, but still could edit thread's title.
Implementation and API changes
none
Documentation changes
none