Skip to content

Commit 4694a4d

Browse files
committed
Bump 5.1.0
1 parent 91909c9 commit 4694a4d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
### Updated
1010

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

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

2628
- [WordPress 6](https://wordpress.org/support/wordpress-version/version-6-0/) and [PHP 8](https://www.php.net/releases/8.0/en.php) support
2729
- Integration with the [Auth0-PHP SDK](https://github.com/auth0/auth0-php), and access to its entire API (including Management API calls)
28-
High-performance background sync using [WordPress' Cron](https://developer.wordpress.org/plugins/cron/) feature
30+
High-performance background sync using [WordPress' Cron](https://developer.wordpress.org/plugins/cron/) feature
2931
- "Flexible identifier" support, allowing users to sign in using multiple connection types without requiring extra configuration
3032
- Expanded control over how sign-ins without matching existing WordPress accounts are handled
3133
- Enhanced session pairing between WordPress and Auth0, including session invalidation, access token refresh, and more.

src/Http/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ private function setupTelemetry(): void
122122
}
123123

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

127127
$this->telemetrySet = true;
128128
}

0 commit comments

Comments
 (0)