This repository was archived by the owner on Sep 15, 2025. It is now read-only.
Releases: wordpress-mobile/WordPressKit-iOS
Releases · wordpress-mobile/WordPressKit-iOS
17.3.0
17.2.0
17.1.2
17.1.1
17.1.0
What's Changed
New Features
- Add
getPost(withID)toPostServiceRemoteExtended[#785] - Add support for metadata to
PostServiceRemoteExtended[#783] - Add fetching of
StatsEmailsSummaryDatatoStatsService[#794] - Add fetching of
StatsSubscribersSummaryDatatoStatsService[#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
PostServiceRemoteExtendedto usewp.newPostandwp.editPostinstead of the older versions of these APIs [#792] - Update
StatsFollowerto beEquatable[#797]
Full Changelog: 17.0.0...17.1.0
17.0.0
What's Changed
- Improve Insight entities parsing by @staskus in #772
- Address a few warnings by @mokagio in #775
- SPM Prep – Use
WordPressComRESTAPIInterfacinginDomainServiceRemoteandAccountServiceRemoteRESTby @mokagio in #766 - Update project to Xcode 15.3 by @mokagio in #762
- SPM Prep - Use
WordPressComRESTAPIInterfacingfor 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
What's Changed
- Merge 15.0.0 stable release by @mokagio in #769
- Remove functionally-empty
ServiceRemoteRESTTestsby @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