Skip to content

Commit e93bc13

Browse files
committed
5.6.2
1 parent 8b642bd commit e93bc13

File tree

2 files changed

+28
-17
lines changed

2 files changed

+28
-17
lines changed

CHANGELOG.md

Lines changed: 27 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,55 @@
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+
15
## 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
510

611
## 5.6.0
7-
* refactor: android init connection
12+
13+
- refactor: android init connection
814
```
915
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.
1117
Merged repetitive code into the updateConnectionStatus method to avoid duplication.
1218
Improved the handling of the alreadyFinished flag to ensure it is only set once and at the appropriate time.
1319
Streamlined the error and success handling for clarity.
1420
```
15-
* Migrate android billingClient to 6.0.1
21+
- Migrate android billingClient to 6.0.1
1622
- https://developer.android.com/google/play/billing/release-notes#6-0-1
1723

1824
## 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
2229
```
2330
http: ^1.1.0
2431
meta: ^1.10.0
2532
platform: ^3.1.3
2633
```
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
2835

2936
## 5.4.2
37+
3038
## 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
3443

3544
## 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
3845

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
4050

4151
## 5.4.1
52+
4253
- Fixed concurrency issue on iOS. by @OctavianLfrd in https://github.com/dooboolab/flutter_inapp_purchase/pull/413
4354

4455
## 5.4.0

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_inapp_purchase
22
description: In App Purchase plugin for flutter. This project has been forked by
33
react-native-iap and we are willing to share same experience with that on
44
react-native.
5-
version: 5.6.1
5+
version: 5.6.2
66
homepage: https://github.com/dooboolab/flutter_inapp_purchase/blob/main/pubspec.yaml
77
environment:
88
sdk: ">=2.15.0 <4.0.0"

0 commit comments

Comments
 (0)