Skip to content

Quizfreely v0.28.1 - Minor bug fixes

Latest
Compare
Choose a tag to compare
@ehanahamed ehanahamed released this 06 Jan 18:38
fe86854

Version 0.28.1 fixes a few bugs where users who used quizfreely before version 0.28.0 couldn't switch themes or sign in without clearing their cookies. This version fixes that problem, and now those users can update settings/sign-in normally again, without clearing cookies or anything.

Version 0.27.4 stored settings and auth tokens in cookies with domain attributes, but v0.28.0 removed the domain attribute (and cookies_domain in our dotenv file), so the updated site would try to update those cookies without the domain attribute, which would make most web browsers just not update the cookie, which made some users unable to update settings or sign in to a different account unless they cleared their cookies from their browser settings and tried again. This is fixed now, and users do not have to clear their cookies anymore.

v0.28.1 has no breaking changes, no API changes, and no database changes.