Skip to content

Commit

Permalink
Update version to 23.29.2
Browse files Browse the repository at this point in the history
  • Loading branch information
porter-stripe committed Aug 19, 2024
1 parent e19bf80 commit 65b8ebc
Show file tree
Hide file tree
Showing 55 changed files with 95 additions and 95 deletions.
2 changes: 1 addition & 1 deletion BuildConfigurations/Version.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
// Instead, edit the `VERSION` file and run `ci_scripts/update_version.sh`
//

CURRENT_PROJECT_VERSION=23.29.1
CURRENT_PROJECT_VERSION=23.29.2
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## X.Y.Z 2024-XX-YY
## 23.29.2 2024-08-19
### PaymentSheet
* [Fixed] Avoid multiple calls to CVC Recollection callback for deferred intent integrations
* [Fixed] Fixed an issue in SwiftUI where setting `isPresented=false` wouldn't dismiss the sheet.
Expand Down
2 changes: 1 addition & 1 deletion Stripe.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.1'
s.version = '23.29.2'

s.summary = 'Accept online payments using Stripe.'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion StripeApplePay.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.1'
s.version = '23.29.2'

s.summary = 'StripeApplePay is a lightweight Apple Pay SDK intended for building App Clips '\
'or other size-constrained apps.'
Expand Down
2 changes: 1 addition & 1 deletion StripeCameraCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.1'
s.version = '23.29.2'

s.summary = 'StripeCameraCore contains shared infrastructure used by Stripe pods. '\
'It is not meant to be used without other Stripe pods.'
Expand Down
2 changes: 1 addition & 1 deletion StripeCardScan.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.1'
s.version = '23.29.2'

s.summary = 'Scan credit and debit cards to verify that they\'re genuine'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion StripeCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.1'
s.version = '23.29.2'

s.summary = 'StripeCore contains shared infrastructure used by all Stripe pods. '\
'It is not meant to be used without other Stripe pods.'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Foundation

extension StripeAPIConfiguration {
/// The current version of this library.
public static let STPSDKVersion = "23.29.1"
public static let STPSDKVersion = "23.29.2"

// NOTE: `STPSDKVersion` must be a hard-coded static string instead of
// dynamically generated from the bundle's `CFBundleShortVersionString` to
Expand Down
2 changes: 1 addition & 1 deletion StripeFinancialConnections.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.1'
s.version = '23.29.2'

s.summary = 'Securely connect financial accounts to Stripe\'s merchant account.'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion StripeIdentity.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.1'
s.version = '23.29.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' }
Expand Down
2 changes: 1 addition & 1 deletion StripePaymentSheet.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.1'
s.version = '23.29.2'

s.summary = "Stripe's prebuilt payment UI."
s.license = { type: 'MIT', file: 'LICENSE' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Запазване за бъдещи плащания";

"Save this account for future %@ payments" = "Запазете тази сметка за следващи %@ плащания";
"Save payment details to %@ for future purchases" = "Запазване на платежните данни в %@ за бъдещи покупки";

"Save this card for future %@ payments" = "Запазете тази карта за следващи %@ плащания";
"Save this account for future %@ payments" = "Запазете тази сметка за следващи %@ плащания";

"Save your bank account in just a few steps." = "Запазете банковата си сметка само с няколко стъпки.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Guardar per a futurs pagaments";

"Save this account for future %@ payments" = "Desa aquest compte per a pagaments a %@ en el futur";
"Save payment details to %@ for future purchases" = "Desa les dades de pagament a %@ per a compres futures";

"Save this card for future %@ payments" = "Desar aquesta tarjeta per futurs %@ pagaments";
"Save this account for future %@ payments" = "Desa aquest compte per a pagaments a %@ en el futur";

"Save your bank account in just a few steps." = "Deseu el compte bancari en uns pocs passos.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Uložit pro budoucí platby";

"Save this account for future %@ payments" = "Uložit tento účet pro budoucí platby %@";
"Save payment details to %@ for future purchases" = "Uložit platební údaje do %@ pro budoucí nákupy";

"Save this card for future %@ payments" = "Uložit tuto kartu pro budoucí platby %@";
"Save this account for future %@ payments" = "Uložit tento účet pro budoucí platby %@";

"Save your bank account in just a few steps." = "Uložte si svůj bankovní účet v několika málo krocích.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Gem til fremtidige betalinger";

"Save this account for future %@ payments" = "Gem denne konto til fremtidige %@-betalinger";
"Save payment details to %@ for future purchases" = "Gem betalingsoplysninger for %@ til senere køb";

"Save this card for future %@ payments" = "Gem dette kort til fremtidige %@ betalinger";
"Save this account for future %@ payments" = "Gem denne konto til fremtidige %@-betalinger";

"Save your bank account in just a few steps." = "Gem din bankkonto med blot nogle få trin.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Für zukünftige Zahlungen speichern";

"Save this account for future %@ payments" = "Konto für zukünftige %@-Zahlungen speichern";
"Save payment details to %@ for future purchases" = "Zahlungsinformationen für %@ für spätere Käufe speichern";

"Save this card for future %@ payments" = "Karte für zukünftige Zahlungen von %@ speichern";
"Save this account for future %@ payments" = "Konto für zukünftige %@-Zahlungen speichern";

"Save your bank account in just a few steps." = "Speichern Sie Ihr Bankkonto in nur wenigen Schritten.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Αποθήκευση για μελλοντικές πληρωμές";

"Save this account for future %@ payments" = "Αποθηκεύστε αυτόν τον λογαριασμό για μελλοντικές %@ πληρωμές";
"Save payment details to %@ for future purchases" = "Αποθήκευση στοιχείων πληρωμής στην %@ για μελλοντικές αγορές";

"Save this card for future %@ payments" = "Αποθηκεύστε αυτή την κάρτα για μελλοντικές %@ πληρωμές";
"Save this account for future %@ payments" = "Αποθηκεύστε αυτόν τον λογαριασμό για μελλοντικές %@ πληρωμές";

"Save your bank account in just a few steps." = "Αποθηκεύστε τον τραπεζικό λογαριασμό σας με λίγα μόνο βήματα.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Save for future payments";

"Save this account for future %@ payments" = "Save this account for future %@ payments";
"Save payment details to %@ for future purchases" = "Save payment details to %@ for future purchases";

"Save this card for future %@ payments" = "Save this card for future %@ payments";
"Save this account for future %@ payments" = "Save this account for future %@ payments";

"Save your bank account in just a few steps." = "Save your bank account in just a few steps.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Guardar para futuros pagos";

"Save this account for future %@ payments" = "Guardar esta cuenta para realizar futuros pagos a %@";
"Save payment details to %@ for future purchases" = "Guardar los datos de pago en %@ para futuras compras";

"Save this card for future %@ payments" = "Guardar esta tarjeta para futuros pagos de %@";
"Save this account for future %@ payments" = "Guardar esta cuenta para realizar futuros pagos a %@";

"Save your bank account in just a few steps." = "Guarda tu cuenta bancaria en solo unos pasos.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Guardar para futuros pagos";

"Save this account for future %@ payments" = "Guardar esta cuenta para realizar compras futuras en %@";
"Save payment details to %@ for future purchases" = "Guardar los datos de pago en %@ para futuras compras";

"Save this card for future %@ payments" = "Guardar esta tarjeta para realizar compras futuras en %@";
"Save this account for future %@ payments" = "Guardar esta cuenta para realizar compras futuras en %@";

"Save your bank account in just a few steps." = "Guarda tu cuenta bancaria en unos pocos pasos.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Salvestage tulevasteks makseteks";

"Save this account for future %@ payments" = "Salvesta see konto tulevaste %@ maksete jaoks";
"Save payment details to %@ for future purchases" = "Salvesta makseandmed %@ tulevaste ostude jaoks";

"Save this card for future %@ payments" = "Salvestage see kaart tulevasteks makseteks teenuses %@";
"Save this account for future %@ payments" = "Salvesta see konto tulevaste %@ maksete jaoks";

"Save your bank account in just a few steps." = "Salvestage oma pangakonto vaid mõne lihtsa sammuga.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Tallenna tulevia maksuja varten";

"Save this account for future %@ payments" = "Tallenna tämä tili tulevia maksuja %@ varten";
"Save payment details to %@ for future purchases" = "Tallenna maksutiedot yritykselle %@ tulevia ostoksia varten";

"Save this card for future %@ payments" = "Tallenna tämä kortti tulevia maksuja (%@) varten";
"Save this account for future %@ payments" = "Tallenna tämä tili tulevia maksuja %@ varten";

"Save your bank account in just a few steps." = "Tallenna pankkitilisi vain muutamassa vaiheessa.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "I-save para sa mga pagbabayad sa hinaharap";

"Save this account for future %@ payments" = "I-save ang account na ito para sa mga pagbabayad sa hinaharap sa %@";
"Save payment details to %@ for future purchases" = "I-save ang mga detalye ng pababayad sa %@ para sa mga pagbili sa hinaharap";

"Save this card for future %@ payments" = "I-save ang kard na ito para sa mga hinaharap na pagbabayad sa %@";
"Save this account for future %@ payments" = "I-save ang account na ito para sa mga pagbabayad sa hinaharap sa %@";

"Save your bank account in just a few steps." = "I-save ang iyong account sa bangko sa ilang hakbang lamang.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Enregistrer pour les prochains achats";

"Save this account for future %@ payments" = "Enregistrer ce compte pour vos futurs achats auprès de %@";
"Save payment details to %@ for future purchases" = "Enregistrer les informations de paiement sur %@ pour vos prochains achats";

"Save this card for future %@ payments" = "Enregistrer cette carte pour vos prochains achats chez %@";
"Save this account for future %@ payments" = "Enregistrer ce compte pour vos futurs achats auprès de %@";

"Save your bank account in just a few steps." = "Enregistrez votre compte bancaire en quelques clics.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Enregistrer pour de futurs achats";

"Save this account for future %@ payments" = "Enregistrer ce compte pour vos futurs achats auprès de %@";
"Save payment details to %@ for future purchases" = "Enregistrer les informations de paiement sur %@ pour vos futurs achats";

"Save this card for future %@ payments" = "Enregistrer cette carte pour vos futurs achats auprès de %@";
"Save this account for future %@ payments" = "Enregistrer ce compte pour vos futurs achats auprès de %@";

"Save your bank account in just a few steps." = "Enregistrez votre compte bancaire en quelques clics.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Spremi za buduća plaćanja";

"Save this account for future %@ payments" = "Spremi ovaj račun za buduća %@ plaćanja";
"Save payment details to %@ for future purchases" = "Spremi podatke za plaćanja poduzeću %@ za buduće kupnje";

"Save this card for future %@ payments" = "Spremi ovu karticu za buduća plaćanja %@";
"Save this account for future %@ payments" = "Spremi ovaj račun za buduća %@ plaćanja";

"Save your bank account in just a few steps." = "Spremite svoj bankovni račun u samo par koraka.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Mentés a későbbi fizetésekhez";

"Save this account for future %@ payments" = "Számla mentése a(z) %@ részére történő fizetésekhez";
"Save payment details to %@ for future purchases" = "Fizetési adatok mentése %@ vállalkozó részére későbbi vásárlásokhoz";

"Save this card for future %@ payments" = "A kártya mentése a(z) %@ részére történő fizetésekhez";
"Save this account for future %@ payments" = "Számla mentése a(z) %@ részére történő fizetésekhez";

"Save your bank account in just a few steps." = "Mentse el egyszerűen bankszámláját.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Simpan untuk pembayaran mendatang";

"Save this account for future %@ payments" = "Simpan rekening ini untuk pembayaran %@ mendatang";
"Save payment details to %@ for future purchases" = "Simpan detail pembayaran pada %@ untuk pembelian mendatang";

"Save this card for future %@ payments" = "Simpan kartu ini untuk pembayaran %@ mendatang";
"Save this account for future %@ payments" = "Simpan rekening ini untuk pembayaran %@ mendatang";

"Save your bank account in just a few steps." = "Simpan rekening bank Anda hanya dalam beberapa langkah.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Salva per i pagamenti futuri";

"Save this account for future %@ payments" = "Salva il conto per i pagamenti futuri di %@";
"Save payment details to %@ for future purchases" = "Salva i dati di pagamento su %@ per acquisti futuri";

"Save this card for future %@ payments" = "Salva la carta per i pagamenti futuri di %@";
"Save this account for future %@ payments" = "Salva il conto per i pagamenti futuri di %@";

"Save your bank account in just a few steps." = "Salva il tuo conto bancario in pochi passaggi.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "今後の支払いのために保存する";

"Save this account for future %@ payments" = "今後の %@ の支払いのためにこの口座を保存する";
"Save payment details to %@ for future purchases" = "今後の購入のために %@ に決済情報を保存する";

"Save this card for future %@ payments" = "今後の %@ の支払いのためにこのカードを保存する";
"Save this account for future %@ payments" = "今後の %@ の支払いのためにこの口座を保存する";

"Save your bank account in just a few steps." = "銀行口座の保存はわずか数ステップで完了します。";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "향후 결제에 사용하도록 저장";

"Save this account for future %@ payments" = "이 계좌를 향후 %@ 결제에 사용하도록 저장";
"Save payment details to %@ for future purchases" = "향후 구매를 위해 결제 세부사항 %@에 저장";

"Save this card for future %@ payments" = "이 카드를 향후 %@ 결제에 사용하도록 저장";
"Save this account for future %@ payments" = "이 계좌를 향후 %@ 결제에 사용하도록 저장";

"Save your bank account in just a few steps." = "몇 단계의 간단한 절차를 통해 은행 계좌를 저장하십시오.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Išsaugokite vėlesniems mokėjimams";

"Save this account for future %@ payments" = "Išsaugoti šią sąskaitą vėlesniems %@ mokėjimams";
"Save payment details to %@ for future purchases" = "Išsaugoti mokėjimo duomenis „%@” būsimiems pirkimams";

"Save this card for future %@ payments" = "Išsaugoti kortelę vėlesniems %@ mokėjimams";
"Save this account for future %@ payments" = "Išsaugoti šią sąskaitą vėlesniems %@ mokėjimams";

"Save your bank account in just a few steps." = "Vos keliais veiksmais įrašykite savo banko sąskaitą.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Saglabāt nākotnes maksājumiem";

"Save this account for future %@ payments" = "Saglabāt šo kontu nākotnes %@ maksājumiem";
"Save payment details to %@ for future purchases" = "Saglabāt maksājuma informāciju %@ turpmākiem pirkumiem";

"Save this card for future %@ payments" = "Saglabāt šo karti %@ maksājumiem nākotnē";
"Save this account for future %@ payments" = "Saglabāt šo kontu nākotnes %@ maksājumiem";

"Save your bank account in just a few steps." = "Saglabājiet savu bankas kontu, izpildot tikai dažus soļus.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Simpan untuk pembayaran masa hadapan";

"Save this account for future %@ payments" = "Simpan akaun ini untuk pembayaran %@ masa hadapan";
"Save payment details to %@ for future purchases" = "Simpan butiran pembayaran di %@ untuk pembelian yang akan datang";

"Save this card for future %@ payments" = "Simpan kad ini untuk pembayaran %@ masa hadapan";
"Save this account for future %@ payments" = "Simpan akaun ini untuk pembayaran %@ masa hadapan";

"Save your bank account in just a few steps." = "Simpan akaun bank anda dengan hanya beberapa langkah.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Erfa' għall-pagamenti fil-ġejjieni";

"Save this account for future %@ payments" = "Erfa' dal-kont għall-pagament lil %@ tal-ġejjieni";
"Save payment details to %@ for future purchases" = "Erfa' d-dettalji tal-pagamenti f'%@ għax-xirjiet tal-ġejjieni";

"Save this card for future %@ payments" = "Erfa' din il-kard għal pagamenti futuri %@";
"Save this account for future %@ payments" = "Erfa' dal-kont għall-pagament lil %@ tal-ġejjieni";

"Save your bank account in just a few steps." = "Erfa' l-kont tal-bank tiegħek fi ftit passi.";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@

"Save for future payments" = "Lagre til fremtidige betalinger";

"Save this account for future %@ payments" = "Lagre kontoen til fremtidige betalinger hos %@";
"Save payment details to %@ for future purchases" = "Lagre betalingsinformasjonen hos %@ for fremtidige kjøp";

"Save this card for future %@ payments" = "Lagre kortet til fremtidige betalinger hos %@";
"Save this account for future %@ payments" = "Lagre kontoen til fremtidige betalinger hos %@";

"Save your bank account in just a few steps." = "Lagre bankkontoen din med bare noen få trinn.";

Expand Down
Loading

0 comments on commit 65b8ebc

Please sign in to comment.