Skip to content

v0.5.0

Compare
Choose a tag to compare
@CrawlerCode CrawlerCode released this 25 Jan 17:40

0.5.0 (2025-01-25)

πŸš€ Features

  • Allow to customize the sign in button (#7)
  • Improved users collection & add better support for customization (18810ec)
  • basic-example: Add basic-example project (76fc27a)

🩹 Fixes

  • PayloadAdapter: Fix not found error on first sign in (afd1273)

🏑 Chore

  • Add github issue template (5038483)
  • Update dependencies (e74b980)
  • Move README and add symlink (8b15168)
  • Set minimal required payload version to 3.1.1 (c621343)
  • Add banner (da224a0)

DATABASE SCHEMA CHANGE

Previously, this plugin always added session and verification token tables. Starting from 0.5.0, the plugin determines whether you are using these features and adds the fields/tables conditionally. For this reason, the database schema is changed and you must create a migration.

Further information can be found in the discussions #9