Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release-1120'
Browse files Browse the repository at this point in the history
# Conflicts:
#	packages/stripe_android/CHANGELOG.md
#	packages/stripe_android/pubspec.yaml
  • Loading branch information
jonasbark committed Oct 10, 2024
2 parents 3d8f68e + 27d1631 commit aa7ba40
Show file tree
Hide file tree
Showing 15 changed files with 204 additions and 16 deletions.
146 changes: 146 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,152 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-10-08

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_stripe` - `v11.2.0`](#flutter_stripe---v1120)

---

#### `flutter_stripe` - `v11.2.0`


## 2024-10-08

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_android` - `v11.2.0`](#stripe_android---v1120)
- [`flutter_stripe` - `v11.1.1`](#flutter_stripe---v1111)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `flutter_stripe` - `v11.1.1`

---

#### `stripe_android` - `v11.2.0`


## 2024-10-08

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_ios` - `v11.2.0`](#stripe_ios---v1120)
- [`flutter_stripe` - `v11.1.1`](#flutter_stripe---v1111)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `flutter_stripe` - `v11.1.1`

---

#### `stripe_ios` - `v11.2.0`


## 2024-10-08

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flutter_stripe_web` - `v6.2.0`](#flutter_stripe_web---v620)

---

#### `flutter_stripe_web` - `v6.2.0`


## 2024-10-08

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_js` - `v6.2.0`](#stripe_js---v620)
- [`flutter_stripe_web` - `v6.1.1`](#flutter_stripe_web---v611)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `flutter_stripe_web` - `v6.1.1`

---

#### `stripe_js` - `v6.2.0`


## 2024-10-08

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`stripe_platform_interface` - `v11.2.0`](#stripe_platform_interface---v1120)
- [`flutter_stripe_web` - `v6.1.1`](#flutter_stripe_web---v611)
- [`flutter_stripe` - `v11.1.1`](#flutter_stripe---v1111)

Packages with dependency updates only:

> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
- `flutter_stripe_web` - `v6.1.1`
- `flutter_stripe` - `v11.1.1`

---

#### `stripe_platform_interface` - `v11.2.0`

- **FIX**: #1912 wallet parsing.


## 2024-09-18

### Changes
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,18 @@ For card scanning add the following to your Info.plist:
<string>To scan cards</string>
```

#### Web (Experimental)
#### Web

Now you can use Stripe with Flutter web! Notice right now it is highly experimental and only a subset of features is implemented. Namely:

- Create paymentmethod
- Confirm payment intent
- Confirm setup intent
- Create token
- Confirm payment element (recommended way of handling payments on web)

### Supported widgets
- [Confirm payment element](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/lib/screens/payment_sheet/payment_element/platforms/payment_element_web.dart) (recommended way of handling payments on web)
- [Express checkout](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/lib/screens/payment_sheet/express_checkout/platforms/express_checkout_element_web.dart)

To use Stripe on web, it is required to add `flutter_stripe_web` in your pubspec file

Expand Down
8 changes: 8 additions & 0 deletions packages/stripe/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 11.2.0

**Features**
- Add basic support for Expresscheckout on the web

**Fixes**
- Export elementappearance and element theme

## 11.1.0
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
- Minor fixes and improvements.
Expand Down
7 changes: 5 additions & 2 deletions packages/stripe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,18 @@ For card scanning add the following to your Info.plist:
<string>To scan cards</string>
```

#### Web (Experimental)
#### Web

Now you can use Stripe with Flutter web! Notice right now it is highly experimental and only a subset of features is implemented. Namely:

- Create paymentmethod
- Confirm payment intent
- Confirm setup intent
- Create token
- Confirm payment element (recommended way of handling payments on web)

### Supported widgets
- [Confirm payment element](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/lib/screens/payment_sheet/payment_element/platforms/payment_element_web.dart) (recommended way of handling payments on web)
- [Express checkout](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/lib/screens/payment_sheet/express_checkout/platforms/express_checkout_element_web.dart)

To use Stripe on web, it is required to add `flutter_stripe_web` in your pubspec file

Expand Down
8 changes: 4 additions & 4 deletions packages/stripe/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_stripe
description: Flutter library for Stripe. Supports PaymentSheets, Apple & Google Pay, SCA, PSD2 and much more.
version: 11.1.0
version: 11.2.0
homepage: https://github.com/flutter-stripe/flutter_stripe
repository: https://github.com/flutter-stripe/flutter_stripe

Expand All @@ -22,9 +22,9 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.8.0
stripe_android: ^11.1.0
stripe_ios: ^11.1.0
stripe_platform_interface: ^11.1.1
stripe_android: ^11.2.0
stripe_ios: ^11.2.0
stripe_platform_interface: ^11.2.0
dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
5 changes: 4 additions & 1 deletion packages/stripe_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## 11.1.1
## 11.2.1
- Remove com.android.application gradle plugin version check

## 11.2.0
- Minor fixes and improvements

## 11.1.0
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
- Minor fixes and improvements.
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe_android/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stripe_android
description: Stripe platform implementation for Android
version: 11.1.1
version: 11.2.1
repository: https://github.com/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down
3 changes: 3 additions & 0 deletions packages/stripe_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 11.2.0
- Minor fixes and improvements

## 11.1.0
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
- Minor fixes and improvements.
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stripe_ios
description: Stripe platform implementation for iOS
version: 11.1.0
version: 11.2.0
repository: https://github.com/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down
7 changes: 7 additions & 0 deletions packages/stripe_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 6.2.0
**Features**
- Add basic support for Expresscheckout on the web

**Fixes**
- Export elementappearance and element theme

## 6.1.1

- **FIX**: The platformPayCreatePaymentMethod method results in an error on web (#1879).
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe_js/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stripe_js
description: Stripe.js bindings for dart. This package is used by Stripe web so that the Stripe js sdk can be invoked directly.
version: 6.1.1
version: 6.2.0
homepage: https://github.com/flutter-stripe/flutter_stripe

environment:
Expand Down
8 changes: 8 additions & 0 deletions packages/stripe_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 11.2.0

**Features**
- Add basic support for Expresscheckout on the web

**Fixes**
- Export elementappearance and element theme

## 11.1.1

- #1912 wallet parsing.
Expand Down
2 changes: 1 addition & 1 deletion packages/stripe_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stripe_platform_interface
description: Platform interface for stripe sdk
version: 11.1.1
version: 11.2.0
repository: https://github.com/flutter-stripe/flutter_stripe
homepage: https://pub.dev/packages/flutter_stripe

Expand Down
7 changes: 7 additions & 0 deletions packages/stripe_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 6.2.0
**Features**
- Add basic support for Expresscheckout on the web

**Fixes**
- Export elementappearance and element theme

## 6.1.0
- Sync with Stripe [0.38.6](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.6).
- Minor fixes and improvements.
Expand Down
6 changes: 3 additions & 3 deletions packages/stripe_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_stripe_web
description: Stripe sdk bindings for the Flutter web platform. This package contains the implementation of the platform interface for web.
version: 6.1.0
version: 6.2.0
homepage: https://github.com/flutter-stripe/flutter_stripe

environment:
Expand All @@ -13,8 +13,8 @@ dependencies:
flutter_web_plugins:
sdk: flutter
freezed_annotation: ^2.0.3
stripe_platform_interface: ^11.1.1
stripe_js: ^6.1.1
stripe_platform_interface: ^11.2.0
stripe_js: ^6.2.0
web: ^1.0.0

dev_dependencies:
Expand Down

0 comments on commit aa7ba40

Please sign in to comment.