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

Commit b89ade5

Browse files
authored
Merge pull request #754 from wordpress-mobile/bump-wpkit-dependency-7.0
Bump minimum version of `WordPressKit` dependency to `7.0`
2 parents c0d1606 + 57cbe67 commit b89ade5

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ _None._
4646

4747
### Internal Changes
4848

49-
_None._
49+
- Change minimum version of WordPressKit to 7.0 [#754]
5050

5151
## 5.5.0
5252

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def wordpress_authenticator_pods
2828
##
2929
pod 'Gridicons', '~> 1.0-beta' # Don't change this until we hit 2.0 in Gridicons
3030
pod 'WordPressUI', '~> 1.7-beta' # Don't change this until we hit 2.0 in WordPressUI
31-
pod 'WordPressKit', '~> 6.0-beta' # Don't change this until we hit 5.0 in WPKit
31+
pod 'WordPressKit', '~> 7.0-beta' # Don't change this until we hit 8.0 in WPKit
3232
pod 'WordPressShared', '~> 2.1-beta'
3333

3434
third_party_pods

Podfile.lock

Lines changed: 7 additions & 7 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 (5.5.0):
25+
- WordPressAuthenticator (5.6.0-beta.1):
2626
- GoogleSignIn (~> 6.0.1)
2727
- Gridicons (~> 1.0)
2828
- "NSURL+IDN (= 0.4)"
2929
- SVProgressHUD (~> 2.2.5)
30-
- WordPressKit (~> 6.0-beta)
30+
- WordPressKit (~> 7.0-beta)
3131
- WordPressShared (~> 2.1-beta)
3232
- WordPressUI (~> 1.7-beta)
33-
- WordPressKit (6.0.0-beta.1):
33+
- WordPressKit (7.0.0-beta.1):
3434
- Alamofire (~> 4.8.0)
3535
- NSObject-SafeExpectations (~> 0.0.4)
3636
- UIDeviceIdentifier (~> 2.0)
@@ -50,7 +50,7 @@ DEPENDENCIES:
5050
- SVProgressHUD (= 2.2.5)
5151
- SwiftLint (~> 0.49)
5252
- WordPressAuthenticator (from `.`)
53-
- WordPressKit (~> 6.0-beta)
53+
- WordPressKit (~> 7.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: 0620a9f3a367af505d9bc946975184a73906e2e5
98-
WordPressKit: 08da0bc981f6398ef7a32e523fd054de7d7c7069
97+
WordPressAuthenticator: 05297f67b2f8b3cc1758ff006cfe93109ccddd40
98+
WordPressKit: d5bff8713aa7c0092ff6e2a58623e46a99fc897c
9999
WordPressShared: 0aa459e5257a77184db87805a998f447443c9706
100100
WordPressUI: 1cf47a3b78154faf69caa18569ee7ece1e510fa0
101101
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd
102102

103-
PODFILE CHECKSUM: 8746ca27deaec1c319801f91d81dab582ee1c0f5
103+
PODFILE CHECKSUM: 7c35f7d30c7c7864a85d92a354a22ddcb8f087df
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 = '5.5.0'
5+
s.version = '5.6.0-beta.1'
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', '~> 6.0-beta'
44+
s.dependency 'WordPressKit', '~> 7.0-beta'
4545
s.dependency 'WordPressShared', '~> 2.1-beta'
4646
end

0 commit comments

Comments
 (0)