Skip to content

Releases: worksome/laravel-mfa

v0.3.0

10 Mar 16:48
f3583f8

Choose a tag to compare

BREAKING CHANGES

Warning

The naming of the Status enum cases have been changed to use pascal-case.

  • Status::APPROVED => Status::Approved
  • Status::PENDING => Status::Pending
  • Status::CANCELLED => Status::Cancelled
  • Status::FAILED => Status::Failed

What's Changed

Full Changelog: v0.2.4...v0.3.0

v0.2.4

04 Mar 15:25
4aca9de

Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

06 Jan 10:29
40d2fb9

Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

13 Mar 09:39
e1d0c60

Choose a tag to compare

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

21 Mar 09:33
56d757d

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

03 Feb 11:42
91b2014

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.2.0