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 +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -34,22 +34,32 @@ _None._
3434
3535### Breaking Changes
3636
37- - Rewrite ` WordPressOrgRestApi ` to support self hosted sites and WordPress.com sites. [ #724 ]
38- - Decouple ` PluginDirectoryServiceRemote ` from Alamofire. [ #725 ]
39- - Remove ` Endpoint ` . [ #725 ]
37+ _ None._
4038
4139### New Features
4240
4341_ None._
4442
4543### Bug Fixes
4644
47- - Fix crash when uploading files using background URLSession. [ # 739 ]
45+ _ None. _
4846
4947### Internal Changes
5048
5149_ None._
5250
51+ ## 14.0.0
52+
53+ ### Breaking Changes
54+
55+ - Rewrite ` WordPressOrgRestApi ` to support self hosted sites and WordPress.com sites. [ #724 ]
56+ - Decouple ` PluginDirectoryServiceRemote ` from Alamofire. [ #725 ]
57+ - Remove ` Endpoint ` . [ #725 ]
58+
59+ ### Bug Fixes
60+
61+ - Fix crash when uploading files using background ` URLSession ` . [ #739 ]
62+
5363## 13.1.0
5464
5565### New Features
Original file line number Diff line number Diff line change 22
33Pod ::Spec . new do |s |
44 s . name = 'WordPressKit'
5- s . version = '13.1 .0'
5+ s . version = '14.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