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

Commit 88d1755

Browse files
authored
Release 9.0.8 and depend on WPKit ~> 17.0 (#854)
2 parents 512e8ff + 627a814 commit 88d1755

File tree

4 files changed

+17
-10
lines changed

4 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ _None._
4848

4949
_None._
5050

51+
## 9.0.8
52+
53+
### Internal Changes
54+
55+
- Allow warnings also on publish_private_pod [#853]
56+
- Depend on WPKit 17.0 [#854]
57+
5158
## 9.0.7
5259

5360
### Bug Fixes

Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def wordpress_authenticator_pods
3131
## These should match the version requirement from the podspec.
3232
pod 'Gridicons', '~> 1.0'
3333
pod 'WordPressUI', '~> 1.7-beta'
34-
pod 'WordPressKit', '~> 16.0'
34+
pod 'WordPressKit', '~> 17.0'
3535
pod 'WordPressShared', '~> 2.1-beta'
3636

3737
third_party_pods

Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ PODS:
88
- SVProgressHUD (2.2.5)
99
- SwiftLint (0.54.0)
1010
- UIDeviceIdentifier (2.3.0)
11-
- WordPressAuthenticator (9.0.7):
11+
- WordPressAuthenticator (9.0.8):
1212
- Gridicons (~> 1.0)
1313
- "NSURL+IDN (= 0.4)"
1414
- SVProgressHUD (~> 2.2.5)
15-
- WordPressKit (~> 16.0)
15+
- WordPressKit (~> 17.0)
1616
- WordPressShared (~> 2.1-beta)
1717
- WordPressUI (~> 1.7-beta)
18-
- WordPressKit (16.0.0):
18+
- WordPressKit (17.0.0):
1919
- NSObject-SafeExpectations (~> 0.0.4)
2020
- UIDeviceIdentifier (~> 2.0)
2121
- WordPressShared (~> 2.0-beta)
@@ -33,7 +33,7 @@ DEPENDENCIES:
3333
- SVProgressHUD (= 2.2.5)
3434
- SwiftLint (= 0.54.0)
3535
- WordPressAuthenticator (from `.`)
36-
- WordPressKit (~> 16.0)
36+
- WordPressKit (~> 17.0)
3737
- WordPressShared (~> 2.1-beta)
3838
- WordPressUI (~> 1.7-beta)
3939

@@ -67,12 +67,12 @@ SPEC CHECKSUMS:
6767
SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6
6868
SwiftLint: c1de071d9d08c8aba837545f6254315bc900e211
6969
UIDeviceIdentifier: 442b65b4ff1832d4ca9c2a157815cb29ad981b17
70-
WordPressAuthenticator: 81dc761a9e309bf80e9c302eb36fcacc66660e91
71-
WordPressKit: f6dc2acce37a526ddb59e02388b3d59da50918ed
70+
WordPressAuthenticator: f396f27104420ef617ffdc73dc76fab169508867
71+
WordPressKit: a71cc550f4b525ab5eef057984c8de071462edd5
7272
WordPressShared: 87f3ee89b0a3e83106106f13a8b71605fb8eb6d2
7373
WordPressUI: a491454affda3b0fb812812e637dc5e8f8f6bd06
7474
wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd
7575

76-
PODFILE CHECKSUM: ce2d9c056b5321bd076856e0f02f7b50485b0798
76+
PODFILE CHECKSUM: 98c48a8558a07d876e1720351adcb835bc40ce14
7777

7878
COCOAPODS: 1.14.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 = '9.0.7'
5+
s.version = '9.0.8'
66

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

0 commit comments

Comments
 (0)