Skip to content

Commit a3ebfb6

Browse files
author
Evan Sims
authored
Release 8.7.0 (#721)
1 parent 130de08 commit a3ebfb6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ body:
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

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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**
@@ -11,7 +20,8 @@
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

src/Auth0.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)