Skip to content

Releases: wotzebra/laravel-verification-code

3.1.0

05 Mar 10:12
53dc86c

Choose a tag to compare

  • Added: Laravel 12 support (#42)

3.0.0

26 Sep 11:08
3449314

Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...3.0.0

2.1.1

15 Mar 11:57
1398386

Choose a tag to compare

  • Added: Laravel 11 support (#36)

2.1.0

15 Dec 11:09

Choose a tag to compare

  • Added: PHP 8.3 support (#34)

2.0.0

25 Aug 11:20
00e504b

Choose a tag to compare

  • Verification code Model can be customized (#33)
  • Expire hours changed to Expire seconds (#32)
  • Add unicode support (#30)
  • Drop support for PHP 7.x and Drop support for Laravel 7, Laravel 8 and Laravel 9 (#31)

1.3.0

19 Feb 13:33
aa4c824

Choose a tag to compare

  • Add PHP 8.2 support (#27)
  • Add Laravel 10 support (#26)

1.2.3

18 May 12:03
b59361f

Choose a tag to compare

  • Changed: Do not purge codes that have not expired yet (#24)

1.2.2

06 May 07:37
51562dd

Choose a tag to compare

  • Added: parameter to verify method to prevent deleting of the code after verification #23
  • Added: command to prune old codes from the database #22

1.2.1

01 Mar 14:49
38eb158

Choose a tag to compare

  • Fix composer.json file to ensure package can still be used in Laravel 7/8

1.2.0

16 Feb 16:42
f5c8d63

Choose a tag to compare

  • Add PHP 8.1 and Laravel 9 support (#20)