Skip to content

Commit

Permalink
9.0.3 Release (#843)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshheald authored Mar 11, 2024
2 parents 0fc37d1 + a89a83c commit 30aada2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,18 @@ _None._

### Bug Fixes

- Detect invalid WordPress site address. [#841]
_None._

### Internal Changes

_None._

## 9.0.3

### Bug Fixes

- Detect invalid WordPress site address. [#841]

## 9.0.2

### Internal Changes
Expand Down
4 changes: 2 additions & 2 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PODS:
- SVProgressHUD (2.2.5)
- SwiftLint (0.54.0)
- UIDeviceIdentifier (2.3.0)
- WordPressAuthenticator (9.0.2):
- WordPressAuthenticator (9.0.3):
- Gridicons (~> 1.0)
- "NSURL+IDN (= 0.4)"
- SVProgressHUD (~> 2.2.5)
Expand Down Expand Up @@ -68,7 +68,7 @@ SPEC CHECKSUMS:
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17
WordPressAuthenticator: c86057e67ca76074f54c87213086b202210c82c6
WordPressAuthenticator: 01489772aa777842626d527b0f44026ca6ed5148
WordPressKit: 6fbe0528c43df471a73de17909413a1e42f862b1
WordPressShared: 87f3ee89b0a3e83106106f13a8b71605fb8eb6d2
WordPressUI: a491454affda3b0fb812812e637dc5e8f8f6bd06
Expand Down
2 changes: 1 addition & 1 deletion WordPressAuthenticator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pod::Spec.new do |s|
s.name = 'WordPressAuthenticator'
s.version = '9.0.2'
s.version = '9.0.3'

s.summary = 'WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps.'
s.description = <<-DESC
Expand Down

0 comments on commit 30aada2

Please sign in to comment.