Skip to content

Commit

Permalink
Publish pay v1.2.0-beta02
Browse files Browse the repository at this point in the history
  • Loading branch information
JlUgia committed Jan 21, 2024
1 parent 63ce2c3 commit f3e133f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
11 changes: 7 additions & 4 deletions pay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Changelog

## 1.2.0-beta02 (2024-01-21)
Introduce new properties and fixes for the Apple Pay button. See the [changelog for `pay_ios:1.0.11`](../pay_ios/CHANGELOG.md#1011-2024-01-21) for a detailed breakdown of the changes.

## 1.2.0-beta01 (2024-01-19)
### ⚠ BREAKING CHANGE
Update the Google Pay button to support card last 4 digits, and extend configuration capabilities.
Update the Google Pay button to support the last 4 digits of a suitable card for this payment, and extend configuration capabilities.

### Features

* ⚠ Introduce the new dynamic button for Google Pay on Android. See the [changelog for `pay_android:1.1.0-beta01`](../pay_android/CHANGELOG.md#110-beta01-2024-01-19) for a detailed breakdown of changes.
* Update minimum supported SDK version to Flutter 3.10/Dart 3.0 (#233).
* Use `flutter_lints` for static checks (#182, #210).
* ⚠ Introduce the new dynamic button for Google Pay on Android. See the [changelog for `pay_android:1.1.0-beta01`](../pay_android/CHANGELOG.md#110-beta01-2024-01-19) for a detailed breakdown of the changes.
* Update minimum supported SDK version to Flutter 3.10/Dart 3.0 ([#233](https://github.com/google-pay/flutter-plugin/issues/233)).
* Use `flutter_lints` for static checks ([#182](https://github.com/google-pay/flutter-plugin/issues/182), [#210](https://github.com/google-pay/flutter-plugin/issues/210)).

### Retired APIs

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: ^1.2.0-beta01
pay: ^1.2.0-beta02
```
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
4 changes: 2 additions & 2 deletions 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: 1.2.0-beta01
version: 1.2.0-beta02
repository: https://github.com/google-pay/flutter-plugin/tree/main/pay

environment:
Expand All @@ -35,7 +35,7 @@ dependencies:
flutter_localizations:
sdk: flutter
pay_android: ^1.1.0-beta01
pay_ios: ^1.0.10
pay_ios: ^1.0.11
pay_platform_interface: ^1.0.4
meta: ^1.10.0

Expand Down

0 comments on commit f3e133f

Please sign in to comment.