File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 3333 label : SDK Version
3434 description : What version of our SDK are you running? (`composer show | grep auth0/auth0-php`)
3535 options :
36+ - 8.7
3637 - 8.6
3738 - 8.5
3839 - 8.4
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 8.7.0] ( https://github.com/auth0/auth0-PHP/tree/8.7.0 ) - 2023-07-20
4+
5+ ** Added**
6+
7+ - Organization Name support added for Authentication API and token handling ¹ ([ #719 ] ( https://github.com/auth0/auth0-PHP/pull/719 ) )
8+
9+ > ** Note**
10+ > ¹ To use this feature, an Auth0 tenant must have support for it enabled. This feature is not yet available to all tenants.
11+
312## [ 8.6.0] ( https://github.com/auth0/auth0-PHP/tree/8.6.0 ) - 2023-05-02
413
514** Added**
1120 - ` Auth0\SDK\Configuration\SdkConfiguration ` has been updated to accept a ` pushedAuthorizationRequest ` boolean to enable this feature.
1221- ` Auth0\SDK\Auth0::isAuthenticated() ` has been added as a shortcut method. It is an alias for ` getCredentials() !== null ` .
1322
14- ¹ ** Note:** To use this feature, an Auth0 tenant must have support for it enabled. This feature is not yet available to all tenants.
23+ > ** Note**
24+ > ¹ To use this feature, an Auth0 tenant must have support for it enabled. This feature is not yet available to all tenants.
1525
1626## [ 8.5.0] ( https://github.com/auth0/auth0-PHP/tree/8.5.0 ) - 2023-03-27
1727
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ final class Auth0 implements Auth0Interface
2121 /**
2222 * @var string
2323 */
24- public const VERSION = '8.6 .0 ' ;
24+ public const VERSION = '8.7 .0 ' ;
2525
2626 /**
2727 * Authentication Client.
You can’t perform that action at this time.
0 commit comments