Skip to content

Commit 44dfdf1

Browse files
committed
Updated Changelog and pubspec to reflect v0.9.2 changes
1 parent 18cbade commit 44dfdf1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.9.2
2+
3+
* Bank account payment: fixed issue where the reference value passed to checkout is different from what is returned after transaction.
4+
* Increased width of checkout dialog.
5+
* Added flag to enable fullscreen checkout dialog.
6+
* Felt like doing some reorganising so I refactored some .dart files.
7+
18
## 0.9.1+2
29

310
* Fixed build failure because of difference in type of passed and expected value of encrypt function.

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_paystack
22
description: A Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS.
3-
version: 0.9.1+2
3+
version: 0.9.2
44
author: Wilberforce Uwadiegwu <[email protected]>
55
homepage: https://github.com/wilburt/flutter_paystack
66

0 commit comments

Comments
 (0)