Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
10 changes: 5 additions & 5 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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):
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand All @@ -706,6 +706,6 @@ SPEC CHECKSUMS:
ZendeskSupportSDK: a87ab1e4badace92c75eb11dc77ede1e995b2adc
ZIPFoundation: 249fa8890597086cd536bb2df5c9804d84e122b0

PODFILE CHECKSUM: 71f1c29351e877bb7b6f89959a22499fb01bda49
PODFILE CHECKSUM: 5178c8b4ccd3705cd5acc25afc6cbf543e0ed8bf

COCOAPODS: 1.8.4
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----
Expand Down