Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit 52ce5e6

Browse files
authored
Release version 9.10.1 (#866)
2 parents 40adea9 + 3f98b92 commit 52ce5e6

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ _None._
3838

3939
### New Features
4040

41-
- Add support for logging in into WPCOM suspended sites. [#858]
42-
- Update `WordPressComAccountService/requestAuthenticationLink` with a new argument `createAccountIfNotFound` to allow creating new accounts. [#861]
41+
_None._
4342

4443
### Bug Fixes
4544

@@ -49,6 +48,13 @@ _None._
4948

5049
_None._
5150

51+
## 9.10.1
52+
53+
### New Features
54+
55+
- Add support for logging in into WPCOM suspended sites. [#858]
56+
- Update `WordPressComAccountService/requestAuthenticationLink` with a new argument `createAccountIfNotFound` to allow creating new accounts. [#861]
57+
5258
## 9.10.0
5359

5460
### Internal Changes

Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PODS:
88
- SVProgressHUD (2.2.5)
99
- SwiftLint (0.54.0)
1010
- UIDeviceIdentifier (2.3.0)
11-
- WordPressAuthenticator (9.10.0):
11+
- WordPressAuthenticator (9.10.1):
1212
- Gridicons (~> 1.0)
1313
- "NSURL+IDN (= 0.4)"
1414
- SVProgressHUD (~> 2.2.5)
@@ -67,7 +67,7 @@ SPEC CHECKSUMS:
6767
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
6868
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
6969
UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17
70-
WordPressAuthenticator: 0f4f47d6f71cfa763cb636876d69170a3c710002
70+
WordPressAuthenticator: d54323ca733b41b10a7fd64f5d1ca2d9efc47720
7171
WordPressKit: faf8c6de7c2acfe71cf95b4db896901060967089
7272
WordPressShared: 87f3ee89b0a3e83106106f13a8b71605fb8eb6d2
7373
WordPressUI: a491454affda3b0fb812812e637dc5e8f8f6bd06

WordPressAuthenticator.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Pod::Spec.new do |s|
44
s.name = 'WordPressAuthenticator'
5-
s.version = '9.10.0'
5+
s.version = '9.10.1'
66

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

0 commit comments

Comments
 (0)