Skip to content

Releases: jrean/laravel-user-verification

V4.1.8

22 Apr 15:55

Choose a tag to compare

  • Merge #130 fixing a bug when trying to set a custom from / name attribute with the send() method.
  • Fixes a bug where only the sender e-mail was passed and not both e-mail and name
  • Add custom e-mail view name in package config file
  • Improved docblocks

V4.1.7

20 Apr 08:15

Choose a tag to compare

  • Mailer contract required

V4.1.6

20 Apr 07:55

Choose a tag to compare

  • Add the auto-login option after verification
  • Improved documentation

V4.1.5

19 Apr 11:14

Choose a tag to compare

  • Improved documentation

V3.0.23

19 Apr 11:15

Choose a tag to compare

  • Improved documentation

V4.1.4

31 Mar 01:11

Choose a tag to compare

  • Fix validation return value introduced in 4.1.3

V4.0.6

31 Mar 01:37

Choose a tag to compare

  • Fix validation return value
  • DEPRECATE the branch (refer to 4.1 or master)

V3.0.22

31 Mar 01:25

Choose a tag to compare

  • Fix validation return value introduced in 3.0.21

V2.2.29

31 Mar 01:22

Choose a tag to compare

  • Fix validation return value introduced in 2.2.27

V4.1.3

29 Mar 17:20

Choose a tag to compare

  • Fix request validation
  • Check if user has an e-mail + new Exception
  • Improved documentation