File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1111 label : SDK Version
1212 description : What version of our Laravel plugin are you running? (`composer show | grep auth0/login`)
1313 options :
14+ - 7.5
1415 - 7.4
1516 - 7.3
1617 - 7.2
Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5- Most of these changes rely on upstream changes in the Auth0-PHP SDK that are waiting for release.
6- These changes will not function correctly until that release is made.
5+ ## [ 7.5.0] ( https://github.com/auth0/laravel-auth0/tree/7.5.0 ) (2023-04-03)
76
87** Added**
98
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ final class Auth0 implements ServiceContract
2525 *
2626 * @var string
2727 */
28- public const VERSION = '7.4 .0 ' ;
28+ public const VERSION = '7.5 .0 ' ;
2929
3030 public function __construct (
3131 private ?SDKContract $ sdk = null ,
You can’t perform that action at this time.
0 commit comments