Skip to content

Commit

Permalink
Bump version to 15.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Mar 26, 2024
1 parent 01af35a commit f30946d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,31 @@ _None._

### Breaking Changes

- Reworked the `NSDate` RFC3339 / WordPress.com JSON conversions API [#759]
- Changed `FilePart` `filename` property to `fileName` [#765]
_None._

### New Features

_None._

### Bug Fixes

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

### Internal Changes

_None._

## 15.0.0

### Breaking Changes

- Reworked the `NSDate` RFC3339 / WordPress.com JSON conversions API [#759]
- Changed `FilePart` `filename` property to `fileName` [#765]

### Bug Fixes

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

## 14.1.0

### New Features
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-beta.1'
s.version = '15.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 f30946d

Please sign in to comment.