Skip to content

Commit

Permalink
Bump to 16.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
staskus committed Apr 1, 2024
1 parent 6a3b5c8 commit e2dc046
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 @@ -49,6 +48,17 @@ _None._

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

## 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]

### Bug Fixes

- Fix crash when querying a WordPress plugin whose slug is not url-safe. [#767]

## 15.0.0

### Breaking Changes
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 e2dc046

Please sign in to comment.