Misago 0.25 is a maintenance release that fixes Google social auth provider and synchronizes translations with Transifex.
Updating instructions
To upgrade your Misago to 0.25, run ./appctl upgrade
command.
Translations
- 1325: Update Chinese and Portuguese (Brazilian) translations.
Bugfixess
- 1323: Changed internal ID for Google social login provider to correct one.
Implementation changes
- Reformatted code with recent version of Black.
- 1323:
Providers.add
menthod will raiseValueError
ifprovider
doesn't match it's auth backend'sname
attribute.