From e2dc046bb3cfabce034136f16744a9a315ea2fc1 Mon Sep 17 00:00:00 2001 From: Povilas Staskus <4062343+staskus@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:54:46 +0300 Subject: [PATCH] Bump to 16.0.0 --- CHANGELOG.md | 14 ++++++++++++-- WordPressKit.podspec | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 777e0022..fe1ced22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/WordPressKit.podspec b/WordPressKit.podspec index 39dd5b96..1f269e1c 100644 --- a/WordPressKit.podspec +++ b/WordPressKit.podspec @@ -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