From b24e5deef06cf39058e44a72077e3e4b8b83736c Mon Sep 17 00:00:00 2001 From: Diego Rey Mendez Date: Tue, 10 Mar 2020 19:19:23 -0300 Subject: [PATCH 1/3] Increases the WordPressKit version and this pod's version. --- Podfile | 2 +- WordPressAuthenticator.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Podfile b/Podfile index d58026c2e..714a936d8 100644 --- a/Podfile +++ b/Podfile @@ -11,7 +11,7 @@ def wordpress_authenticator_pods ## pod 'Gridicons', '~> 0.15' pod 'WordPressUI', '~> 1.4-beta.1' - pod 'WordPressKit', '~> 4.6.0-beta.1' + pod 'WordPressKit', '~> 4.6.0-beta.2' #pod 'WordPressKit', :git => 'https://github.com/wordpress-mobile/WordPressKit-iOS.git', :branch => 'issue/224-update-wpxmlrpc-pod' pod 'WordPressShared', '~> 1.8.13' diff --git a/WordPressAuthenticator.podspec b/WordPressAuthenticator.podspec index 5d6b2e1ed..b71214376 100644 --- a/WordPressAuthenticator.podspec +++ b/WordPressAuthenticator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WordPressAuthenticator" - s.version = "1.11.0-beta.1" + s.version = "1.11.0-beta.2" s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps." s.description = <<-DESC @@ -40,6 +40,6 @@ Pod::Spec.new do |s| s.dependency 'Gridicons', '~> 0.15' s.dependency 'GoogleSignIn', '~> 4.4' s.dependency 'WordPressUI', '~> 1.4-beta.1' - s.dependency 'WordPressKit', '~> 4.6.0-beta.1' + s.dependency 'WordPressKit', '~> 4.6.0-beta.2' s.dependency 'WordPressShared', '~> 1.8.13-beta' end From fee7b5bf70bb514a9d81b86471e7e951f01f1e84 Mon Sep 17 00:00:00 2001 From: Diego Rey Mendez Date: Tue, 10 Mar 2020 19:26:58 -0300 Subject: [PATCH 2/3] Updates the Podfile.lock. --- Podfile.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index 2f42f8d51..588c2d0db 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -44,7 +44,7 @@ PODS: - Specta (1.0.7) - SVProgressHUD (2.2.5) - UIDeviceIdentifier (1.4.0) - - WordPressKit (4.6.0-beta.1): + - WordPressKit (4.6.0-beta.2): - Alamofire (~> 4.8.0) - CocoaLumberjack (~> 3.4) - NSObject-SafeExpectations (= 0.0.3) @@ -71,7 +71,7 @@ DEPENDENCIES: - OHHTTPStubs/Swift (= 8.0.0) - Specta (= 1.0.7) - SVProgressHUD (= 2.2.5) - - WordPressKit (~> 4.6.0-beta.1) + - WordPressKit (~> 4.6.0-beta.2) - WordPressShared (~> 1.8.13) - WordPressUI (~> 1.4-beta.1) @@ -117,11 +117,11 @@ SPEC CHECKSUMS: Specta: 3e1bd89c3517421982dc4d1c992503e48bd5fe66 SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6 UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0 - WordPressKit: 769dca02698a7097b1dc2bf0d7c2aeb9c3cf38f8 + WordPressKit: 36f3dd07e27cee3153ea0d77b9802bc4fec48c19 WordPressShared: fde9523bd00696fc1dfa45ed5299e16de111ebcc WordPressUI: 35b144885c8e5817ba6874b68accc200bda61ee1 wpxmlrpc: d758b6ad17723d31d06493acc932f6d9b340de95 -PODFILE CHECKSUM: 731846f35dc585c867ce1af029d78c4bfb3bbf5f +PODFILE CHECKSUM: f9986d93ad5deb1c00dc81e674ff8963bc6c0648 COCOAPODS: 1.8.4 From d0f61c04f6661fae84e44d1d2072bfb48efcd4a7 Mon Sep 17 00:00:00 2001 From: Diego Rey Mendez Date: Tue, 10 Mar 2020 19:42:35 -0300 Subject: [PATCH 3/3] Updated the authenticator pod version to 1.11.0-beta.3. --- WordPressAuthenticator.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WordPressAuthenticator.podspec b/WordPressAuthenticator.podspec index b71214376..8c332318c 100644 --- a/WordPressAuthenticator.podspec +++ b/WordPressAuthenticator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "WordPressAuthenticator" - s.version = "1.11.0-beta.2" + s.version = "1.11.0-beta.3" s.summary = "WordPressAuthenticator implements an easy and elegant way to authenticate your WordPress Apps." s.description = <<-DESC