Skip to content
This repository was archived by the owner on Sep 15, 2025. It is now read-only.

11.0.0

Choose a tag to compare

@crazytonyli crazytonyli released this 18 Jan 20:17
· 730 commits to trunk since this release
95b0066

Breaking Changes

  • WordPressComRestApi initialisers now accept a baseURL: URL parameter instead of baseUrlString: String. [#691]
  • Removed the async functions in WordPressComRestApi. [#692]
  • URL parameters in WordPressComOAuthClient initialisers are now declared as URL type, instead of String. [#698]

Internal Changes

  • Refactor WP.com authentication API requests. [#660, #661, #681]