Skip to content

Commit

Permalink
Releasing 0.0.4-alpha ✅
Browse files Browse the repository at this point in the history
  • Loading branch information
pr-Mais committed Sep 7, 2021
1 parent eb4e008 commit 1e32f06
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.0.4-alpha

* Use ChromeCustomTabs for Android's authentication page.
* Add a canceled result and handle it in case hte user leave the authentication browser page before completing the transaction.
* Accepting headers in [CheckoutSettings](lib/src/models/checkout_settings.dart) to enable making authorized calls to checkout & status endpoints.

## 0.0.3-alpha

* Fixed a bug with sending additional params on checkout.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.3-alpha"
version: "0.0.4-alpha"
matcher:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: hyperpay
description: A plugin to wrap HyperPay mobile SDK for iOS and Android, used to accept payments in Flutter apps using HyperPay Payments Gateway.
version: 0.0.3-alpha
version: 0.0.4-alpha
repository: https://github.com/nyartech/hyperpay

environment:
Expand Down

0 comments on commit 1e32f06

Please sign in to comment.