Skip to content

Releases: 2JJ1/Pow-Forum

v2.1.0-alpha

18 Apr 00:59
Compare
Choose a tag to compare
v2.1.0-alpha Pre-release
Pre-release

Breaking changes:

  • The email verification system has changed. The existing database collection is no longer used. If upgrading from version 1.x, every account will appear to have a verified email. To fix this, simply migrate the old database collection using this command:
    > node cli -c upgradev2
    Afterwards, you may optionally delete the "PendingEmailVerifications" MongoDB collection
  • Removed use of Google Captcha in favor of Cloudflare Turnstile. You need to go to your admin dashboard -> 3rd party configuration -> Fill out the API keys for Cloudflare Turnstile. Create your keys here: https://www.cloudflare.com/products/turnstile/

v1.x

17 Apr 23:48
Compare
Choose a tag to compare
v1.x Pre-release
Pre-release

The first release of Pow Forum