|
1 | | -## [1.1.0] | April 4, 2025 |
| 1 | +## [1.1.1] - April 10, 2025 |
| 2 | +Changes include |
| 3 | +- Fixed broken package deployment action. |
2 | 4 |
|
3 | | -### Version Changes |
4 | 5 |
|
| 6 | + |
| 7 | +## [1.1.0] | April 10, 2025 |
| 8 | +Changes include: |
5 | 9 | - Modified `Flutterwave.charge()` method to accept a BuildContext parameter. |
6 | 10 | - Added context.mounted checks to prevent setState calls after widget disposal. |
7 | 11 | - Enhanced success status check logic to handle different status values ("success" and "completed"). |
|
13 | 17 | - Removed unused dependencies: webview_flutter, modal_bottom_sheet and uuid. |
14 | 18 | - Update deployment workflow. |
15 | 19 |
|
16 | | -## [1.0.7] - February, 2023 |
17 | 20 |
|
| 21 | + |
| 22 | +## [1.0.7] - February, 2023 |
| 23 | +Changes include |
18 | 24 | - Fixed iOS bug where webview couldn't close when close buttons are clicked |
19 | 25 | - Removed required `name` and `phone number` fields in `Customer` object |
20 | 26 |
|
21 | | -## [1.0.6] - October, 2022 |
22 | 27 |
|
| 28 | + |
| 29 | +## [1.0.6] - October, 2022 |
| 30 | +Changes include: |
23 | 31 | - Fixed bug where transaction gets stuck after redirecting on webview |
24 | 32 | - Fixed iOS build bug by removing inAppBrowser library |
25 | 33 |
|
26 | | -## [1.0.5] - October, 2022 |
27 | 34 |
|
| 35 | + |
| 36 | +## [1.0.5] - October, 2022 |
| 37 | +Changes include: |
28 | 38 | - Fixed null when transaction is cancelled. |
29 | 39 | - Removed modal pop up before launching web view. |
30 | 40 | - Removed intermediate make payment screen before webview. |
31 | 41 | - Deprecated FlutterwaveStyle. |
32 | 42 | - Updated README file. |
33 | 43 |
|
34 | | -## [1.0.4] - July 4, 2022 |
35 | 44 |
|
| 45 | + |
| 46 | +## [1.0.4] - July 4, 2022 |
| 47 | +Changes include: |
36 | 48 | - Renamed property `isDebug` to `isTestMode` |
37 | 49 | - Made property `redirectUrl` required |
38 | 50 | - Updated README file |
39 | 51 |
|
40 | | -## [1.0.3] - October 4, 2021. |
41 | 52 |
|
| 53 | + |
| 54 | +## [1.0.3] - October 4, 2021. |
| 55 | +Changes include: |
42 | 56 | - Fixed issue with webview |
43 | 57 |
|
44 | | -## [1.0.2] - September 23, 2021. |
| 58 | + |
45 | 59 |
|
| 60 | +## [1.0.2] - September 23, 2021. |
| 61 | +Changes include: |
46 | 62 | - Fixed bug where cancel payment buttons are not clickable on iOS devices. |
47 | 63 |
|
48 | | -## [1.0.1] - September 14, 2021. |
49 | 64 |
|
| 65 | + |
| 66 | +## [1.0.1] - September 14, 2021. |
| 67 | +Changes include: |
50 | 68 | - Fixed bug where response is not returned to initiating screen when user cancels transaction. |
51 | 69 |
|
52 | | -## [1.0.0] - September 9, 2021. |
53 | 70 |
|
| 71 | + |
| 72 | +## [1.0.0] - September 9, 2021. |
| 73 | +Changes include: |
54 | 74 | - Initial release |
0 commit comments