Skip to content
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.

Release v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Mar 07:52
v1.3.0
3f3a9d7

NOTE: This release has non-backwards compatible changes. It may include some changes in the database tables.

Changed

  • Important: The required minimum version of PHP is v8.1.
  • Important: This application has been upgraded to Laravel 10.x.
  • Important: Database schema has been modified in a non-backwards compatible way.
    • The password_resets table renamed to password_resets_tokens.
  • Test running against a real database instead of memory (SQLite).

Removed

  • Unused fuitcake/cors dependency.

Review CHANGELOG to see changes.