diff --git a/Podfile b/Podfile index 9e532eada072..934b369d854e 100644 --- a/Podfile +++ b/Podfile @@ -187,9 +187,9 @@ target 'WordPress' do # While in PR #pod 'Gridicons', :git => 'https://github.com/Automattic/Gridicons-iOS.git', :branch => 'feature/Swift-5-migration' - pod 'WordPressAuthenticator', '~> 1.11.0-beta.2' + pod 'WordPressAuthenticator', '~> 1.11.0-beta.4' # While in PR - # pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => 'issue/update-wpkit-to-v4.6.0-beta.1' + # pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => '' # pod 'WordPressAuthenticator', :path => '../WordPressAuthenticator-iOS' pod 'MediaEditor', '~> 1.0.1' diff --git a/Podfile.lock b/Podfile.lock index a7a22ac1cbb0..44e351dbb4b4 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -372,7 +372,7 @@ PODS: - WordPress-Aztec-iOS (1.16.0) - WordPress-Editor-iOS (1.16.0): - WordPress-Aztec-iOS (= 1.16.0) - - WordPressAuthenticator (1.11.0-beta.2): + - WordPressAuthenticator (1.11.0-beta.4): - 1PasswordExtension (= 1.8.5) - Alamofire (= 4.8) - CocoaLumberjack (~> 3.5) @@ -381,7 +381,7 @@ PODS: - lottie-ios (= 2.5.2) - "NSURL+IDN (= 0.3)" - SVProgressHUD (= 2.2.5) - - WordPressKit (~> 4.6.0-beta.1) + - WordPressKit (~> 4.6.0-beta.2) - WordPressShared (~> 1.8.13-beta) - WordPressUI (~> 1.4-beta.1) - WordPressKit (4.6.0-beta.2): @@ -475,7 +475,7 @@ DEPENDENCIES: - Starscream (= 3.0.6) - SVProgressHUD (= 2.2.5) - WordPress-Editor-iOS (~> 1.16.0) - - WordPressAuthenticator (~> 1.11.0-beta.2) + - WordPressAuthenticator (~> 1.11.0-beta.4) - WordPressKit (~> 4.6.0-beta.1) - WordPressMocks (~> 0.0.8) - WordPressShared (= 1.8.15) @@ -689,7 +689,7 @@ SPEC CHECKSUMS: UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0 WordPress-Aztec-iOS: 64a2989d25befb5ce086fac440315f696026ffd5 WordPress-Editor-iOS: 63ef6a532af2c92e3301421f5c4af41ad3be8721 - WordPressAuthenticator: d7077030e7b5a38ad080821b3871c4a8ee131c8b + WordPressAuthenticator: 6a397573be47bd9f054e79f5241095614c430f82 WordPressKit: 36f3dd07e27cee3153ea0d77b9802bc4fec48c19 WordPressMocks: b4064b99a073117bbc304abe82df78f2fbe60992 WordPressShared: 02e0947034648cbd7251ffcc10f64d512f93a53b @@ -706,6 +706,6 @@ SPEC CHECKSUMS: ZendeskSupportSDK: a87ab1e4badace92c75eb11dc77ede1e995b2adc ZIPFoundation: 249fa8890597086cd536bb2df5c9804d84e122b0 -PODFILE CHECKSUM: 71f1c29351e877bb7b6f89959a22499fb01bda49 +PODFILE CHECKSUM: 5178c8b4ccd3705cd5acc25afc6cbf543e0ed8bf COCOAPODS: 1.8.4 diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 26092f42751f..b70f033a91bb 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -5,6 +5,7 @@ - Border color on Search bars. - Stats background color on wider screen sizes. - Media Picker action bar background color. + - Login and Signup button colors. 14.4 -----