Releases: wordpress-mobile/WordPressKit-iOS
Releases · wordpress-mobile/WordPressKit-iOS
14.0.0
13.1.0
New Features
StatsTimeIntervalData
now accepts an optionalunit: 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]
13.0.0
12.0.0
11.0.0
Breaking Changes
WordPressComRestApi
initialisers now accept abaseURL: URL
parameter instead ofbaseUrlString: String
. [#691]- Removed the async functions in
WordPressComRestApi
. [#692] - URL parameters in
WordPressComOAuthClient
initialisers are now declared asURL
type, instead ofString
. [#698]
Internal Changes
10.0.0
9.0.3
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]