Skip to content

Version 2.0

Latest
Compare
Choose a tag to compare
@jasongrimes jasongrimes released this 01 Nov 19:52
· 6 commits to master since this release

This release breaks backwards compatibility with the database from version 1.x. Upgrading is easy though. See sql/MIGRATION.md for details.

Changes in this release:

  • Moved username, isEnabled, confirmationToken, and timePasswordRequested from custom fields to User class properties.
  • Updated database generation scripts.
  • Added database migration tools and documentation.