Skip to content

Commit

Permalink
Merge 16.0.0 stable release (#773)
Browse files Browse the repository at this point in the history
  • Loading branch information
staskus authored Apr 1, 2024
2 parents 6a3b5c8 + 95e3076 commit e8b69e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ _None._

### Breaking Changes

- Changes the structure of `StatsAnnualAndMostPopularTimeInsight` to more accurately reflect JSON response. [#763]
- Reworked the `NSDate` RFC3339 / WordPress.com JSON conversions API [#759]
_None._

### New Features

Expand All @@ -47,6 +46,17 @@ _None._

### Internal Changes

_None._

## 16.0.0

### Breaking Changes

- Changes the structure of `StatsAnnualAndMostPopularTimeInsight` to more accurately reflect JSON response. [#763]
- Reworked the `NSDate` RFC3339 / WordPress.com JSON conversions API [#759]

### Internal Changes

- Improved parsing using Codable for Stats Insight entities. [#763]

## 15.0.0
Expand Down
2 changes: 1 addition & 1 deletion WordPressKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'WordPressKit'
s.version = '15.0.0'
s.version = '16.0.0'

s.summary = 'WordPressKit offers a clean and simple WordPress.com and WordPress.org API.'
s.description = <<-DESC
Expand Down

0 comments on commit e8b69e3

Please sign in to comment.