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

Commit 1ebe6f6

Browse files
authored
Merge release 6.1.0 (#770)
2 parents eba1abd + a4b7e9e commit 1ebe6f6

File tree

4 files changed

+30
-15
lines changed

4 files changed

+30
-15
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,28 @@ _None._
3030
3131
-->
3232

33-
## 6.1.0
33+
## Unreleased
3434

3535
### Breaking Changes
3636

3737
_None._
3838

3939
### New Features
4040

41+
_None._
42+
43+
### Bug Fixes
44+
45+
_None._
46+
47+
### Internal Changes
48+
49+
_None._
50+
51+
## 6.1.0
52+
53+
### New Features
54+
4155
- Support navigating to the WPCom login flow with an existing email through `NavigateToEnterAccount`. [#767]
4256

4357
### Bug Fixes
@@ -46,7 +60,7 @@ _None._
4660

4761
### Internal Changes
4862

49-
_None._
63+
- Bump WordPressKit dependency to `~> 8.0-beta`
5064

5165
## 6.0.0
5266

Podfile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ def wordpress_authenticator_pods
2626
## Automattic libraries
2727
## ====================
2828
##
29-
pod 'Gridicons', '~> 1.0-beta' # Don't change this until we hit 2.0 in Gridicons
30-
pod 'WordPressUI', '~> 1.7-beta' # Don't change this until we hit 2.0 in WordPressUI
31-
pod 'WordPressKit', '~> 7.0-beta' # Don't change this until we hit 8.0 in WPKit
29+
## These should match the version requirement from the podspec.
30+
pod 'Gridicons', '~> 1.0'
31+
pod 'WordPressUI', '~> 1.7-beta'
32+
pod 'WordPressKit', '~> 8.0-beta'
3233
pod 'WordPressShared', '~> 2.1-beta'
3334

3435
third_party_pods

Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ PODS:
2222
- SVProgressHUD (2.2.5)
2323
- SwiftLint (0.49.1)
2424
- UIDeviceIdentifier (2.2.0)
25-
- WordPressAuthenticator (6.1.0-beta.1):
25+
- WordPressAuthenticator (6.1.0):
2626
- GoogleSignIn (~> 6.0.1)
2727
- Gridicons (~> 1.0)
2828
- "NSURL+IDN (= 0.4)"
2929
- SVProgressHUD (~> 2.2.5)
30-
- WordPressKit (~> 7.0-beta)
30+
- WordPressKit (~> 8.0-beta)
3131
- WordPressShared (~> 2.1-beta)
3232
- WordPressUI (~> 1.7-beta)
33-
- WordPressKit (7.0.0-beta.1):
33+
- WordPressKit (8.0.0):
3434
- Alamofire (~> 4.8.0)
3535
- NSObject-SafeExpectations (~> 0.0.4)
3636
- UIDeviceIdentifier (~> 2.0)
@@ -43,14 +43,14 @@ PODS:
4343
DEPENDENCIES:
4444
- Expecta (= 1.0.6)
4545
- GoogleSignIn (= 6.0.1)
46-
- Gridicons (~> 1.0-beta)
46+
- Gridicons (~> 1.0)
4747
- "NSURL+IDN (= 0.4)"
4848
- OCMock (~> 3.4)
4949
- Specta (= 1.0.7)
5050
- SVProgressHUD (= 2.2.5)
5151
- SwiftLint (~> 0.49)
5252
- WordPressAuthenticator (from `.`)
53-
- WordPressKit (~> 7.0-beta)
53+
- WordPressKit (~> 8.0-beta)
5454
- WordPressShared (~> 2.1-beta)
5555
- WordPressUI (~> 1.7-beta)
5656

@@ -94,12 +94,12 @@ SPEC CHECKSUMS:
9494
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
9595
SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5
9696
UIDeviceIdentifier: f33af270ba9045ea18b31d9aab88e42a0082ea67
97-
WordPressAuthenticator: e632aa8afeb4583d0c7c0818e2add2bffce47ef2
98-
WordPressKit: d5bff8713aa7c0092ff6e2a58623e46a99fc897c
97+
WordPressAuthenticator: 9956582dabc0e98fc6f22ef960c52d8a3480b2d8
98+
WordPressKit: 8e1c5a64645a59493a7316f38468ac036de9c79b
9999
WordPressShared: 0aa459e5257a77184db87805a998f447443c9706
100100
WordPressUI: 1cf47a3b78154faf69caa18569ee7ece1e510fa0
101101
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd
102102

103-
PODFILE CHECKSUM: 7c35f7d30c7c7864a85d92a354a22ddcb8f087df
103+
PODFILE CHECKSUM: c9f023378cc56b2cc3b60aae45af6fea750fe085
104104

105105
COCOAPODS: 1.11.3

WordPressAuthenticator.podspec

Lines changed: 2 additions & 2 deletions
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 = '6.1.0-beta.1'
5+
s.version = '6.1.0'
66

77
s.summary = 'WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps.'
88
s.description = <<-DESC
@@ -41,6 +41,6 @@ Pod::Spec.new do |s|
4141
# Use a loose restriction that allows both production and beta versions, up to the next major version.
4242
# If you want to update which of these is used, specify it in the host app.
4343
s.dependency 'WordPressUI', '~> 1.7-beta'
44-
s.dependency 'WordPressKit', '~> 7.0-beta'
44+
s.dependency 'WordPressKit', '~> 8.0-beta'
4545
s.dependency 'WordPressShared', '~> 2.1-beta'
4646
end

0 commit comments

Comments
 (0)