Skip to content

Commit f30946d

Browse files
committed
Bump version to 15.0.0
1 parent 01af35a commit f30946d

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,31 @@ _None._
3434

3535
### Breaking Changes
3636

37-
- Reworked the `NSDate` RFC3339 / WordPress.com JSON conversions API [#759]
38-
- Changed `FilePart` `filename` property to `fileName` [#765]
37+
_None._
3938

4039
### New Features
4140

4241
_None._
4342

4443
### Bug Fixes
4544

46-
- Fix crash when querying a WordPress plugin whose slug is not url-safe. [#767]
45+
_None._
4746

4847
### Internal Changes
4948

5049
_None._
5150

51+
## 15.0.0
52+
53+
### Breaking Changes
54+
55+
- Reworked the `NSDate` RFC3339 / WordPress.com JSON conversions API [#759]
56+
- Changed `FilePart` `filename` property to `fileName` [#765]
57+
58+
### Bug Fixes
59+
60+
- Fix crash when querying a WordPress plugin whose slug is not url-safe. [#767]
61+
5262
## 14.1.0
5363

5464
### 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 = '15.0.0-beta.1'
5+
s.version = '15.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)