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._
34
34
35
35
### Breaking Changes
36
36
37
- - Reworked the ` NSDate ` RFC3339 / WordPress.com JSON conversions API [ #759 ]
38
- - Changed ` FilePart ` ` filename ` property to ` fileName ` [ #765 ]
37
+ _ None._
39
38
40
39
### New Features
41
40
42
41
_ None._
43
42
44
43
### Bug Fixes
45
44
46
- - Fix crash when querying a WordPress plugin whose slug is not url-safe. [ # 767 ]
45
+ _ None. _
47
46
48
47
### Internal Changes
49
48
50
49
_ None._
51
50
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
+
52
62
## 14.1.0
53
63
54
64
### New Features
Original file line number Diff line number Diff line change 2
2
3
3
Pod ::Spec . new do |s |
4
4
s . name = 'WordPressKit'
5
- s . version = '15.0.0-beta.1 '
5
+ s . version = '15.0.0'
6
6
7
7
s . summary = 'WordPressKit offers a clean and simple WordPress.com and WordPress.org API.'
8
8
s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments