File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,7 @@ _None._
34
34
35
35
### Breaking Changes
36
36
37
- - Changes the structure of ` StatsAnnualAndMostPopularTimeInsight ` to more accurately reflect JSON response. [ #763 ]
38
- - Reworked the ` NSDate ` RFC3339 / WordPress.com JSON conversions API [ #759 ]
37
+ _ None._
39
38
40
39
### New Features
41
40
@@ -47,6 +46,17 @@ _None._
47
46
48
47
### Internal Changes
49
48
49
+ _ None._
50
+
51
+ ## 16.0.0
52
+
53
+ ### Breaking Changes
54
+
55
+ - Changes the structure of ` StatsAnnualAndMostPopularTimeInsight ` to more accurately reflect JSON response. [ #763 ]
56
+ - Reworked the ` NSDate ` RFC3339 / WordPress.com JSON conversions API [ #759 ]
57
+
58
+ ### Internal Changes
59
+
50
60
- Improved parsing using Codable for Stats Insight entities. [ #763 ]
51
61
52
62
## 15.0.0
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'
5
+ s . version = '16 .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