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

Commit 5167a6c

Browse files
committed
Bump version to 14.0.0
1 parent 5671164 commit 5167a6c

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff 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

WordPressKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::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

0 commit comments

Comments
 (0)