Skip to content

Commit

Permalink
Update version to 24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
porter-stripe committed Nov 25, 2024
1 parent 8cdadbf commit 4fcbccb
Show file tree
Hide file tree
Showing 95 changed files with 255 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=24.0.2
CURRENT_PROJECT_VERSION=24.1.0
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## x.x.x x-x-x
## 24.1.0 2024-11-25
### Payments
* [Added] Support for Crypto bindings.

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 = '24.0.2'
s.version = '24.1.0'

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 = '24.0.2'
s.version = '24.1.0'

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 = '24.0.2'
s.version = '24.1.0'

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 = '24.0.2'
s.version = '24.1.0'

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 = '24.0.2'
s.version = '24.1.0'

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 = "24.0.2"
public static let STPSDKVersion = "24.1.0"

// 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 = '24.0.2'
s.version = '24.1.0'

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 = '24.0.2'
s.version = '24.1.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' }
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 = '24.0.2'
s.version = '24.1.0'

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 @@ -72,6 +72,8 @@

"Cancel and pay another way" = "Анулиране или плащане по друг начин";

"Card details cannot be changed." = "Данните на картата не могат да бъдат променяни.";

"Change email" = "Промяна на имейл";

"Choose a payment method" = "Избор на метод на плащане";
Expand Down Expand Up @@ -112,6 +114,8 @@

"Log out of Link" = "Излизане от Link";

"Manage card" = "Управление на карта";

"Manage payment method" = "Управляване на начина на плащане";

"Manage payment methods" = "Управление на начини на плащане";
Expand Down Expand Up @@ -242,8 +246,6 @@

"Update card" = "Актуализиране на банкова карта";

"Update card brand" = "Актуализиране на марката на картата";

"Use your saved info to check out faster" = "Използвайте запазената си информация за по-бързо финализиране";

"View more" = "Вижте повече";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@

"Cancel and pay another way" = "Cancel·la i paga d'una altra manera";

"Card details cannot be changed." = "Les dades de la targeta no es poden canviar.";

"Change email" = "Canvia el correu";

"Choose a payment method" = "Escull un mètode de pagament";
Expand Down Expand Up @@ -112,6 +114,8 @@

"Log out of Link" = "Tanca la sessió a Link";

"Manage card" = "Administra la targeta";

"Manage payment method" = "Gestiona el mètode de pagament";

"Manage payment methods" = "Administra els mètodes de pagament";
Expand Down Expand Up @@ -242,8 +246,6 @@

"Update card" = "Actualitza la targeta";

"Update card brand" = "Actualitza la marca de la targeta";

"Use your saved info to check out faster" = "Utilitza la informació desada per pagar més ràpidament";

"View more" = "Visualitza més";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@

"Cancel and pay another way" = "Zrušit a zaplatit jiným způsobem";

"Card details cannot be changed." = "Údaje na kartě nelze měnit.";

"Change email" = "Změnit e-mail";

"Choose a payment method" = "Zvolte platební metodu";
Expand Down Expand Up @@ -112,6 +114,8 @@

"Log out of Link" = "Odhlásit ze služby Link";

"Manage card" = "Spravovat kartu";

"Manage payment method" = "Spravovat způsob platby";

"Manage payment methods" = "Spravovat způsoby platby";
Expand Down Expand Up @@ -242,8 +246,6 @@

"Update card" = "Aktualizovat kartu";

"Update card brand" = "Aktualizovat značku karty";

"Use your saved info to check out faster" = "Použijte uložené informace k rychlejšímu odbavení";

"View more" = "Zobrazit více";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@

"Cancel and pay another way" = "Annuller, og betal på en anden måde";

"Card details cannot be changed." = "Kortoplysninger kan ikke ændres.";

"Change email" = "Skift e-mail";

"Choose a payment method" = "Vælg en betalingsmetode";
Expand Down Expand Up @@ -112,6 +114,8 @@

"Log out of Link" = "Log ud af Link";

"Manage card" = "Administrer kort";

"Manage payment method" = "Administrer betalingsmetode";

"Manage payment methods" = "Administrer betalingsmetoder";
Expand Down Expand Up @@ -242,8 +246,6 @@

"Update card" = "Opdater kort";

"Update card brand" = "Opdater kortbrand";

"Use your saved info to check out faster" = "Brug dine gemte oplysninger til hurtigere betaling";

"View more" = "Vis mere";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@

"Cancel and pay another way" = "Abbrechen und anders bezahlen";

"Card details cannot be changed." = "Die Kartenangaben können nicht geändert werden.";

"Change email" = "E-Mail ändern";

"Choose a payment method" = "Zahlungsmethode auswählen ";
Expand Down Expand Up @@ -112,6 +114,8 @@

"Log out of Link" = "Von Link abmelden";

"Manage card" = "Karte verwalten";

"Manage payment method" = "Zahlungsmethode verwalten";

"Manage payment methods" = "Zahlungsmethoden verwalten";
Expand Down Expand Up @@ -242,8 +246,6 @@

"Update card" = "Karte aktualisieren";

"Update card brand" = "Kartenmarke aktualisieren";

"Use your saved info to check out faster" = "Nutzen Sie Ihre gespeicherten Angaben, um den Kauf schneller abzuschließen.";

"View more" = "Mehr anzeigen";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@

"Cancel and pay another way" = "Ακύρωση και πληρωμή με άλλον τρόπο";

"Card details cannot be changed." = "Δεν είναι δυνατή η αλλαγή των στοιχείων κάρτας.";

"Change email" = "Αλλαγή email";

"Choose a payment method" = "Επιλέξτε μέθοδο πληρωμής";
Expand Down Expand Up @@ -112,6 +114,8 @@

"Log out of Link" = "Αποσύνδεση από το Link";

"Manage card" = "Διαχείριση κάρτας";

"Manage payment method" = "Διαχείριση μεθόδου πληρωμής";

"Manage payment methods" = "Διαχείριση μεθόδων πληρωμής";
Expand Down Expand Up @@ -242,8 +246,6 @@

"Update card" = "Ενημέρωση κάρτας";

"Update card brand" = "Ενημέρωση επωνυμίας κάρτας";

"Use your saved info to check out faster" = "Χρησιμοποιήστε τα αποθηκευμένα στοιχεία σας για τη συντομότερη ολοκλήρωση της αγοράς";

"View more" = "Προβολή περισσότερων";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@

"Cancel and pay another way" = "Cancel and pay another way";

"Card details cannot be changed." = "Card details cannot be changed.";

"Change email" = "Change email";

"Choose a payment method" = "Choose a payment method";
Expand Down Expand Up @@ -112,6 +114,8 @@

"Log out of Link" = "Log out of Link";

"Manage card" = "Manage card";

"Manage payment method" = "Manage payment method";

"Manage payment methods" = "Manage payment methods";
Expand Down Expand Up @@ -242,8 +246,6 @@

"Update card" = "Update card";

"Update card brand" = "Update card brand";

"Use your saved info to check out faster" = "Use your saved info to check out faster";

"View more" = "View more";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@

"Cancel and pay another way" = "Cancelar y pagar por otra vía";

"Card details cannot be changed." = "Los datos de la tarjeta no se pueden modificar.";

"Change email" = "Cambiar correo electrónico";

"Choose a payment method" = "Elegir un método de pago";
Expand Down Expand Up @@ -112,6 +114,8 @@

"Log out of Link" = "Cerrar sesión de Link";

"Manage card" = "Administra tu tarjeta";

"Manage payment method" = "Gestionar el método de pago";

"Manage payment methods" = "Gestiona los métodos de pago";
Expand Down Expand Up @@ -242,8 +246,6 @@

"Update card" = "Actualizar tarjeta";

"Update card brand" = "Actualiza la marca de la tarjeta";

"Use your saved info to check out faster" = "Utiliza la información guardada para finalizar la compra más rápido";

"View more" = "Ver más";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@

"Cancel and pay another way" = "Cancelar y usar otro método de pago";

"Card details cannot be changed." = "Los datos de la tarjeta no se pueden modificar.";

"Change email" = "Cambiar correo electrónico";

"Choose a payment method" = "Elige un método de pago";
Expand Down Expand Up @@ -112,6 +114,8 @@

"Log out of Link" = "Cerrar la sesión de Link";

"Manage card" = "Gestión de la tarjeta";

"Manage payment method" = "Gestionar el método de pago";

"Manage payment methods" = "Gestiona los métodos de pago";
Expand Down Expand Up @@ -242,8 +246,6 @@

"Update card" = "Actualizar la tarjeta";

"Update card brand" = "Actualizar marca de la tarjeta";

"Use your saved info to check out faster" = "Usa tu información guardada para efectuar la compra más rápido";

"View more" = "Ver más";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@

"Cancel and pay another way" = "Tühista ja maksa muul viisil";

"Card details cannot be changed." = "Kaardi andmeid ei saa muuta.";

"Change email" = "Muuda e-posti aadressi";

"Choose a payment method" = "Valige makseviis";
Expand Down Expand Up @@ -112,6 +114,8 @@

"Log out of Link" = "Logi Link välja";

"Manage card" = "Halda kaarti";

"Manage payment method" = "Makseviisi haldamine";

"Manage payment methods" = "Halda makseviise";
Expand Down Expand Up @@ -242,8 +246,6 @@

"Update card" = "Uuenda kaarti";

"Update card brand" = "Uuenda kaardi kaubamärki";

"Use your saved info to check out faster" = "Kasutage oma salvestatud teavet kiiremaks makse lõpuleviimiseks";

"View more" = "Kuva rohkem";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@

"Cancel and pay another way" = "Peruuta ja maksa toisella tavalla";

"Card details cannot be changed." = "Kortin tietoja ei voi muuttaa.";

"Change email" = "Vaihda sähköposti";

"Choose a payment method" = "Valitse maksutapa";
Expand Down Expand Up @@ -112,6 +114,8 @@

"Log out of Link" = "Kirjaudu ulos Link-palvelusta";

"Manage card" = "Hallinnoi korttia";

"Manage payment method" = "Hallinnoi maksutapaa";

"Manage payment methods" = "Hallitse maksutapoja";
Expand Down Expand Up @@ -242,8 +246,6 @@

"Update card" = "Päivitä kortti";

"Update card brand" = "Päivitä kortin merkki";

"Use your saved info to check out faster" = "Käytä tallennettuja tietoja nopeampaan maksamiseen";

"View more" = "Näytä lisää";
Expand Down
Loading

0 comments on commit 4fcbccb

Please sign in to comment.