Skip to content

Commit c1cefa8

Browse files
committed
Update version to 24.19.0
1 parent e272169 commit c1cefa8

File tree

95 files changed

+241
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+241
-161
lines changed

BuildConfigurations/Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
// Instead, edit the `VERSION` file and run `ci_scripts/update_version.sh`
77
//
88

9-
CURRENT_PROJECT_VERSION=24.18.1
9+
CURRENT_PROJECT_VERSION=24.19.0

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## XX.YY.ZZ 2025-XX-YY
1+
## 24.19.0 2025-08-04
22

33
### PaymentSheet
44
* [Fixed] Updated default spacing of form elements in PaymentSheet.

Stripe.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '24.18.1'
6+
s.version = '24.19.0'
77

88
s.summary = 'Accept online payments using Stripe.'
99
s.license = { :type => 'MIT', :file => 'LICENSE' }

StripeApplePay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '24.18.1'
6+
s.version = '24.19.0'
77

88
s.summary = 'StripeApplePay is a lightweight Apple Pay SDK intended for building App Clips '\
99
'or other size-constrained apps.'

StripeCameraCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '24.18.1'
6+
s.version = '24.19.0'
77

88
s.summary = 'StripeCameraCore contains shared infrastructure used by Stripe pods. '\
99
'It is not meant to be used without other Stripe pods.'

StripeCardScan.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '24.18.1'
6+
s.version = '24.19.0'
77

88
s.summary = 'Scan credit and debit cards to verify that they\'re genuine'
99
s.license = { :type => 'MIT', :file => 'LICENSE' }

StripeConnect.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '24.18.1'
6+
s.version = '24.19.0'
77

88
s.summary = 'Use Connect embedded components to add connected account dashboard functionality to your app.'
99
s.license = { type: 'MIT', file: 'LICENSE' }

StripeCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '24.18.1'
6+
s.version = '24.19.0'
77

88
s.summary = 'StripeCore contains shared infrastructure used by all Stripe pods. '\
99
'It is not meant to be used without other Stripe pods.'

StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010

1111
extension StripeAPIConfiguration {
1212
/// The current version of this library.
13-
public static let STPSDKVersion = "24.18.1"
13+
public static let STPSDKVersion = "24.19.0"
1414

1515
// NOTE: `STPSDKVersion` must be a hard-coded static string instead of
1616
// dynamically generated from the bundle's `CFBundleShortVersionString` to

StripeFinancialConnections.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '24.18.1'
6+
s.version = '24.19.0'
77

88
s.summary = 'Securely connect financial accounts to Stripe\'s merchant account.'
99
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)