diff --git a/Podfile b/Podfile index 762b20f4ada..0a8f87975dd 100644 --- a/Podfile +++ b/Podfile @@ -53,7 +53,7 @@ def cocoa_lumberjack end def stripe_terminal - pod 'StripeTerminal', '~> 2.7' + pod 'StripeTerminal', '~> 2.14' end # Main Target! diff --git a/Podfile.lock b/Podfile.lock index ecb776986df..4c898754f1f 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -36,7 +36,7 @@ PODS: - Sentry/Core (7.25.1) - Sodium (0.9.1) - Sourcery (1.0.3) - - StripeTerminal (2.7.0) + - StripeTerminal (2.14.0) - SVProgressHUD (2.2.5) - UIDeviceIdentifier (2.0.0) - WordPress-Aztec-iOS (1.11.0) @@ -89,7 +89,7 @@ DEPENDENCIES: - KeychainAccess (~> 4.2.2) - Kingfisher (~> 7.2.2) - Sourcery (~> 1.0.3) - - StripeTerminal (~> 2.7) + - StripeTerminal (~> 2.14) - WordPress-Editor-iOS (~> 1.11.0) - WordPressAuthenticator (~> 4.2.0) - WordPressKit (~> 4.49.0) @@ -157,7 +157,7 @@ SPEC CHECKSUMS: Sentry: dd29c18c32b0af9269949f079cf631d581ca76ca Sodium: 23d11554ecd556196d313cf6130d406dfe7ac6da Sourcery: 70a6048014bd4f37ea80e6bd4354d47bf3b760e1 - StripeTerminal: 237b759168a00c7f55b97c743cd8a4921866c46b + StripeTerminal: 9bb367c9efa7bcddf2602cc29f8962390d87b6a6 SVProgressHUD: 1428aafac632c1f86f62aa4243ec12008d7a51d6 UIDeviceIdentifier: af4e11e25a2ea670078e2bd677bb0e8144f9f063 WordPress-Aztec-iOS: 050b34d4c3adfb7c60363849049b13d60683b348 @@ -178,6 +178,6 @@ SPEC CHECKSUMS: ZendeskSupportProvidersSDK: 2bdf8544f7cd0fd4c002546f5704b813845beb2a ZendeskSupportSDK: 3a8e508ab1d9dd22dc038df6c694466414e037ba -PODFILE CHECKSUM: 3eb40bbfcf83cb0e4f4b28bc5b6229c27ae4cbf7 +PODFILE CHECKSUM: 8b243f1ea76d4db3aa638b50ef0d516185d01c2c COCOAPODS: 1.11.3 diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 6b6a11b23e1..5e34f585e4d 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -3,6 +3,7 @@ 11.3 ----- - [*] In-Person Payments: Show spinner while preparing reader for payment, instead of saying it's ready before it is. [https://github.com/woocommerce/woocommerce-ios/pull/8115] +- [internal] In-Person Payments: update StripeTerminal from 2.7 to 2.14 [https://github.com/woocommerce/woocommerce-ios/pull/8132] 11.2 -----