This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
Release v1.3.0
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 topassword_resets_tokens
.
- The
- Test running against a real database instead of memory (SQLite).
Removed
- Unused
fuitcake/cors
dependency.
Review CHANGELOG to see changes.