Skip to content

Commit 6ad2981

Browse files
committed
Bump minimum Stripe extension version to 6.2.0 for IPP
1 parent 06ee43b commit 6ad2981

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
- [*] Enlarged the tap area for the action button on the notice view. [https://github.com/woocommerce/woocommerce-ios/pull/6146]
88
- [*] Reviews: Fixed crash on iPad when tapping the More button. [https://github.com/woocommerce/woocommerce-ios/pull/6187]
99
- [*] Disabled unneccesary selection of the "Refund via" row on the Refund Confirmation screen [https://github.com/woocommerce/woocommerce-ios/pull/6198]
10+
- [*] Increased minimum version of Stripe extension for In-Person Payments to 6.2.0 [https://github.com/woocommerce/woocommerce-ios/pull/xxxx]
1011

1112
8.5
1213
-----

WooCommerce/WooCommerceTests/ViewRelated/CardPresentPayments/CardPresentPaymentsOnboardingUseCaseTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,7 +665,7 @@ private extension CardPresentPaymentsOnboardingUseCaseTests {
665665
}
666666

667667
enum StripePluginVersion: String {
668-
case minimumSupportedVersion = "6.1.0" // Should match `CardPresentPaymentsOnboardingState` `minimumSupportedPluginVersion`
668+
case minimumSupportedVersion = "6.2.0" // Should match `CardPresentPaymentsOnboardingState` `minimumSupportedPluginVersion`
669669
case unsupportedVersion = "5.8.1"
670670
}
671671

Yosemite/Yosemite/Model/Enums/CardPresentPaymentsOnboardingState.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public enum CardPresentPaymentsPlugins: Equatable, CaseIterable {
121121
case .wcPay:
122122
return "3.2.1"
123123
case .stripe:
124-
return "6.1.0"
124+
return "6.2.0"
125125
}
126126
}
127127
}

0 commit comments

Comments
 (0)