Skip to content

Commit

Permalink
Update version to 23.27.6
Browse files Browse the repository at this point in the history
  • Loading branch information
porter-stripe committed Jun 25, 2024
1 parent 2a069af commit 66d74cd
Show file tree
Hide file tree
Showing 95 changed files with 415 additions and 15 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.27.5
CURRENT_PROJECT_VERSION=23.27.6
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
## 23.27.6 2024-06-25
### All
* [Fixed] Improved reliability when paying with Swish.

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.27.5'
s.version = '23.27.6'

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.27.5'
s.version = '23.27.6'

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.27.5'
s.version = '23.27.6'

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.27.5'
s.version = '23.27.6'

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.27.5'
s.version = '23.27.6'

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.27.5"
public static let STPSDKVersion = "23.27.6"

// 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.27.5'
s.version = '23.27.6'

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.27.5'
s.version = '23.27.6'

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
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "Задна страна на лична карта";

"Back of identity document" = "Задна страна на документ за самоличност";

"Camera permission" = "Разрешение за камерата";

"Camera unavailable" = "Камерата не е достъпна";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "Предна страна на лична карта";

"Front of identity document" = "Предна страна на документ за самоличност";

"Get ready to scan your photo ID" = "Подгответе се за сканиране на Вашия документ за самоличност със снимка";

"Get ready to take a selfie" = "Пригответе се да си направите селфи";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "Revers del document d'identitat";

"Back of identity document" = "Dors del document d'identitat";

"Camera permission" = "Permís de càmera";

"Camera unavailable" = "Càmera no disponible";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "Anvers del document d'identitat";

"Front of identity document" = "Anvers del document d'identitat";

"Get ready to scan your photo ID" = "Prepareu-vos per escanejar la vostra identificació amb foto";

"Get ready to take a selfie" = "Prepareu-vos per fer-vos l'autofoto";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "Zadní strana průkazu totožnosti";

"Back of identity document" = "Zadní strana průkazu totožnosti";

"Camera permission" = "Povolení k použití fotoaparátu";

"Camera unavailable" = "Fotoaparát není dostupný";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "Přední strana průkazu totožnosti";

"Front of identity document" = "Přední strana průkazu totožnosti";

"Get ready to scan your photo ID" = "Připravte se na skenování průkazu totožnosti s fotografií";

"Get ready to take a selfie" = "Připravte se na pořízení selfie";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "Bagside af identitetskort";

"Back of identity document" = "Bagsiden af identitetsdokumentet";

"Camera permission" = "Kameratilladelse";

"Camera unavailable" = "Kamera ikke tilgængeligt";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "Forside af identitetskort";

"Front of identity document" = "Forsiden af identitetsdokumentet";

"Get ready to scan your photo ID" = "Gør dig klar til at scanne dit foto-ID";

"Get ready to take a selfie" = "Gør klar til at tage en selfie";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "Rückseite des Personalausweises";

"Back of identity document" = "Rückseite des Ausweisdokuments";

"Camera permission" = "Kameraberechtigung";

"Camera unavailable" = "Kamera nicht verfügbar";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "Vorderseite des Personalausweises";

"Front of identity document" = "Vorderseite des Ausweisdokuments";

"Get ready to scan your photo ID" = "Machen Sie sich zum Scannen Ihres Lichtbildausweises bereit";

"Get ready to take a selfie" = "Machen Sie sich für ein Selfie bereit";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "Πίσω πλευρά ταυτότητας";

"Back of identity document" = "Πίσω πλευρά εγγράφου ταυτότητας";

"Camera permission" = "Άδεια κάμερας";

"Camera unavailable" = "Μη διαθέσιμη κάμερα";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "Μπροστινή πλευρά ταυτότητας";

"Front of identity document" = "Μπροστινή πλευρά εγγράφου ταυτότητας";

"Get ready to scan your photo ID" = "Ετοιμαστείτε να σαρώσετε την ταυτότητα με φωτογραφία";

"Get ready to take a selfie" = "Ετοιμαστείτε να βγάλετε μια selfie";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "Back of identity card";

"Back of identity document" = "Back of identity document";

"Camera permission" = "Camera permission";

"Camera unavailable" = "Camera unavailable";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "Front of identity card";

"Front of identity document" = "Front of identity document";

"Get ready to scan your photo ID" = "Get ready to scan your photo ID";

"Get ready to take a selfie" = "Get ready to take a selfie";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "Dorso del documento de identidad";

"Back of identity document" = "Reverso del documento de identidad";

"Camera permission" = "Permiso de acceso a la cámara";

"Camera unavailable" = "Cámara no disponible";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "Frente del documento de identidad";

"Front of identity document" = "Anverso del documento de identidad";

"Get ready to scan your photo ID" = "Prepárate para escanear tu documento de identidad con foto";

"Get ready to take a selfie" = "Prepárate para hacerte la selfie";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "Reverso del documento de identidad";

"Back of identity document" = "Reverso del documento de identidad";

"Camera permission" = "Permiso de cámara";

"Camera unavailable" = "Cámara no disponible";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "Anverso del documento de identidad";

"Front of identity document" = "Anverso del documento de identidad";

"Get ready to scan your photo ID" = "Prepárate para escanear tu documento de identidad con foto";

"Get ready to take a selfie" = "Prepárate para hacerte la selfie";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "ID-kaardi tagakülg";

"Back of identity document" = "Isikut tõendava dokumendi tagakülg";

"Camera permission" = "Kaamera luba";

"Camera unavailable" = "Kaamera pole saadaval";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "ID-kaardi esikülg";

"Front of identity document" = "Isikut tõendava dokumendi esikülg";

"Get ready to scan your photo ID" = "Valmistuge oma fotoga isikut tõendava dokumendi skannimiseks";

"Get ready to take a selfie" = "Valmistuge tegema selfit";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "Henkilökortin takapuoli";

"Back of identity document" = "Henkilötodistuksen takapuoli";

"Camera permission" = "Kameran käyttöoikeus";

"Camera unavailable" = "Kamera ei käytössä";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "Henkilökortin etupuoli";

"Front of identity document" = "Henkilötodistuksen etupuoli";

"Get ready to scan your photo ID" = "Valmistaudu skannaamaan kuvallinen henkilöllisyystodistus";

"Get ready to take a selfie" = "Valmistaudu selfien ottoon";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "Likod ng kard ng pagkakakilanlan";

"Back of identity document" = "Likod ng dokumento ng pagkakakilanlan";

"Camera permission" = "Pahintulot ng kamera";

"Camera unavailable" = "Hindi magamit ang kamera";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "Harap ng card ng pagkakakilanlan";

"Front of identity document" = "Harap ng dokumento ng pagkakakilanlan";

"Get ready to scan your photo ID" = "Maghandang i-scan ang iyong photo ID";

"Get ready to take a selfie" = "Maghanda na kumuha ng selfie";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "Verso de la carte d'identité";

"Back of identity document" = "Verso de la pièce d'identité";

"Camera permission" = "Autorisation d'accès à l'appareil photo";

"Camera unavailable" = "Appareil photo non disponible";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "Recto de la carte d'identité";

"Front of identity document" = "Recto de la pièce d'identité";

"Get ready to scan your photo ID" = "Préparez-vous à scanner votre pièce d'identité";

"Get ready to take a selfie" = "Préparez-vous à vous prendre en photo";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "Verso de la carte d'identité";

"Back of identity document" = "Verso de la pièce d'identité";

"Camera permission" = "Autorisation d'accès à l'appareil photo";

"Camera unavailable" = "Appareil photo non disponible";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "Recto de la carte d'identité";

"Front of identity document" = "Recto de la pièce d'identité";

"Get ready to scan your photo ID" = "Préparez-vous à scanner votre pièce d'identité";

"Get ready to take a selfie" = "Préparez-vous à vous prendre en photo";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "Stražnja strana osobne iskaznice";

"Back of identity document" = "Stražnja strana identifikacijskog dokumenta";

"Camera permission" = "Dozvole kamere";

"Camera unavailable" = "Kamera nije dostupna";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "Prednja strana osobne iskaznice";

"Front of identity document" = "Prednja strana identifikacijskog dokumenta";

"Get ready to scan your photo ID" = "Pripremite se za skeniranje svog osobnog dokumenta s fotografijom";

"Get ready to take a selfie" = "Pripremite se za snimanje selfija";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "Személyazonosító igazolvány hátlapja";

"Back of identity document" = "Személyazonosító okmány hátulja";

"Camera permission" = "Kameraengedély";

"Camera unavailable" = "A kamera nem érhető el";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "Személyazonosító igazolvány előlapja";

"Front of identity document" = "Személyazonosító okmány eleje";

"Get ready to scan your photo ID" = "Készítse elő fényképes igazolványát a beolvasásra";

"Get ready to take a selfie" = "Készüljön fel egy szelfi elkészítésére";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

"Back of identity card" = "Bagian belakang kartu identitas";

"Back of identity document" = "Bagian belakang dokumen identitas";

"Camera permission" = "Izin kamera";

"Camera unavailable" = "Kamera tidak tersedia";
Expand All @@ -34,6 +36,8 @@

"Front of identity card" = "Bagian depan kartu identitas";

"Front of identity document" = "Bagian depan dokumen identitas";

"Get ready to scan your photo ID" = "Siapkan pemindaian identitas berfoto Anda";

"Get ready to take a selfie" = "Bersiaplah untuk mengambil swafoto";
Expand Down
Loading

0 comments on commit 66d74cd

Please sign in to comment.