You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 15, 2025. It is now read-only.
StatsTimeIntervalData now accepts an optional unit: StatsPeriodUnit parameter that a
llows to describe the granularity of data fetched for a given period. [#712]
Internal Changes
When enabled, WordPressComRestApi sends HTTP requests using URLSession instead of Alam
ofire. [#720]
When enabled, WrodPressOrgXMLRPCApi sends HTTP requests using URLSession instead of Al
amofire. [#719]
Refactor API requests that ask for SMS code during WP.com authentication. [#683]
Refactor BlazeServiceRemote to use URLSession-backed API. [#721]
Refactor some WP.com API endpoints to use URLSession-backed API. [#722]
Note: This version should have been 9.1.0, because it introduces a new feature. However, WordPressAuthenticator currently depends on WordPressKit via ~> 9.0.0 which would result in this version being incompatible. In the interest of minimizing changes in the WordPress 24.0 release, we shipped this as 9.0.3 and decided to follow up in WordPressAuthenticator separately.
New Features
Add deviceId param to DashboardServiceRemote.fetch method. [#674]