You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,17 +2,17 @@
2
2
3
3
All notable changes to `ubient/laravel-pwned-passwords` will be documented in this file
4
4
5
-
## 2.0.1 - 2020-04-11
5
+
## 3.1.0 - 2020-04-12
6
6
- Add support for Laravel 7
7
7
- Fixed a bug where an error might be thrown for not being able to reach the Pwned Passwords API.
8
8
Instead, the default behaviour now is to accept the password as non-pwned and send a warning to Laravel's Log.
9
9
If you would like to override this behaviour, you can [create your own implementation of the LookupErrorHandler and bind it in your application](README.md#handling-lookup-errors).
0 commit comments