Skip to content

Commit

Permalink
Publish pay v3.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JlUgia committed Oct 15, 2024
1 parent 500b2ee commit 9e3f5fb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 3.0.0-beta.2 (2024-10-10)
Include logic to prevent a subscription for payment result `EventChannel`s from being created on platforms that don't support it.

## 3.0.0-beta.1 (2024-10-10)
### ⚠ BREAKING CHANGE
Introduce an event channel to communicate the Flutter and native ends for Android integrations. This change is only breaking for users of the [advanced integration](https://pub.dev/packages/pay#advanced-usage). The other paths are unaffected and can use this version transparently.
Expand Down
2 changes: 1 addition & 1 deletion pay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To start using this plugin, add `pay` as a [dependency in your pubspec.yaml file

```yaml
dependencies:
pay: ^3.0.0-beta.1
pay: ^3.0.0-beta.2
```
Define the configuration for your payment provider(s). Take a look at the parameters available in the documentation for [Apple Pay](https://developer.apple.com/documentation/passkit/pkpaymentrequest) and [Google Pay](https://developers.google.com/pay/api/android/reference/request-objects), and explore the [sample configurations in this package](https://github.com/google-pay/flutter-plugin/tree/main/pay/example/lib/payment_configurations.dart).
Expand Down
2 changes: 1 addition & 1 deletion pay/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

name: pay
description: A plug-in to add support for payments on Flutter applications.
version: 3.0.0-beta.1
version: 3.0.0-beta.2
repository: https://github.com/google-pay/flutter-plugin/tree/main/pay

environment:
Expand Down

0 comments on commit 9e3f5fb

Please sign in to comment.