Skip to content

Commit bfe437c

Browse files
hyochanclaude
andcommitted
chore: bump version to 8.2.3
Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent ea2cb78 commit bfe437c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

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

3+
## 8.2.3
4+
5+
### New Features
6+
7+
- **One-Time Purchase Discounts (Android 7.0+)**: Added `offerToken` field to `RequestPurchaseAndroidProps` for applying discounts to non-subscription purchases
8+
9+
### Breaking Changes
10+
11+
- **Simplified Android Field Names**: Input fields in Android-specific request props now use simplified names without redundant `Android` suffix:
12+
- `obfuscatedAccountIdAndroid` -> `obfuscatedAccountId`
13+
- `obfuscatedProfileIdAndroid` -> `obfuscatedProfileId`
14+
- `purchaseTokenAndroid` -> `purchaseToken`
15+
- `replacementModeAndroid` -> `replacementMode`
16+
17+
### Dependencies
18+
19+
- Updated OpenIAP versions:
20+
- `openiap-apple`: 1.3.12 -> 1.3.13
21+
- `openiap-gql`: 1.3.14 -> 1.3.15
22+
- `openiap-google`: 1.3.25 -> 1.3.26
23+
324
## 8.2.2
425

526
### New Features

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