This repository was archived by the owner on Sep 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -34,21 +34,31 @@ _None._
3434
3535### Breaking Changes
3636
37- - Add a new ` unacceptableStatusCode ` error case to ` WordPressAPIError ` . [ #668 ]
38- - The ` deviceId ` parameter in ` DashboardServiceRemote ` is now non-optional. [ #678 ]
37+ _ None._
3938
4039### New Features
4140
4241_ None._
4342
4443### Bug Fixes
4544
46- - Fix a bug in parsing XMLRPC link from a RSD Link. [ # 671 ]
45+ _ None. _
4746
4847### Internal Changes
4948
5049_ None._
5150
51+ ## 10.0.0
52+
53+ ### Breaking Changes
54+
55+ - Add a new ` unacceptableStatusCode ` error case to ` WordPressAPIError ` . [ #668 ]
56+ - The ` deviceId ` parameter in ` DashboardServiceRemote ` is now non-optional. [ #678 ]
57+
58+ ### Bug Fixes
59+
60+ - Fix a bug in parsing XMLRPC link from a RSD Link. [ #671 ]
61+
5262## 9.0.3
5363
5464_ Note: This version should have been 9.1.0, because it introduces a new feature._
Original file line number Diff line number Diff line change 22
33Pod ::Spec . new do |s |
44 s . name = 'WordPressKit'
5- s . version = '9 .0.3 '
5+ s . version = '10 .0.0 '
66
77 s . summary = 'WordPressKit offers a clean and simple WordPress.com and WordPress.org API.'
88 s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments