Skip to content

Commit 7bd3d57

Browse files
authored
Release 5.2.0 (#171)
**Added** - Implement support for Back-Channel Logout [\#167](auth0/wordpress#167) ([evansims](https://github.com/evansims)) ¹ **Changed** - Bumped `auth0-php` dependency version range to `^8.10`. - Raised the minimum supported PHP version to `8.1`. - Added support for Symfony `^6.4`. - Symfony `^7.0` support will be added in a forthcoming release. > [!NOTE] > ¹ To use this feature, an Auth0 tenant must have support for it enabled.
1 parent a87a919 commit 7bd3d57

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

.version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.1.0
1+
5.2.0

CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# Change Log
22

3-
## [5.1.0](https://github.com/auth0/symfony/tree/5.0.0) (2023-07-24)
3+
## [5.2.0](https://github.com/auth0/symfony/tree/5.2.0) (2023-12-12)
4+
5+
**Added**
6+
7+
- Implement support for Back-Channel Logout [\#167](https://github.com/auth0/wordpress/pull/167) ([evansims](https://github.com/evansims)) ¹
8+
9+
**Changed**
10+
11+
- Bumped `auth0-php` dependency version range to `^8.10`.
12+
- Raised the minimum supported PHP version to `8.1`.
13+
- Added support for Symfony `^6.4`.
14+
- Symfony `^7.0` support will be added in a forthcoming release.
15+
16+
> [!NOTE]
17+
> ¹ To use this feature, an Auth0 tenant must have support for it enabled.
18+
19+
## [5.1.0](https://github.com/auth0/symfony/tree/5.1.0) (2023-07-24)
420

521
**Added**
622

src/Service.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
final class Service implements ServiceInterface
1515
{
16-
public const VERSION = '5.1.0';
16+
public const VERSION = '5.2.0';
1717

1818
private ?Auth0 $sdk = null;
1919

0 commit comments

Comments
 (0)