diff --git a/CHANGELOG.md b/CHANGELOG.md index f25db66cd..96589e273 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,7 @@ _None._ ### Internal Changes -_None._ +- Change minimum version of WordPressKit to 7.0 [#754] ## 5.5.0 diff --git a/Podfile b/Podfile index 97235de5b..eb3bb33b3 100644 --- a/Podfile +++ b/Podfile @@ -28,7 +28,7 @@ def wordpress_authenticator_pods ## pod 'Gridicons', '~> 1.0-beta' # Don't change this until we hit 2.0 in Gridicons pod 'WordPressUI', '~> 1.7-beta' # Don't change this until we hit 2.0 in WordPressUI - pod 'WordPressKit', '~> 6.0-beta' # Don't change this until we hit 5.0 in WPKit + pod 'WordPressKit', '~> 7.0-beta' # Don't change this until we hit 8.0 in WPKit pod 'WordPressShared', '~> 2.1-beta' third_party_pods diff --git a/Podfile.lock b/Podfile.lock index 52ef9cc6c..8db209ac5 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -22,15 +22,15 @@ PODS: - SVProgressHUD (2.2.5) - SwiftLint (0.49.1) - UIDeviceIdentifier (2.2.0) - - WordPressAuthenticator (5.5.0): + - WordPressAuthenticator (5.6.0-beta.1): - GoogleSignIn (~> 6.0.1) - Gridicons (~> 1.0) - "NSURL+IDN (= 0.4)" - SVProgressHUD (~> 2.2.5) - - WordPressKit (~> 6.0-beta) + - WordPressKit (~> 7.0-beta) - WordPressShared (~> 2.1-beta) - WordPressUI (~> 1.7-beta) - - WordPressKit (6.0.0-beta.1): + - WordPressKit (7.0.0-beta.1): - Alamofire (~> 4.8.0) - NSObject-SafeExpectations (~> 0.0.4) - UIDeviceIdentifier (~> 2.0) @@ -50,7 +50,7 @@ DEPENDENCIES: - SVProgressHUD (= 2.2.5) - SwiftLint (~> 0.49) - WordPressAuthenticator (from `.`) - - WordPressKit (~> 6.0-beta) + - WordPressKit (~> 7.0-beta) - WordPressShared (~> 2.1-beta) - WordPressUI (~> 1.7-beta) @@ -94,12 +94,12 @@ SPEC CHECKSUMS: SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6 SwiftLint: 32ee33ded0636d0905ef6911b2b67bbaeeedafa5 UIDeviceIdentifier: f33af270ba9045ea18b31d9aab88e42a0082ea67 - WordPressAuthenticator: 0620a9f3a367af505d9bc946975184a73906e2e5 - WordPressKit: 08da0bc981f6398ef7a32e523fd054de7d7c7069 + WordPressAuthenticator: 05297f67b2f8b3cc1758ff006cfe93109ccddd40 + WordPressKit: d5bff8713aa7c0092ff6e2a58623e46a99fc897c WordPressShared: 0aa459e5257a77184db87805a998f447443c9706 WordPressUI: 1cf47a3b78154faf69caa18569ee7ece1e510fa0 wpxmlrpc: 68db063041e85d186db21f674adf08d9c70627fd -PODFILE CHECKSUM: 8746ca27deaec1c319801f91d81dab582ee1c0f5 +PODFILE CHECKSUM: 7c35f7d30c7c7864a85d92a354a22ddcb8f087df COCOAPODS: 1.11.3 diff --git a/WordPressAuthenticator.podspec b/WordPressAuthenticator.podspec index 73ff1a185..ab2699dfc 100644 --- a/WordPressAuthenticator.podspec +++ b/WordPressAuthenticator.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = 'WordPressAuthenticator' - s.version = '5.5.0' + s.version = '5.6.0-beta.1' s.summary = 'WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps.' s.description = <<-DESC @@ -41,6 +41,6 @@ Pod::Spec.new do |s| # Use a loose restriction that allows both production and beta versions, up to the next major version. # If you want to update which of these is used, specify it in the host app. s.dependency 'WordPressUI', '~> 1.7-beta' - s.dependency 'WordPressKit', '~> 6.0-beta' + s.dependency 'WordPressKit', '~> 7.0-beta' s.dependency 'WordPressShared', '~> 2.1-beta' end