|
| 1 | +## 5.6.2 |
| 2 | + |
| 3 | +- fix: removed references to deprecated v1 Android embedding by @moodstubos in https://github.com/hyochan/flutter_inapp_purchase/pull/497 |
| 4 | + |
1 | 5 | ## 5.6.1 |
2 | | -* Erroneous duplicate item by @deakjahn in https://github.com/dooboolab-community/flutter_inapp_purchase/pull/441 |
3 | | -* Fixed consumable products reading on Android by @33-Elephants in https://github.com/dooboolab-community/flutter_inapp_purchase/pull/439 |
4 | | -* fix: Support AGP8 namespace by @dev-yakuza in https://github.com/dooboolab-community/flutter_inapp_purchase/pull/467 |
| 6 | + |
| 7 | +- Erroneous duplicate item by @deakjahn in https://github.com/hyochan/flutter_inapp_purchase/pull/441 |
| 8 | +- Fixed consumable products reading on Android by @33-Elephants in https://github.com/hyochan/flutter_inapp_purchase/pull/439 |
| 9 | +- fix: Support AGP8 namespace by @dev-yakuza in https://github.com/hyochan/flutter_inapp_purchase/pull/467 |
5 | 10 |
|
6 | 11 | ## 5.6.0 |
7 | | -* refactor: android init connection |
| 12 | + |
| 13 | +- refactor: android init connection |
8 | 14 | ``` |
9 | 15 | Used Kotlin apply for cleaner initialization of billingClient. |
10 | | - Introduced context ?: return for null-safety with context. |
| 16 | + Introduced context ?: return for null-safety with context. |
11 | 17 | Merged repetitive code into the updateConnectionStatus method to avoid duplication. |
12 | 18 | Improved the handling of the alreadyFinished flag to ensure it is only set once and at the appropriate time. |
13 | 19 | Streamlined the error and success handling for clarity. |
14 | 20 | ``` |
15 | | -* Migrate android billingClient to 6.0.1 |
| 21 | +- Migrate android billingClient to 6.0.1 |
16 | 22 | - https://developer.android.com/google/play/billing/release-notes#6-0-1 |
17 | 23 |
|
18 | 24 | ## 5.5.0 |
19 | | -* Erroneous duplicate item (#441) - Remove extra `introductoryPricePaymentModeIOS` |
20 | | -* Fixed consumable products reading on Android (#439) |
21 | | -* chore(deps): migrate internal packages to recent |
| 25 | + |
| 26 | +- Erroneous duplicate item (#441) - Remove extra `introductoryPricePaymentModeIOS` |
| 27 | +- Fixed consumable products reading on Android (#439) |
| 28 | +- chore(deps): migrate internal packages to recent |
22 | 29 | ``` |
23 | 30 | http: ^1.1.0 |
24 | 31 | meta: ^1.10.0 |
25 | 32 | platform: ^3.1.3 |
26 | 33 | ``` |
27 | | -* chore: migrate example project to recent flutter version, 3.16.0-0.3.pre |
| 34 | +- chore: migrate example project to recent flutter version, 3.16.0-0.3.pre |
28 | 35 |
|
29 | 36 | ## 5.4.2 |
| 37 | + |
30 | 38 | ## What's Changed |
31 | | -* Update actions/stale action to v8 by @renovate in https://github.com/dooboolab-community/flutter_inapp_purchase/pull/414 |
32 | | -* Fix - wrong casting by @BrunoFSimon in https://github.com/dooboolab-community/flutter_inapp_purchase/pull/427 |
33 | | -* Fixed consumable product purchase on Android by @33-Elephants in https://github.com/dooboolab-community/flutter_inapp_purchase/pull/420 |
| 39 | + |
| 40 | +- Update actions/stale action to v8 by @renovate in https://github.com/hyochan/flutter_inapp_purchase/pull/414 |
| 41 | +- Fix - wrong casting by @BrunoFSimon in https://github.com/hyochan/flutter_inapp_purchase/pull/427 |
| 42 | +- Fixed consumable product purchase on Android by @33-Elephants in https://github.com/hyochan/flutter_inapp_purchase/pull/420 |
34 | 43 |
|
35 | 44 | ## New Contributors |
36 | | -* @BrunoFSimon made their first contribution in https://github.com/dooboolab-community/flutter_inapp_purchase/pull/427 |
37 | | -* @33-Elephants made their first contribution in https://github.com/dooboolab-community/flutter_inapp_purchase/pull/420 |
38 | 45 |
|
39 | | -**Full Changelog**: https://github.com/dooboolab-community/flutter_inapp_purchase/compare/5.4.1...5.4.2 |
| 46 | +- @BrunoFSimon made their first contribution in https://github.com/hyochan/flutter_inapp_purchase/pull/427 |
| 47 | +- @33-Elephants made their first contribution in https://github.com/hyochan/flutter_inapp_purchase/pull/420 |
| 48 | + |
| 49 | +**Full Changelog**: https://github.com/hyochan/flutter_inapp_purchase/compare/5.4.1...5.4.2 |
40 | 50 |
|
41 | 51 | ## 5.4.1 |
| 52 | + |
42 | 53 | - Fixed concurrency issue on iOS. by @OctavianLfrd in https://github.com/dooboolab/flutter_inapp_purchase/pull/413 |
43 | 54 |
|
44 | 55 | ## 5.4.0 |
|
0 commit comments