Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release version 23.32.0 #4170

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.31.1
CURRENT_PROJECT_VERSION=23.32.0
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.32.0 2024-10-21
### PaymentSheet
* [Added] Added `PaymentSheet.Configuration.paymentMethodLayout`. Configure the layout of payment methods in the sheet using `paymentMethodLayout` to display them either horizontally, vertically, or let Stripe optimize the layout automatically.

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.31.1'
s.version = '23.32.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 = '23.31.1'
s.version = '23.32.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 = '23.31.1'
s.version = '23.32.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 = '23.31.1'
s.version = '23.32.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 = '23.31.1'
s.version = '23.32.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 = "23.31.1"
public static let STPSDKVersion = "23.32.0"

// NOTE: `STPSDKVersion` must be a hard-coded static string instead of
// dynamically generated from the bundle's `CFBundleShortVersionString` to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Foundation

/// Contains elements session context useful for the Financial Connections SDK.
@_spi(STP) public struct ElementsSessionContext {
@_spi(STP) public enum IntentID {
@_spi(STP) @frozen public enum IntentID {
case payment(String)
case setup(String)
}
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.31.1'
s.version = '23.32.0'

s.summary = 'Securely connect financial accounts to Stripe\'s merchant account.'
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -937,8 +937,6 @@ extension FinancialConnectionsAPIClient: FinancialConnectionsAPI {
parameters["financial_incentive"] = [
"setup_intent": setupIntentId,
]
@unknown default:
break
}
}

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.31.1'
s.version = '23.32.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 = '23.31.1'
s.version = '23.32.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 @@ -25,7 +25,7 @@ public class CustomerSheet {
case customerAdapter
case customerSession
}

internal enum InternalError: Error {
case expectedSetupIntent
case invalidStateOnConfirmation
Expand All @@ -34,7 +34,7 @@ public class CustomerSheet {
let configuration: CustomerSheet.Configuration

internal typealias CustomerSheetCompletion = (CustomerSheetResult) -> Void

private var initEvent: STPAnalyticEvent {
switch self.integrationType {
case .customerAdapter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ extension TextFieldElement {
if let cardBrandDisplayName = STPCardBrandUtilities.stringFrom(brand), brand != .unknown {
return .localizedStringWithFormat(.Localized.brand_not_allowed, cardBrandDisplayName)
}

return .Localized.generic_brand_not_allowed
}
}
Expand Down
2 changes: 1 addition & 1 deletion StripePayments.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.31.1'
s.version = '23.32.0'

s.summary = 'Bindings for the Stripe Payments API.'
s.license = { type: 'MIT', file: 'LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion StripePaymentsUI.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.31.1'
s.version = '23.32.0'

s.summary = 'UI elements and API bindings for building a custom payment flow using Stripe.'
s.license = { type: 'MIT', file: 'LICENSE' }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

"%1$@ ending in %2$@" = "%1$@ завършващо на %2$@";

"%1$@ is not accepted" = "%1$@ не се приема";

"Address line 2 (optional)" = "Ред 2 на адреса (по желание)";

"Apple Pay" = "Apple Pay";
Expand Down Expand Up @@ -36,6 +38,8 @@

"The BSB you entered is invalid." = "BSB, който сте въвели, е невалиден.";

"The selected brand is not allowed" = "Избраната марка не е разрешена";

"To scan your card, allow camera access in Settings." = "За да сканирате картата си, разрешете достъп до камерата в Настройки.";

"Your ZIP is invalid." = "Вашият ZIP код е невалиден.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

"%1$@ ending in %2$@" = "%1$@ que acaba en %2$@";

"%1$@ is not accepted" = "No s'accepta %1$@";

"Address line 2 (optional)" = "Línia de l'adreça 2 (opcional)";

"Apple Pay" = "Apple Pay";
Expand Down Expand Up @@ -36,6 +38,8 @@

"The BSB you entered is invalid." = "El BSB que has introduït no és vàlid.";

"The selected brand is not allowed" = "La marca seleccionada no està permesa";

"To scan your card, allow camera access in Settings." = "Per escanejar la teva targeta, permet l'accès a la càmera a Ajusts.";

"Your ZIP is invalid." = "El teu ZIP no és vàlid.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

"%1$@ ending in %2$@" = "%1$@ končící za %2$@";

"%1$@ is not accepted" = "%1$@ se neakceptuje.";

"Address line 2 (optional)" = "2. řádek adresy (volitelně)";

"Apple Pay" = "Apple Pay";
Expand Down Expand Up @@ -36,6 +38,8 @@

"The BSB you entered is invalid." = "Zadaný BSB je neplatný.";

"The selected brand is not allowed" = "Vybraná značka není povolena";

"To scan your card, allow camera access in Settings." = "Chcete-li kartu naskenovat, povolte v Nastavení přístup k fotoaparátu.";

"Your ZIP is invalid." = "PSČ je neplatné.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

"%1$@ ending in %2$@" = "%1$@ slutter på %2$@";

"%1$@ is not accepted" = "%1$@ accepteres ikke";

"Address line 2 (optional)" = "Adresselinje 2 (valgfrit)";

"Apple Pay" = "Apple Pay";
Expand Down Expand Up @@ -36,6 +38,8 @@

"The BSB you entered is invalid." = "Den BSB, du angav, er ugyldig.";

"The selected brand is not allowed" = "Det valgte brand er ikke tilladt";

"To scan your card, allow camera access in Settings." = "Tillad kameraadgang i Indstillinger for at scanne dit kort.";

"Your ZIP is invalid." = "Dit postnummer er ugyldigt.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

"%1$@ ending in %2$@" = "%1$@, endend auf %2$@";

"%1$@ is not accepted" = "%1$@ wird nicht akzeptiert";

"Address line 2 (optional)" = "Adresszeile 2 (optional)";

"Apple Pay" = "Apple Pay";
Expand Down Expand Up @@ -36,6 +38,8 @@

"The BSB you entered is invalid." = "Die eingegebene BSB-Nummer ist ungültig.";

"The selected brand is not allowed" = "Die ausgewählte Marke ist nicht zulässig.";

"To scan your card, allow camera access in Settings." = "Um die Karte scannen zu können, müssen Sie unter „Einstellungen“ den Kamerazugriff erlauben.";

"Your ZIP is invalid." = "Postleitzahl ist ungültig.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

"%1$@ ending in %2$@" = "%1$@ λήγει σε %2$@";

"%1$@ is not accepted" = "Η επωνυμία %1$@ δεν είναι αποδεκτή";

"Address line 2 (optional)" = "Γραμμή διεύθυνσης 2 (προαιρετικό)";

"Apple Pay" = "Apple Pay";
Expand Down Expand Up @@ -36,6 +38,8 @@

"The BSB you entered is invalid." = "Ο κωδικός BSB που εισάγατε δεν είναι έγκυρος.";

"The selected brand is not allowed" = "Η επιλεγμένη επωνυμία δεν επιτρέπεται";

"To scan your card, allow camera access in Settings." = "Για να σαρώσετε την κάρτα σας, επιτρέψτε την πρόσβαση της κάμερας από τις Ρυθμίσεις.";

"Your ZIP is invalid." = "Ο ταχυδρομικός κώδικάς σας δεν είναι έγκυρος.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

"%1$@ ending in %2$@" = "%1$@ ending in %2$@";

"%1$@ is not accepted" = "%1$@ is not accepted";

"Address line 2 (optional)" = "Address line 2 (optional)";

"Apple Pay" = "Apple Pay";
Expand Down Expand Up @@ -36,6 +38,8 @@

"The BSB you entered is invalid." = "The BSB you entered is invalid.";

"The selected brand is not allowed" = "The selected brand is not allowed";

"To scan your card, allow camera access in Settings." = "To scan your card, allow camera access in Settings.";

"Your ZIP is invalid." = "Your ZIP is invalid.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

"%1$@ ending in %2$@" = "%1$@ terminada en %2$@";

"%1$@ is not accepted" = "No se acepta %1$@";

"Address line 2 (optional)" = "Segunda línea de la dirección (opcional)";

"Apple Pay" = "Apple Pay";
Expand Down Expand Up @@ -36,6 +38,8 @@

"The BSB you entered is invalid." = "El BSB que ingresaste no es válido.";

"The selected brand is not allowed" = "La marca seleccionada no está permitida";

"To scan your card, allow camera access in Settings." = "Para escanear la tarjeta, permite el acceso a la cámara en Configuración.";

"Your ZIP is invalid." = "El código postal no es válido.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

"%1$@ ending in %2$@" = "%1$@ terminada en %2$@";

"%1$@ is not accepted" = "No se acepta %1$@";

"Address line 2 (optional)" = "Segunda línea de la dirección (opcional)";

"Apple Pay" = "Apple Pay";
Expand Down Expand Up @@ -36,6 +38,8 @@

"The BSB you entered is invalid." = "El BSB introducido no es válido.";

"The selected brand is not allowed" = "La marca seleccionada no está permitida";

"To scan your card, allow camera access in Settings." = "Para escanear la tarjeta, autoriza el acceso a la cámara en Ajustes.";

"Your ZIP is invalid." = "El código ZIP no es válido.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

"%1$@ ending in %2$@" = "%1$@, lõpeb nr-ga %2$@";

"%1$@ is not accepted" = "%1$@ pole aktsepteeritud";

"Address line 2 (optional)" = "Aadressirida 2 (valikuline)";

"Apple Pay" = "Apple Pay";
Expand Down Expand Up @@ -36,6 +38,8 @@

"The BSB you entered is invalid." = "Sisestatud BSB-number ei ole kehtiv.";

"The selected brand is not allowed" = "Valitud tootemark pole lubatud";

"To scan your card, allow camera access in Settings." = "Kaardi skannimiseks lubage seadetes juurdepääs kaamerale.";

"Your ZIP is invalid." = "Teie sihtnumber on kehtetu.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

"%1$@ ending in %2$@" = "%1$@ päättyy numeroihin %2$@";

"%1$@ is not accepted" = "%1$@ ei hyväksytä";

"Address line 2 (optional)" = "Osoiterivi 2 (valinnainen)";

"Apple Pay" = "Apple Pay";
Expand Down Expand Up @@ -36,6 +38,8 @@

"The BSB you entered is invalid." = "Antamasi BSB-numero on virheellinen.";

"The selected brand is not allowed" = "Valittu merkki ei ole sallittu";

"To scan your card, allow camera access in Settings." = "Anna kameralle käyttöoikeus, jotta voit skannata kortin.";

"Your ZIP is invalid." = "Postinumero on virheellinen.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

"%1$@ ending in %2$@" = "%1$@ nagtatapos sa %2$@";

"%1$@ is not accepted" = "Ang %1$@ ay hindi tinatanggap";

"Address line 2 (optional)" = "Pangalawang linya ng adres";

"Apple Pay" = "Apple Pay";
Expand Down Expand Up @@ -36,6 +38,8 @@

"The BSB you entered is invalid." = "Ang BSB na ipinasok mo ay di balido.";

"The selected brand is not allowed" = "Ang napiling brand ay hindi pinapayagan";

"To scan your card, allow camera access in Settings." = "Upang ma-scan ang iyong kard, pahintulutan ang access ng kamera sa Settings.";

"Your ZIP is invalid." = "Ang iyong ZIP ay di balido.";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

"%1$@ ending in %2$@" = "%1$@ se terminant par %2$@";

"%1$@ is not accepted" = "%1$@ n'est pas accepté";

"Address line 2 (optional)" = "Ligne d'adresse 2 (facultatif)";

"Apple Pay" = "Apple Pay";
Expand Down Expand Up @@ -36,6 +38,8 @@

"The BSB you entered is invalid." = "Le numéro BSB que vous avez saisi n'est pas valide.";

"The selected brand is not allowed" = "La marque sélectionnée n'est pas autorisée";

"To scan your card, allow camera access in Settings." = "Pour scanner votre carte, autorisez l'accès à l'appareil photo dans vos paramètres.";

"Your ZIP is invalid." = "Votre code postal n'est pas valide.";
Expand Down
Loading
Loading