Skip to content

Commit

Permalink
Bump version to 11.0.0 (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazytonyli authored Jan 18, 2024
2 parents db97621 + 5f417a1 commit 95b0066
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,9 +34,7 @@ _None._

### Breaking Changes

- `WordPressComRestApi` initialisers now accept a `baseURL: URL` parameter instead of `baseUrlString: String`. [#691]
- Removed the async functions in `WordPressComRestApi`. [#692]
- URL parameters in `WordPressComOAuthClient` initialisers are now declared as `URL` type, instead of `String`. [#698]
_None._

### New Features

Expand All @@ -48,6 +46,18 @@ _None._

### Internal Changes

_None._

## 11.0.0

### Breaking Changes

- `WordPressComRestApi` initialisers now accept a `baseURL: URL` parameter instead of `baseUrlString: String`. [#691]
- Removed the async functions in `WordPressComRestApi`. [#692]
- URL parameters in `WordPressComOAuthClient` initialisers are now declared as `URL` type, instead of `String`. [#698]

### Internal Changes

- Refactor WP.com authentication API requests. [#660, #661, #681]

## 10.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 = '10.0.0'
s.version = '11.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 95b0066

Please sign in to comment.