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
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ target 'WooCommerce' do

pod 'Gridicons', '~> 1.0'

pod 'WordPressAuthenticator', '~> 1.11.2-beta.1'
# To allow pod to pick up beta versions use -beta. E.g., 1.1.7-beta.1
#pod 'WordPressAuthenticator', :git => 'https://github.com/wordpress-mobile/WordPressAuthenticator-iOS.git', :branch => ''
pod 'WordPressAuthenticator', '~> 1.11.0'

# pod 'WordPressShared', :git => 'https://github.com/wordpress-mobile/WordPress-iOS-Shared.git', :branch => 'task/support-swift-5'
pod 'WordPressShared', '~> 1.8.16'
Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ PODS:
- WordPress-Aztec-iOS (1.11.0)
- WordPress-Editor-iOS (1.11.0):
- WordPress-Aztec-iOS (= 1.11.0)
- WordPressAuthenticator (1.11.1):
- WordPressAuthenticator (1.11.2-beta.1):
- 1PasswordExtension (= 1.8.6)
- Alamofire (= 4.8)
- CocoaLumberjack (~> 3.5)
Expand Down Expand Up @@ -101,7 +101,7 @@ DEPENDENCIES:
- KeychainAccess (~> 3.2)
- Kingfisher (~> 5.11.0)
- WordPress-Editor-iOS (~> 1.11.0)
- WordPressAuthenticator (~> 1.11.0)
- WordPressAuthenticator (~> 1.11.2-beta.1)
- WordPressShared (~> 1.8.16)
- WordPressUI (~> 1.5.2)
- Wormholy (~> 1.5.1)
Expand Down Expand Up @@ -172,7 +172,7 @@ SPEC CHECKSUMS:
UIDeviceIdentifier: 44f805037d21b94394821828f4fcaba34b38c2d0
WordPress-Aztec-iOS: 050b34d4c3adfb7c60363849049b13d60683b348
WordPress-Editor-iOS: 304098424f1051cb271546c99f906aac296b1b81
WordPressAuthenticator: 5711680069ca4b4f7614bad8d57cc453e7663b54
WordPressAuthenticator: 0cbfb9fbcafe7da388a4a2ac52cc509131645b9b
WordPressKit: 767cc17ae08894f73f08c852fe124c865a62fb3d
WordPressShared: 1bc316ed162f42af4e0fa2869437e9e28b532b01
WordPressUI: 70cc58a253c352330b23cd8fa6dd6a2021570e18
Expand All @@ -188,6 +188,6 @@ SPEC CHECKSUMS:
ZendeskSupportProvidersSDK: e183d32abac888c448469e2005c4a5a8c3ed73f0
ZendeskSupportSDK: e52f37fa8bcba91f024b81025869fe5a2860f741

PODFILE CHECKSUM: 14862061a7f68aa113770209ec21ad734d358aad
PODFILE CHECKSUM: 1fc6543e12a66555e1cd794c166c41693dcab3b5

COCOAPODS: 1.9.1
3 changes: 3 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
4.0
-----
- [internal] the signup and login Magic Link flows have code changes. See https://git.io/JvyB3 for testing details.


- Fix pulling to refresh on the Processing tab sometimes will not show the up-to-date orders.

3.9
Expand Down