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

Commit 096c191

Browse files
committed
Require WordPressKit ~> 8.0-beta
We don't use any functionality from there, but we need this in order for consumers that want to upgrade to version 8 of WordPressKit to be able to.
1 parent eba1abd commit 096c191

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
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+
- Bump WordPressKit dependency to `~> 8.0-beta`
5050

5151
## 6.0.0
5252

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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ PODS:
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: f9b8be72898d0678ce5d4923721341852169e98e
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)