Skip to content

Commit 43d61b4

Browse files
committed
8.2.4
1 parent b7bf328 commit 43d61b4

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# CHANGELOG
22

3+
## 8.2.4
4+
5+
### Dependencies
6+
7+
- Updated OpenIAP versions:
8+
- `openiap-google`: 1.3.26 -> 1.3.27
9+
310
## 8.2.3
411

512
### New Features
@@ -934,7 +941,6 @@ We understand there have been several breaking changes recently. We sincerely ap
934941
### Features
935942

936943
- **Enhanced OpenIAP Compliance**: Extended OpenIAP specification support with comprehensive field mapping
937-
938944
- Added full iOS-specific field support: `displayName`, `displayPrice`, `isFamilyShareable`, `jsonRepresentation`, `discountsIOS`, `subscription` info, and promotional offer fields
939945
- Added comprehensive Android-specific field support: `originalPrice`, `originalPriceAmount`, `freeTrialPeriod`, `subscriptionOffersAndroid`, and billing cycle information
940946
- Enhanced Purchase object with StoreKit 2 fields: `verificationResultIOS`, `environmentIOS`, `expirationDateIOS`, `revocationDateIOS`, and transaction metadata
@@ -948,13 +954,11 @@ We understand there have been several breaking changes recently. We sincerely ap
948954
### Improvements
949955

950956
- **Type Safety**: Enhanced type casting and JSON parsing reliability
951-
952957
- Fixed `Map<Object?, Object?>` to `Map<String, dynamic>` conversion issues
953958
- Improved null safety handling for platform-specific fields
954959
- Better error handling for malformed data
955960

956961
- **Subscription Management**: Enhanced active subscription detection
957-
958962
- Improved iOS subscription detection logic for better reliability
959963
- Added fallback logic for subscription identification across platforms
960964

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: 8.2.3
5+
version: 8.2.4
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)