Skip to content

Commit 5f11454

Browse files
committed
Changelog and SDK version for 5.3.1 release
1 parent 1b84e44 commit 5f11454

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change Log
22

3+
## [5.3.1](https://github.com/auth0/laravel-auth0/tree/5.3.1) (2019-11-14)
4+
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/5.3.0...5.3.1)
5+
6+
**Closed issues**
7+
- Setting of state_handler in Auth0Service causes "Invalid state" error [\#154](https://github.com/auth0/laravel-auth0/issues/154)
8+
9+
**Fixed**
10+
- Allow store and state_handler to be passed in from config [\#156](https://github.com/auth0/laravel-auth0/pull/156) ([joshcanhelp](https://github.com/joshcanhelp))
11+
- Add 'persist_refresh_token' key to laravel-auth0 configuration file. [\#152](https://github.com/auth0/laravel-auth0/pull/152) ([tpenaranda](https://github.com/tpenaranda))
12+
- Replace`setEnvironment` with `setEnvProperty` [\#145](https://github.com/auth0/laravel-auth0/pull/145) ([nstapelbroek](https://github.com/nstapelbroek))
13+
314
## [5.3.0](https://github.com/auth0/laravel-auth0/tree/5.3.0) (2019-09-26)
415
[Full Changelog](https://github.com/auth0/laravel-auth0/compare/5.2.0...5.3.0)
516

examples/README.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

src/Auth0/Login/LoginServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class LoginServiceProvider extends ServiceProvider
1313
{
1414

15-
const SDK_VERSION = "5.3.0";
15+
const SDK_VERSION = "5.3.1";
1616

1717
/**
1818
* Bootstrap the application events.

0 commit comments

Comments
 (0)