BREAKING CHANGE
Likelihood Of Impact: Low
The VerificationCodeIsValid
has been changed to implement ValidationRule
instead of the deprecated Rule
interface.
If you were manually using the passes()
or message()
methods, these are no longer available and should be migrated to use validate()
instead.
What's Changed
Full Changelog: v0.5.7...v0.6.0