Releases: worksome/laravel-mfa
Releases · worksome/laravel-mfa
v0.3.0
BREAKING CHANGES
Warning
The naming of the Status enum cases have been changed to use pascal-case.
Status::APPROVED=>Status::ApprovedStatus::PENDING=>Status::PendingStatus::CANCELLED=>Status::CancelledStatus::FAILED=>Status::Failed
What's Changed
Full Changelog: v0.2.4...v0.3.0
v0.2.4
What's Changed
- chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #23
- feat: add support for Laravel 13 by @owenvoke in #24
Full Changelog: v0.2.3...v0.2.4
v0.2.3
v0.2.2
What's Changed
- chore(deps): bump ramsey/composer-install from 2 to 3 by @dependabot in #18
- chore(deps): bump dependabot/fetch-metadata from 1 to 2 by @dependabot in #19
- feat: add support for Laravel 12 by @owenvoke in #21
Full Changelog: v0.2.1...v0.2.2
v0.2.1
v0.2.0
What's Changed
- chore(deps): bump ramsey/composer-install from 1 to 2 by @dependabot in #12
- feat: require PHP 8.2 or later by @owenvoke in #13
- chore(deps): Laravel 10 support by @lukeraymonddowning in #14
New Contributors
- @dependabot made their first contribution in #12
- @lukeraymonddowning made their first contribution in #14
Full Changelog: v0.1.6...v0.2.0