diff --git a/BuildConfigurations/Version.xcconfig b/BuildConfigurations/Version.xcconfig index 79c81e69294..a8e70d48c19 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=24.0.1 +CURRENT_PROJECT_VERSION=24.0.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bb3ad7f9a7..7a2d4634ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## x.x.x x-x-x +## 24.0.2 2024-11-21 ### PaymentSheet * [Fixed] A bug where PaymentSheet would cause layout issues when nested within certain navigation stacks. diff --git a/Stripe.podspec b/Stripe.podspec index ead6bbe28f4..c943eb89fda 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 = '24.0.1' + s.version = '24.0.2' s.summary = 'Accept online payments using Stripe.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeApplePay.podspec b/StripeApplePay.podspec index b34cc2e1195..28bdda187cc 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 = '24.0.1' + s.version = '24.0.2' 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 7b37e9eef80..01f3e99d25e 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 = '24.0.1' + s.version = '24.0.2' 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 58978d0f06c..fd8e37e3201 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 = '24.0.1' + s.version = '24.0.2' 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 f358e1d2e90..cf551dd8bf5 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 = '24.0.1' + s.version = '24.0.2' 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 7275daa89a9..079f40faaee 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 = "24.0.1" + public static let STPSDKVersion = "24.0.2" // 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 070727192e0..c356f4990d7 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 = '24.0.1' + s.version = '24.0.2' 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 6ba0dc8b5ce..5917afefc11 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 = '24.0.1' + s.version = '24.0.2' 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 42ccf739452..dcb6ea72489 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 = '24.0.1' + s.version = '24.0.2' 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 7f885f0f785..7d9c3ef49c3 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/bg-BG.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/bg-BG.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Недостъпно за тази покупка"; -"Update" = "Актуализиране"; - "Update card" = "Актуализиране на банкова карта"; "Update card brand" = "Актуализиране на марката на картата"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ca-ES.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ca-ES.lproj/Localizable.strings index b9720330c32..27a98b1c492 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ca-ES.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ca-ES.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "No disponible per a aquesta compra"; -"Update" = "Actualitza"; - "Update card" = "Actualitza la targeta"; "Update card brand" = "Actualitza la marca de la targeta"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/cs-CZ.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/cs-CZ.lproj/Localizable.strings index 823c0dcd85f..d8760643bfc 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/cs-CZ.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/cs-CZ.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Není k dispozici pro tento nákup"; -"Update" = "Aktualizovat"; - "Update card" = "Aktualizovat kartu"; "Update card brand" = "Aktualizovat značku karty"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/da.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/da.lproj/Localizable.strings index 7028fcd8efd..b6fee819e91 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/da.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/da.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Ikke tilgængelig for dette køb"; -"Update" = "Opdater"; - "Update card" = "Opdater kort"; "Update card brand" = "Opdater kortbrand"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/de.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/de.lproj/Localizable.strings index 2d71c22d10a..ea868d1da9c 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/de.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/de.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Nicht verfügbar für diesen Kauf"; -"Update" = "Aktualisieren"; - "Update card" = "Karte aktualisieren"; "Update card brand" = "Kartenmarke aktualisieren"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/el-GR.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/el-GR.lproj/Localizable.strings index 7e46881e661..53543ae3b96 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/el-GR.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/el-GR.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Δεν είναι διαθέσιμο για αυτήν την αγορά"; -"Update" = "Ενημέρωση"; - "Update card" = "Ενημέρωση κάρτας"; "Update card brand" = "Ενημέρωση επωνυμίας κάρτας"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en-GB.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en-GB.lproj/Localizable.strings index f91cc9f3d6a..65cd3dd9ba1 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en-GB.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/en-GB.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Unavailable for this purchase"; -"Update" = "Update"; - "Update card" = "Update card"; "Update card brand" = "Update card brand"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es-419.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es-419.lproj/Localizable.strings index afb375d1e83..175655ce066 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es-419.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es-419.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "No disponible para esta compra"; -"Update" = "Actualizar"; - "Update card" = "Actualizar tarjeta"; "Update card brand" = "Actualiza la marca de la tarjeta"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es.lproj/Localizable.strings index 8b6c64f9962..ef30e0f5c1e 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/es.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "No disponible para esta compra"; -"Update" = "Actualizar"; - "Update card" = "Actualizar la tarjeta"; "Update card brand" = "Actualizar marca de la tarjeta"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/et-EE.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/et-EE.lproj/Localizable.strings index b0d6bdbd791..bb160ff1852 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/et-EE.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/et-EE.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Pole selle ostu puhul saadaval"; -"Update" = "Värskenda"; - "Update card" = "Uuenda kaarti"; "Update card brand" = "Uuenda kaardi kaubamärki"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fi.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fi.lproj/Localizable.strings index 244cc8801ee..57190683c32 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fi.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fi.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Ei käytettävissä tälle ostolle"; -"Update" = "Päivitä"; - "Update card" = "Päivitä kortti"; "Update card brand" = "Päivitä kortin merkki"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fil.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fil.lproj/Localizable.strings index aab1b437ecf..3f27eb5d251 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fil.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fil.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Hindi magamit sa pagbiling ito"; -"Update" = "I-update"; - "Update card" = "I-update ang kard"; "Update card brand" = "I-update ang brand ng kard"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr-CA.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr-CA.lproj/Localizable.strings index 2d5cb5261f6..8bc2685015b 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr-CA.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr-CA.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Indisponible pour cet achat"; -"Update" = "Mettre à jour"; - "Update card" = "Mettre à jour la carte"; "Update card brand" = "Mettre à jour la marque de la carte"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr.lproj/Localizable.strings index 2d78fdca3af..edf8a4d50fa 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/fr.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Indisponible pour cet achat"; -"Update" = "Modifier"; - "Update card" = "Mettre à jour la carte"; "Update card brand" = "Modifier la marque de la carte"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hr.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hr.lproj/Localizable.strings index 6c7c4c33433..5c3bdd806fe 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hr.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hr.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Nije dostupno za ovu kupnju"; -"Update" = "Ažuriraj"; - "Update card" = "Ažuriraj karticu"; "Update card brand" = "Ažurirajte robnu marku kartice"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hu.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hu.lproj/Localizable.strings index 5312f9eb6f4..343ef9b7142 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hu.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/hu.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Nem érhető el ennél a vásárlásnál"; -"Update" = "Frissítés"; - "Update card" = "Kártya módosítása"; "Update card brand" = "Kártya márkájának frissítése"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/id.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/id.lproj/Localizable.strings index 412c7198bc9..7a6d5702a99 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/id.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/id.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Tidak tersedia untuk pembelian ini"; -"Update" = "Perbarui"; - "Update card" = "Perbarui kartu"; "Update card brand" = "Perbarui brand kartu"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings index 27dd3093c60..aa9f68c9b46 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/it.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Non disponibile per questo acquisto"; -"Update" = "Aggiorna"; - "Update card" = "Aggiorna carta"; "Update card brand" = "Aggiorna il circuito carta"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ja.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ja.lproj/Localizable.strings index 9cc4455a188..9a2646fc46a 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ja.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ja.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "この購入には利用できません"; -"Update" = "更新する"; - "Update card" = "カードを更新"; "Update card brand" = "カードブランドを更新する"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ko.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ko.lproj/Localizable.strings index b8187d89c62..035710957c7 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ko.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ko.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "해당 구매에는 사용 불가능"; -"Update" = "업데이트"; - "Update card" = "카드 업데이트"; "Update card brand" = "카드 브랜드 업데이트"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lt-LT.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lt-LT.lproj/Localizable.strings index 9e313fb6f22..95a03362a81 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lt-LT.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lt-LT.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Šiam pirkiniui nepasiekiama"; -"Update" = "Atnaujinti"; - "Update card" = "Atnaujinti kortelę"; "Update card brand" = "Atnaujinti kortelės prekės ženklą"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lv-LV.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lv-LV.lproj/Localizable.strings index 86234cfa711..fef340d853c 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lv-LV.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/lv-LV.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Nav pieejams šim pirkumam"; -"Update" = "Atjaunināt"; - "Update card" = "Atjaunināt karti"; "Update card brand" = "Atjaunināt kartes zīmolu"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ms-MY.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ms-MY.lproj/Localizable.strings index b07b11483f0..b0806f204ad 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ms-MY.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ms-MY.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Tidak tersedia untuk pembelian ini"; -"Update" = "Kemas kinikan"; - "Update card" = "Kemas kinikan kad"; "Update card brand" = "Kemas kinikan jenama kad"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/mt.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/mt.lproj/Localizable.strings index 8e7f26a7c21..3f0c32e2e49 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/mt.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/mt.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Mhux disponibbli għal dix-xirja"; -"Update" = "Ibdel"; - "Update card" = "Aġġorna l-karta"; "Update card brand" = "Ibdel id-ditta tal-karta"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nb.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nb.lproj/Localizable.strings index 3abb57f9c53..f849166971e 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nb.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nb.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Utilgjengelig for dette kjøpet"; -"Update" = "Oppdater"; - "Update card" = "Oppdater kort"; "Update card brand" = "Oppdater kortmerke"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nl.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nl.lproj/Localizable.strings index 1bf41fd2a1f..643aa9c695d 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nl.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nl.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Niet beschikbaar voor deze aankoop"; -"Update" = "Bijwerken"; - "Update card" = "Betaalkaart bijwerken"; "Update card brand" = "Merk van betaalkaart bijwerken"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nn-NO.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nn-NO.lproj/Localizable.strings index 419e77d41bc..fd33852bd2d 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nn-NO.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/nn-NO.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Ikkje tilgjengeleg for dette kjøpet"; -"Update" = "Oppdater"; - "Update card" = "Oppdater kort"; "Update card brand" = "Oppdater kortmerke"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pl-PL.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pl-PL.lproj/Localizable.strings index 6e9f664377f..85b8f9aab6e 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pl-PL.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pl-PL.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Niedostępne dla tego zakupu"; -"Update" = "Aktualizuj"; - "Update card" = "Zaktualizuj kartę"; "Update card brand" = "Zaktualizuj markę karty"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-BR.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-BR.lproj/Localizable.strings index 2fd829355e4..e7be3e42190 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-BR.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-BR.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Indisponível para esta compra"; -"Update" = "Atualizar"; - "Update card" = "Atualizar cartão"; "Update card brand" = "Atualizar bandeira do cartão"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-PT.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-PT.lproj/Localizable.strings index 597b6a48b2d..be53b2468a5 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-PT.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/pt-PT.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Indisponível para esta compra"; -"Update" = "Atualizar"; - "Update card" = "Atualizar cartão"; "Update card brand" = "Atualizar marca do cartão"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ro-RO.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ro-RO.lproj/Localizable.strings index 0edd9d12fe3..1f8cd083d66 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ro-RO.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ro-RO.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Nu este disponibilă pentru această achiziție"; -"Update" = "Actualizare"; - "Update card" = "Actualizare card"; "Update card brand" = "Actualizarea mărcii de card"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ru.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ru.lproj/Localizable.strings index 208170990f7..0501820671f 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ru.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/ru.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Не предусмотрено для этой покупки"; -"Update" = "Обновить"; - "Update card" = "Обновить реквизиты карты"; "Update card brand" = "Изменить бренд карты"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sk-SK.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sk-SK.lproj/Localizable.strings index 261b46ebcce..be956d72adf 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sk-SK.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sk-SK.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Nie je k dispozícii pre tento nákup"; -"Update" = "Aktualizovať"; - "Update card" = "Aktualizovať kartu"; "Update card brand" = "Aktualizovať značku karty"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sl-SI.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sl-SI.lproj/Localizable.strings index 78d2080e336..84d75a0e0d2 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sl-SI.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sl-SI.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Ni na voljo za ta nakup"; -"Update" = "Posodobi"; - "Update card" = "Posodobi kartico"; "Update card brand" = "Posodobite blagovno znamko kartico"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sv.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sv.lproj/Localizable.strings index 3b6e933c8bd..6160080e9cb 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sv.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/sv.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Otillgängligt för detta köp"; -"Update" = "Uppdatera"; - "Update card" = "Uppdatera kort"; "Update card brand" = "Uppdatera kortvarumärke"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/tr.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/tr.lproj/Localizable.strings index a504092f08a..bb883b53fc4 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/tr.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/tr.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Bu satın alım için kullanılamaz"; -"Update" = "Güncelle"; - "Update card" = "Kartı güncelle"; "Update card brand" = "Kart markasını güncelle"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/vi.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/vi.lproj/Localizable.strings index 17449dd9f0e..e2d56d678e2 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/vi.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/vi.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "Không khả dụng cho giao dịch mua hàng này"; -"Update" = "Cập nhật"; - "Update card" = "Cập nhật thẻ"; "Update card brand" = "Cập nhật thương hiệu thẻ"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-HK.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-HK.lproj/Localizable.strings index 92f7f7681ff..2554decbe9f 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-HK.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-HK.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "無法完成這筆訂單"; -"Update" = "更新"; - "Update card" = "更新銀行卡"; "Update card brand" = "更新銀行卡品牌"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hans.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hans.lproj/Localizable.strings index 1812e028fa1..006ac1d2199 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hans.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hans.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "无法完成这笔订单"; -"Update" = "更新"; - "Update card" = "更新卡"; "Update card brand" = "更新银行卡品牌"; diff --git a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hant.lproj/Localizable.strings b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hant.lproj/Localizable.strings index 446b03e42a5..c19ac7688a5 100644 --- a/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hant.lproj/Localizable.strings +++ b/StripePaymentSheet/StripePaymentSheet/Resources/Localizations/zh-Hant.lproj/Localizable.strings @@ -240,8 +240,6 @@ "Unavailable for this purchase" = "無法完成這筆訂單"; -"Update" = "更新"; - "Update card" = "更新金融卡"; "Update card brand" = "更新金融卡品牌"; diff --git a/StripePayments.podspec b/StripePayments.podspec index dd9253e63fb..7311e091225 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 = '24.0.1' + s.version = '24.0.2' s.summary = 'Bindings for the Stripe Payments API.' s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripePaymentsUI.podspec b/StripePaymentsUI.podspec index 823675dfbc6..807b0ecb2eb 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 = '24.0.1' + s.version = '24.0.2' s.summary = 'UI elements and API bindings for building a custom payment flow using Stripe.' s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripeUICore.podspec b/StripeUICore.podspec index 616bec2781d..f83c98be28c 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 = '24.0.1' + s.version = '24.0.2' 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 517a3f0760a..a5b639c7843 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -24.0.1 \ No newline at end of file +24.0.2 \ No newline at end of file