Skip to content

Releases: wordpress-mobile/WordPressKit-iOS

17.2.0

10 Jun 13:24
dbf0a77
Compare
Choose a tag to compare

What's Changed

  • Add PostServiceRemoteREST/createAutosave by @kean in #807
  • Adds os_version parameter to feature flags and dashboard cards APIs by @antonis in #810
  • Bump version to 17.2.0 by @dvdchr in #811

Full Changelog: 17.1.2...17.2.0

17.1.2

27 May 18:15
41bda2a
Compare
Choose a tag to compare

What's Changed

  • Add JetpackAIServiceRemote by @kean in #804

Full Changelog: 17.1.1...17.1.2

17.1.1

07 May 15:13
425b473
Compare
Choose a tag to compare

What's Changed

  • Fix encoding of empty fields for RemotePostUpdateParametersWordPressComEncoder by @kean in #801

Full Changelog: 17.1.0...17.1.1

17.1.0

29 Apr 09:58
ef18907
Compare
Choose a tag to compare

What's Changed

New Features

  • Add getPost(withID) to PostServiceRemoteExtended [#785]
  • Add support for metadata to PostServiceRemoteExtended [#783]
  • Add fetching of StatsEmailsSummaryData to StatsService [#794]
  • Add fetching of StatsSubscribersSummaryData to StatsService [#795]

Bug Fixes

  • Fix encoding for some fields in the new XMLRPC endpoints [#786]
  • Fix an issue with parent page removal in new PostServiceRemoteExtended [#796]

Internal Changes

  • Update new APIs to create and update posts introduced PostServiceRemoteExtended to use wp.newPost and wp.editPost instead of the older versions of these APIs [#792]
  • Update StatsFollower to be Equatable [#797]

Full Changelog: 17.0.0...17.1.0

17.0.0

15 Apr 15:03
e3ab875
Compare
Choose a tag to compare

What's Changed

  • Improve Insight entities parsing by @staskus in #772
  • Address a few warnings by @mokagio in #775
  • SPM Prep – Use WordPressComRESTAPIInterfacing in DomainServiceRemote and AccountServiceRemoteREST by @mokagio in #766
  • Update project to Xcode 15.3 by @mokagio in #762
  • SPM Prep - Use WordPressComRESTAPIInterfacing for all sync GET and POST requests in the Swift code by @mokagio in #777
  • SPM Prep – Define APIInterface package by @mokagio in #774
  • SPM Prep - Isolate API version enum and convert to modern Objective-C by @mokagio in #778
  • Make Stats-related entities Equatable by @staskus in #751
  • Fix remote post update params diff by @kean in #770
  • Add new delete endpoint by @kean in #776
  • Fix looking up multipart form temporary files by @crazytonyli in #781
  • Offline Mode: Add support for metadata by @kean in #783
  • Merge 17.0.0 stable release by @momo-ozawa in #791

Full Changelog: 16.0.0...17.0.0

16.0.0

01 Apr 16:20
e8b69e3
Compare
Choose a tag to compare

What's Changed

  • Merge 15.0.0 stable release by @mokagio in #769
  • Remove functionally-empty ServiceRemoteRESTTests by @mokagio in #768
  • Reader: Update fetch followed sites to take additional parameters by @wargcm in #753
  • Improve Insight entities parsing and introduce Codable by @staskus in #763
  • Merge 16.0.0 stable release by @staskus in #773

Full Changelog: 15.0.0...16.0.0

15.0.0

26 Mar 08:53
f30946d
Compare
Choose a tag to compare

Breaking Changes

  • Reworked the NSDate RFC3339 / WordPress.com JSON conversions API [#759]
  • Changed FilePart filename property to fileName [#765]

Bug Fixes

  • Fix crash when querying a WordPress plugin whose slug is not url-safe. [#767]

14.1.0

17 Mar 23:18
8871084
Compare
Choose a tag to compare

New Features

  • Add Reader discover streams endpoint. [#744]

Bug Fixes

  • Fix a rare crash when accessing date formatter from different threads in StatsRemoteService. [#749]

Internal Changes

  • Add WP.com theme type information. [#750]

14.0.1

08 Mar 05:35
94fca75
Compare
Choose a tag to compare

Bug Fixes

  • Fix parsing issues in getting Zendesk metadata and feature announcements. [#746]

14.0.0

04 Mar 05:39
5167a6c
Compare
Choose a tag to compare

14.0.0

Breaking Changes

  • Rewrite WordPressOrgRestApi to support self hosted sites and WordPress.com sites. [#724]
  • Decouple PluginDirectoryServiceRemote from Alamofire. [#725]
  • Remove Endpoint. [#725]

Bug Fixes

  • Fix crash when uploading files using background URLSession. [#739]