Skip to content

Commit

Permalink
Bump 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evansims committed Jul 24, 2023
1 parent 91909c9 commit 4694a4d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Expand Up @@ -8,7 +8,9 @@

### Updated

- Bumped tested WordPress version to 6.3.0.
- Bumped tested WordPress version to forthcoming 6.3.0 release.
- Bumped `auth0-php` dependency version range to `^8.7`.
- Updated telemetry to indicate `wordpress` package (previously `wp-auth0`.)

> **Note**
> ¹ To use this feature, an Auth0 tenant must have support for it enabled. This feature is not yet available to all tenants.
Expand All @@ -25,7 +27,7 @@ Introducing V5 of WP-Auth0 ("Login by Auth0"), a major redesign and upgrade to o

- [WordPress 6](https://wordpress.org/support/wordpress-version/version-6-0/) and [PHP 8](https://www.php.net/releases/8.0/en.php) support
- Integration with the [Auth0-PHP SDK](https://github.com/auth0/auth0-php), and access to its entire API (including Management API calls)
High-performance background sync using [WordPress' Cron](https://developer.wordpress.org/plugins/cron/) feature
High-performance background sync using [WordPress' Cron](https://developer.wordpress.org/plugins/cron/) feature
- "Flexible identifier" support, allowing users to sign in using multiple connection types without requiring extra configuration
- Expanded control over how sign-ins without matching existing WordPress accounts are handled
- Enhanced session pairing between WordPress and Auth0, including session invalidation, access token refresh, and more.
Expand Down
2 changes: 1 addition & 1 deletion src/Http/Client.php
Expand Up @@ -122,7 +122,7 @@ private function setupTelemetry(): void
}

HttpTelemetry::setEnvProperty('WordPress', $wp_version);
HttpTelemetry::setPackage('wp-auth0', WP_AUTH0_VERSION);
HttpTelemetry::setPackage('wordpress', WP_AUTH0_VERSION);

$this->telemetrySet = true;
}
Expand Down

0 comments on commit 4694a4d

Please sign in to comment.