Skip to content

Commit dd76b47

Browse files
committed
Prepare version 6.0.1
1 parent 827a605 commit dd76b47

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CHANGELOG
22

3+
## 6.0.1
4+
5+
### Bug Fixes
6+
7+
- **iOS**: Fixed type casting issue where `subscriptionPeriodNumberIOS` was sent as integer instead of string from native iOS code, causing runtime errors
8+
- **Internal**: Renamed unused stream controllers for better code clarity
9+
- `_purchaseUpdatedController``_purchaseUpdatedListener`
10+
- `_purchaseErrorListenerController``_purchaseErrorListener`
11+
312
## 6.0.0
413

514
### Major Release - Open IAP Specification Compliance

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: 6.0.0
5+
version: 6.0.1
66
homepage: https://github.com/hyochan/flutter_inapp_purchase/blob/main/pubspec.yaml
77
environment:
88
sdk: ">=3.0.0 <4.0.0"

0 commit comments

Comments
 (0)