diff --git a/BuildConfigurations/Version.xcconfig b/BuildConfigurations/Version.xcconfig index b57600dcda6..a879faf5136 100644 --- a/BuildConfigurations/Version.xcconfig +++ b/BuildConfigurations/Version.xcconfig @@ -6,4 +6,4 @@ // Instead, edit the `VERSION` file and run `ci_scripts/update_version.sh` // -CURRENT_PROJECT_VERSION=23.30.0 +CURRENT_PROJECT_VERSION=23.31.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 866bf8c408b..754dbb6563c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## X.Y.Z X-Y-Z +## 23.31.0 2024-09-23 ### PaymentSheet * [Added] The ability to customize the disabled colors of the primary button with `PaymentSheetAppearance.primaryButton.disabledBackgroundColor` and `PaymentSheetAppearance.primaryButton.disabledTextColor`. * [Added] CVC Recollection is now in GA. For more information see our docs for [here](https://docs.stripe.com/payments/accept-a-payment?platform=ios#ios-cvc-recollection) for intent first integrations or [here](https://docs.stripe.com/payments/accept-a-payment-deferred?platform=ios&type=payment#ios-cvc-recollection) for deferred intent integrations. diff --git a/Stripe.podspec b/Stripe.podspec index 6605d6a3d07..29acd7979c1 100644 --- a/Stripe.podspec +++ b/Stripe.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.30.0' + s.version = '23.31.0' s.summary = 'Accept online payments using Stripe.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeApplePay.podspec b/StripeApplePay.podspec index 885956f54c3..fecec9c084e 100644 --- a/StripeApplePay.podspec +++ b/StripeApplePay.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.30.0' + s.version = '23.31.0' s.summary = 'StripeApplePay is a lightweight Apple Pay SDK intended for building App Clips '\ 'or other size-constrained apps.' diff --git a/StripeCameraCore.podspec b/StripeCameraCore.podspec index d282788c823..1d5c9d69cdb 100644 --- a/StripeCameraCore.podspec +++ b/StripeCameraCore.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.30.0' + s.version = '23.31.0' s.summary = 'StripeCameraCore contains shared infrastructure used by Stripe pods. '\ 'It is not meant to be used without other Stripe pods.' diff --git a/StripeCardScan.podspec b/StripeCardScan.podspec index 2a02f05780c..6b3d79833a8 100644 --- a/StripeCardScan.podspec +++ b/StripeCardScan.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.30.0' + s.version = '23.31.0' s.summary = 'Scan credit and debit cards to verify that they\'re genuine' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeCore.podspec b/StripeCore.podspec index 71189a265b3..8b9a34138d8 100644 --- a/StripeCore.podspec +++ b/StripeCore.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.30.0' + s.version = '23.31.0' s.summary = 'StripeCore contains shared infrastructure used by all Stripe pods. '\ 'It is not meant to be used without other Stripe pods.' diff --git a/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift b/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift index b56bacfeb47..e29678a38ae 100644 --- a/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift +++ b/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift @@ -10,7 +10,7 @@ import Foundation extension StripeAPIConfiguration { /// The current version of this library. - public static let STPSDKVersion = "23.30.0" + public static let STPSDKVersion = "23.31.0" // NOTE: `STPSDKVersion` must be a hard-coded static string instead of // dynamically generated from the bundle's `CFBundleShortVersionString` to diff --git a/StripeFinancialConnections.podspec b/StripeFinancialConnections.podspec index 6684317f5cf..e55d636159a 100644 --- a/StripeFinancialConnections.podspec +++ b/StripeFinancialConnections.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.30.0' + s.version = '23.31.0' s.summary = 'Securely connect financial accounts to Stripe\'s merchant account.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeIdentity.podspec b/StripeIdentity.podspec index e475a7aaf1e..c1c58278d0c 100644 --- a/StripeIdentity.podspec +++ b/StripeIdentity.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.30.0' + s.version = '23.31.0' s.summary = 'Securely capture ID documents and selfies on iOS for use with Stripe\'s Identity API to confirm the identity of global users.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripePaymentSheet.podspec b/StripePaymentSheet.podspec index 6daf8135805..68aaa8fc3e7 100644 --- a/StripePaymentSheet.podspec +++ b/StripePaymentSheet.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.30.0' + s.version = '23.31.0' s.summary = "Stripe's prebuilt payment UI." s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/bg-BG.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/bg-BG.lproj/Localizable.strings index 56766971f7f..39a5d201149 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/bg-BG.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/bg-BG.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Потвърдете своя CVC"; -"Confirm your CVV" = "Потвърдете своя CVV"; - "Contact information" = "Информация за контакт"; "EPS Bank" = "Банка EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ca-ES.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ca-ES.lproj/Localizable.strings index b4b6cbde14e..fc7ca6f2313 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ca-ES.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ca-ES.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Confirmeu el vostre CVC"; -"Confirm your CVV" = "Confirmeu el vostre CVV"; - "Contact information" = "Informació de contacte"; "EPS Bank" = "Banc EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/cs-CZ.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/cs-CZ.lproj/Localizable.strings index f0249f38908..38e80e0c115 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/cs-CZ.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/cs-CZ.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Potvrďte vaše CVC"; -"Confirm your CVV" = "Potvrďte vaše CVV"; - "Contact information" = "Kontaktní údaje"; "EPS Bank" = "Banka EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/da.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/da.lproj/Localizable.strings index 128078f7fac..c0fab102ece 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/da.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/da.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Bekræft dit CVC"; -"Confirm your CVV" = "Bekræft dit CVV"; - "Contact information" = "Kontaktoplysninger"; "EPS Bank" = "EPS Bank"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/de.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/de.lproj/Localizable.strings index bebdc76d44b..779043fdfe5 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/de.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/de.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Prüfziffer/CVC bestätigen"; -"Confirm your CVV" = "CVV bestätigen"; - "Contact information" = "Kontaktinformationen"; "EPS Bank" = "EPS-Bank"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/el-GR.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/el-GR.lproj/Localizable.strings index 76720e412a8..f9f0beeff06 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/el-GR.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/el-GR.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Επιβεβαιώστε τον κωδικό CVC"; -"Confirm your CVV" = "Επιβεβαιώστε τον κωδικό CVV"; - "Contact information" = "Στοιχεία επικοινωνίας"; "EPS Bank" = "Τράπεζα με EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en-GB.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en-GB.lproj/Localizable.strings index 7f109c24db9..22144018ad4 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en-GB.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en-GB.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Confirm your CVC"; -"Confirm your CVV" = "Confirm your CVV"; - "Contact information" = "Contact information"; "EPS Bank" = "EPS Bank"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es-419.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es-419.lproj/Localizable.strings index 263aa2d9c78..a63172f1a0b 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es-419.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es-419.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Confirma tu CVC"; -"Confirm your CVV" = "Confirma tu CVV"; - "Contact information" = "Información de contacto"; "EPS Bank" = "Banco que opera con EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es.lproj/Localizable.strings index b40e3760ced..f0f0350d409 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Confirma tu CVC"; -"Confirm your CVV" = "Confirma tu CVV"; - "Contact information" = "Datos de contacto"; "EPS Bank" = "Banco que opera con EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/et-EE.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/et-EE.lproj/Localizable.strings index 6f9a05e22a3..dc60588f287 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/et-EE.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/et-EE.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Kinnita CVC"; -"Confirm your CVV" = "Kinnita CVV"; - "Contact information" = "Kontaktandmed"; "EPS Bank" = "EPS pank"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fi.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fi.lproj/Localizable.strings index be8c604e45b..944018f5dc5 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fi.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fi.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Vahvista CVC"; -"Confirm your CVV" = "Vahvista CVV"; - "Contact information" = "Yhteystiedot"; "EPS Bank" = "EPS-pankki"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fil.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fil.lproj/Localizable.strings index 1d9b38b9d29..37c8527bce4 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fil.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fil.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Kumpirmahin ang iyong CVC"; -"Confirm your CVV" = "Kumpirmahin ang iyong CVV"; - "Contact information" = "Impormasyon sa pakikipag-ugnayan"; "EPS Bank" = "EPS Bank"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr-CA.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr-CA.lproj/Localizable.strings index 3696a67c5e2..ff7a009d50d 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr-CA.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr-CA.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Confirmez votre CVC"; -"Confirm your CVV" = "Confirmez votre CVV"; - "Contact information" = "Coordonnées"; "EPS Bank" = "Banque EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr.lproj/Localizable.strings index f04591bdac2..5e804ddb2f2 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Confirmez votre CVC"; -"Confirm your CVV" = "Confirmez votre CVV"; - "Contact information" = "Coordonnées"; "EPS Bank" = "Banque EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hr.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hr.lproj/Localizable.strings index 64a34156007..e4836296d46 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hr.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hr.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Potvrdite svoj CVC"; -"Confirm your CVV" = "Potvrdite svoj CVC"; - "Contact information" = "Podaci za kontakt"; "EPS Bank" = "Banka EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hu.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hu.lproj/Localizable.strings index 90cd3c51f3f..52d7592b9b5 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hu.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hu.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "CVC megerősítése"; -"Confirm your CVV" = "CVV megerősítése"; - "Contact information" = "Kapcsolattartási adatok"; "EPS Bank" = "EPS Bank"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/id.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/id.lproj/Localizable.strings index 30200cffe17..3fed666634d 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/id.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/id.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Konfirmasikan CVC Anda"; -"Confirm your CVV" = "Konfirmasikan CVV Anda"; - "Contact information" = "Informasi kontak"; "EPS Bank" = "Bank EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings index 0a0ce88c5b3..8087b6a00b9 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Conferma il tuo CVC"; -"Confirm your CVV" = "Conferma il tuo CVV"; - "Contact information" = "Informazioni di contatto"; "EPS Bank" = "Banca EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ja.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ja.lproj/Localizable.strings index 1527a0f5084..3b1d9dec94a 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ja.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ja.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "セキュリティコードを確定"; -"Confirm your CVV" = "CVV を確定"; - "Contact information" = "連絡先情報"; "EPS Bank" = "EPS 銀行"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ko.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ko.lproj/Localizable.strings index 8167289200c..c6482489ab3 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ko.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ko.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "CVC 확인"; -"Confirm your CVV" = "CVV 확인"; - "Contact information" = "연락처 정보"; "EPS Bank" = "EPS 은행"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lt-LT.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lt-LT.lproj/Localizable.strings index 1f4823b12f1..a0a60521622 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lt-LT.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lt-LT.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Patvirtinkite savo CVC"; -"Confirm your CVV" = "Patvirtinkite savo CVV"; - "Contact information" = "Kontaktinė informacija"; "EPS Bank" = "EPS bankas"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lv-LV.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lv-LV.lproj/Localizable.strings index 3d6b7bc569e..426ca740eb8 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lv-LV.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lv-LV.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Apstiprināt CVC"; -"Confirm your CVV" = "Apstiprināt CVV"; - "Contact information" = "Kontaktinformācija"; "EPS Bank" = "EPS Bank"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ms-MY.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ms-MY.lproj/Localizable.strings index 51d9df78dd4..9df40b61187 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ms-MY.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ms-MY.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Sahkan CVC anda"; -"Confirm your CVV" = "Sahkan CVV anda"; - "Contact information" = "Maklumat hubungan"; "EPS Bank" = "Bank EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/mt.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/mt.lproj/Localizable.strings index a3ee7b78708..141cb611b3d 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/mt.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/mt.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Ikkonferma l-kodiċi CVC tiegħek"; -"Confirm your CVV" = "Ikkonferma l-kodiċi CVV tiegħek"; - "Contact information" = "Id-dettalji tal-kuntatt"; "EPS Bank" = "EPS Bank"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nb.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nb.lproj/Localizable.strings index 69fcf05ee00..7a6b2ffc979 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nb.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nb.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Bekreft CVC-koden din"; -"Confirm your CVV" = "Bekreft CVV-koden din"; - "Contact information" = "Kontaktinformasjon"; "EPS Bank" = "EPS Bank"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nl.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nl.lproj/Localizable.strings index da7249a5f72..aca566b5f95 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nl.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nl.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Je CVC bevestigen"; -"Confirm your CVV" = "Je CVV bevestigen"; - "Contact information" = "Contactgegevens"; "EPS Bank" = "EPS Bank"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nn-NO.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nn-NO.lproj/Localizable.strings index decdc7adb40..e7ce0faf52b 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nn-NO.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nn-NO.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Stadfest CVC-koden din"; -"Confirm your CVV" = "Stadfest CVV-koden din"; - "Contact information" = "Kontaktopplysningar"; "EPS Bank" = "EPS Bank"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pl-PL.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pl-PL.lproj/Localizable.strings index cddc0d5b35a..b5290f5226a 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pl-PL.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pl-PL.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Potwierdź CVC"; -"Confirm your CVV" = "Potwierdź CVV"; - "Contact information" = "Dane kontaktowe"; "EPS Bank" = "Bank EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-BR.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-BR.lproj/Localizable.strings index fdf5a8235c9..e02a1a38652 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-BR.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-BR.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Confirme seu CVC"; -"Confirm your CVV" = "Confirme seu CVV"; - "Contact information" = "Dados de contato"; "EPS Bank" = "Banco EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-PT.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-PT.lproj/Localizable.strings index d646308e0fe..b9824b57f14 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-PT.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-PT.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Confirme o seu CVC"; -"Confirm your CVV" = "Confirme o seu CVV"; - "Contact information" = "Informações de contacto"; "EPS Bank" = "Banco EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ro-RO.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ro-RO.lproj/Localizable.strings index 962c791a744..49bd11277dd 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ro-RO.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ro-RO.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Confirmați-vă CVC-ul"; -"Confirm your CVV" = "Confirmați-vă CVV-ul"; - "Contact information" = "Informații de contact"; "EPS Bank" = "Banca EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ru.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ru.lproj/Localizable.strings index ff47ecae059..55b8cb708c8 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ru.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ru.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Подтвердить код CVV карты"; -"Confirm your CVV" = "Подтвердить код CVV карты"; - "Contact information" = "Контактные данные"; "EPS Bank" = "Банк EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sk-SK.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sk-SK.lproj/Localizable.strings index c2fd8457a59..77e1ead5311 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sk-SK.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sk-SK.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Potvrďte CVC"; -"Confirm your CVV" = "Potvrďte CVV"; - "Contact information" = "Kontaktné informácie"; "EPS Bank" = "EPS Bank"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sl-SI.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sl-SI.lproj/Localizable.strings index 133e108e54f..6009d95da91 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sl-SI.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sl-SI.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Potrdite svojo kodo CVC"; -"Confirm your CVV" = "Potrdite svojo kodo CVV"; - "Contact information" = "Podatki za stik"; "EPS Bank" = "Banka EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sv.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sv.lproj/Localizable.strings index 6383612cda4..1c1bb65e39f 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sv.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sv.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Bekräfta din CVC-kod"; -"Confirm your CVV" = "Bekräfta din CVV-kod"; - "Contact information" = "Kontaktinformation"; "EPS Bank" = "EPS Bank"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/tr.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/tr.lproj/Localizable.strings index 3ef523ee0d0..20d191f7099 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/tr.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/tr.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "CVC kodunuzu onaylayın"; -"Confirm your CVV" = "CVV kodunuzu onaylayın"; - "Contact information" = "İletişim bilgileri"; "EPS Bank" = "EPS Bank"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/vi.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/vi.lproj/Localizable.strings index d91846aa20f..abf0e86b3fc 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/vi.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/vi.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "Xác nhận CVC của bạn"; -"Confirm your CVV" = "Xác nhận CVV của bạn"; - "Contact information" = "Thông tin liên lạc"; "EPS Bank" = "Ngân hàng EPS"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-HK.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-HK.lproj/Localizable.strings index ef144986fd5..020f440479b 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-HK.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-HK.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "請確認您的 CVC"; -"Confirm your CVV" = "請確認您的 CVV"; - "Contact information" = "聯絡資訊"; "EPS Bank" = "EPS 銀行"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hans.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hans.lproj/Localizable.strings index c39f450f232..d410f78846d 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hans.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hans.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "确认您的 CVC"; -"Confirm your CVV" = "确认您的 CVV"; - "Contact information" = "联系信息"; "EPS Bank" = "EPS 银行"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hant.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hant.lproj/Localizable.strings index 93c193c9984..dcd8bfeac91 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hant.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hant.lproj/Localizable.strings @@ -78,8 +78,6 @@ "Confirm your CVC" = "確認您的 CVC"; -"Confirm your CVV" = "確認您的 CVV"; - "Contact information" = "聯絡資訊"; "EPS Bank" = "EPS 銀行"; diff --git a/StripePayments.podspec b/StripePayments.podspec index 0e0ef2d7430..9815e1f1c65 100644 --- a/StripePayments.podspec +++ b/StripePayments.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.30.0' + s.version = '23.31.0' s.summary = 'Bindings for the Stripe Payments API.' s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripePaymentsUI.podspec b/StripePaymentsUI.podspec index efb59db4e97..1438e79d942 100644 --- a/StripePaymentsUI.podspec +++ b/StripePaymentsUI.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.30.0' + s.version = '23.31.0' s.summary = 'UI elements and API bindings for building a custom payment flow using Stripe.' s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/bg-BG.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/bg-BG.lproj/Localizable.strings index a3b4e98e871..53170a1f9c4 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/bg-BG.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/bg-BG.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Информация за картата"; "Card number" = "Номер на картата"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ca-ES.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ca-ES.lproj/Localizable.strings index 21fd7856555..6372c6dc548 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ca-ES.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ca-ES.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Informació de targeta"; "Card number" = "Número de targeta"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/cs-CZ.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/cs-CZ.lproj/Localizable.strings index 595e4837fc8..0232838d37b 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/cs-CZ.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/cs-CZ.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Informace o kartě"; "Card number" = "Číslo karty"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/da.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/da.lproj/Localizable.strings index 1e237ecd15d..a3544225628 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/da.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/da.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Kortoplysninger"; "Card number" = "Kortnummer"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/de.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/de.lproj/Localizable.strings index da24c85b0fc..1654b4d2fd3 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/de.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/de.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Kartendaten"; "Card number" = "Kartennummer"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/el-GR.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/el-GR.lproj/Localizable.strings index 61b654b38ba..927ddf602c8 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/el-GR.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/el-GR.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Στοιχεία κάρτας"; "Card number" = "Αριθμός κάρτας"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/en-GB.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/en-GB.lproj/Localizable.strings index 2e0b8db83ff..6bd8b6ccea8 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/en-GB.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/en-GB.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Card information"; "Card number" = "Card number"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/es-419.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/es-419.lproj/Localizable.strings index e4256e626f4..6832e45f6c5 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/es-419.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/es-419.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Información de la tarjeta"; "Card number" = "Número de tarjeta"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/es.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/es.lproj/Localizable.strings index e36e4675d5b..b63e1443f5f 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/es.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/es.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Información de la tarjeta"; "Card number" = "Número de tarjeta"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/et-EE.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/et-EE.lproj/Localizable.strings index 4fe25322130..811af6e357a 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/et-EE.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/et-EE.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Kaardi andmed"; "Card number" = "Kaardinumber"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/fi.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/fi.lproj/Localizable.strings index d4915dced20..acbce1ff0a1 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/fi.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/fi.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC-tunnus"; -"CVV" = "CVV-koodi"; - "Card information" = "Kortin tiedot"; "Card number" = "Kortin numero"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/fil.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/fil.lproj/Localizable.strings index 4b134030b9e..5d7c8ca4f70 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/fil.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/fil.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Impormasyon ng kard"; "Card number" = "Numero ng kard"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/fr-CA.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/fr-CA.lproj/Localizable.strings index 6acb55c635f..dc86425dd9b 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/fr-CA.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/fr-CA.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Informations de la carte"; "Card number" = "Numéro de carte"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/fr.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/fr.lproj/Localizable.strings index 2093159c46b..eb006690cdf 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/fr.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/fr.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "Code CVC"; -"CVV" = "Code CVV"; - "Card information" = "Informations concernant la carte bancaire"; "Card number" = "Numéro de carte bancaire"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/hr.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/hr.lproj/Localizable.strings index 0eb4ac422f6..063ae05d1a9 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/hr.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/hr.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Informacije o kartici"; "Card number" = "Broj kartice"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/hu.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/hu.lproj/Localizable.strings index 1bc38720378..474aa57836d 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/hu.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/hu.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Kártyaadatok"; "Card number" = "Kártyaszám"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/id.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/id.lproj/Localizable.strings index e782754fe0f..a88a6ae92fb 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/id.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/id.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Informasi kartu"; "Card number" = "Nomor kartu"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/it.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/it.lproj/Localizable.strings index ca66f175b86..13b782f36c0 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/it.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/it.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Dati della carta"; "Card number" = "Numero carta"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ja.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ja.lproj/Localizable.strings index aed3e585e2e..8f985b65e4a 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ja.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ja.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "セキュリティコード"; -"CVV" = "CVV"; - "Card information" = "カード情報"; "Card number" = "カード番号"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ko.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ko.lproj/Localizable.strings index 54e7581e3ed..7890cb613b6 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ko.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ko.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "카드 정보"; "Card number" = "카드 번호"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/lt-LT.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/lt-LT.lproj/Localizable.strings index 12896fb1751..76fef99bb22 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/lt-LT.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/lt-LT.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Kortelės duomenys"; "Card number" = "Kortelės numeris"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/lv-LV.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/lv-LV.lproj/Localizable.strings index fbd34b2333a..b6f0d74f120 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/lv-LV.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/lv-LV.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Kartes informācija"; "Card number" = "Kartes numurs"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ms-MY.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ms-MY.lproj/Localizable.strings index 92ee5412cbe..3d70b8cc4ba 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ms-MY.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ms-MY.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Maklumat kad"; "Card number" = "Nombor kad"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/mt.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/mt.lproj/Localizable.strings index b6f4aedc2ba..1fc98d864d4 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/mt.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/mt.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "L-informazzjoni tal-kard"; "Card number" = "In-numru tal-kard"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/nb.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/nb.lproj/Localizable.strings index 75a93ad675f..3f1acaa7159 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/nb.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/nb.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Kortinformasjon"; "Card number" = "Kortnummer"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/nl.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/nl.lproj/Localizable.strings index e4612f0d50a..7a823e2994b 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/nl.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/nl.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "Cvc"; -"CVV" = "Cvv"; - "Card information" = "Kaartgegevens"; "Card number" = "Kaartnummer"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/nn-NO.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/nn-NO.lproj/Localizable.strings index c12593c805c..74543bdcb8f 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/nn-NO.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/nn-NO.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Kortinformasjon"; "Card number" = "Kortnummer"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/pl-PL.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/pl-PL.lproj/Localizable.strings index a36a480567b..c8e6a2ea49c 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/pl-PL.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/pl-PL.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Dane karty"; "Card number" = "Nr karty"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/pt-BR.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/pt-BR.lproj/Localizable.strings index e33c173069c..fe3b5dbf5f3 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/pt-BR.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/pt-BR.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Dados do cartão"; "Card number" = "Número do cartão"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/pt-PT.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/pt-PT.lproj/Localizable.strings index 853704718ea..3baed0ffa76 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/pt-PT.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/pt-PT.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Informações do cartão"; "Card number" = "Número do cartão"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ro-RO.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ro-RO.lproj/Localizable.strings index eca7f580f7d..ee6e5e27c98 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ro-RO.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ro-RO.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "Cod CVC"; -"CVV" = "Cod CVC"; - "Card information" = "Informații privind cardul"; "Card number" = "Număr card"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ru.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ru.lproj/Localizable.strings index 9a533ee06e6..59616a396ca 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ru.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/ru.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "Код CVV/CVC"; -"CVV" = "Код CVV/CVC"; - "Card information" = "Данные платежной карты"; "Card number" = "Номер карты"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/sk-SK.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/sk-SK.lproj/Localizable.strings index ce0add499a8..51c861bf609 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/sk-SK.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/sk-SK.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Informácie o karte"; "Card number" = "Číslo karty"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/sl-SI.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/sl-SI.lproj/Localizable.strings index 86ac082acc2..1679b688bd8 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/sl-SI.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/sl-SI.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Podatki o kartici"; "Card number" = "Številka kartice"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/sv.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/sv.lproj/Localizable.strings index f36380c7a2d..88c9be57262 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/sv.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/sv.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC-kod"; -"CVV" = "CVV-kod"; - "Card information" = "Kortinformation"; "Card number" = "Kortnummer"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/tr.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/tr.lproj/Localizable.strings index a2ab7de2e78..a921bd60144 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/tr.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/tr.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Kart bilgileri"; "Card number" = "Kart numarası"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/vi.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/vi.lproj/Localizable.strings index 39570d49aaa..d9e6b6bee32 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/vi.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/vi.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "CVC"; -"CVV" = "CVV"; - "Card information" = "Thông tin thẻ"; "Card number" = "Số thẻ"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/zh-HK.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/zh-HK.lproj/Localizable.strings index 287a4e217ae..dd0759d3c43 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/zh-HK.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/zh-HK.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "安全碼"; -"CVV" = "CVV"; - "Card information" = "銀行卡資訊"; "Card number" = "卡號"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/zh-Hans.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/zh-Hans.lproj/Localizable.strings index fa99f490174..522a63531b7 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/zh-Hans.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/zh-Hans.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "安全码"; -"CVV" = "CVV"; - "Card information" = "银行卡信息"; "Card number" = "卡号"; diff --git a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/zh-Hant.lproj/Localizable.strings b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/zh-Hant.lproj/Localizable.strings index 7cc2ab27966..f26baa133bf 100644 --- a/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/zh-Hant.lproj/Localizable.strings +++ b/StripePaymentsUI/StripePaymentsUI/Resources/Localizations/zh-Hant.lproj/Localizable.strings @@ -16,8 +16,6 @@ "CVC" = "安全碼"; -"CVV" = "CVV"; - "Card information" = "金融卡資訊"; "Card number" = "卡號"; diff --git a/StripeUICore.podspec b/StripeUICore.podspec index 50ad40757ca..270629067ea 100644 --- a/StripeUICore.podspec +++ b/StripeUICore.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.30.0' + s.version = '23.31.0' s.summary = 'StripeUICore contains shared infrastructure used by all Stripe pods. '\ 'It is not meant to be used without other Stripe pods.' diff --git a/VERSION b/VERSION index 08e759259e0..2f39d94c362 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -23.30.0 \ No newline at end of file +23.31.0 \ No newline at end of file