Skip to content

Commit

Permalink
Release 5.2.0 (#171)
Browse files Browse the repository at this point in the history
**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.
  • Loading branch information
evansims authored Dec 12, 2023
1 parent a87a919 commit 7bd3d57
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.1.0
5.2.0
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# Change Log

## [5.1.0](https://github.com/auth0/symfony/tree/5.0.0) (2023-07-24)
## [5.2.0](https://github.com/auth0/symfony/tree/5.2.0) (2023-12-12)

**Added**

- Implement support for Back-Channel Logout [\#167](https://github.com/auth0/wordpress/pull/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.
## [5.1.0](https://github.com/auth0/symfony/tree/5.1.0) (2023-07-24)

**Added**

Expand Down
2 changes: 1 addition & 1 deletion src/Service.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

final class Service implements ServiceInterface
{
public const VERSION = '5.1.0';
public const VERSION = '5.2.0';

private ?Auth0 $sdk = null;

Expand Down

0 comments on commit 7bd3d57

Please sign in to comment.