Skip to content

Commit

Permalink
5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Mar 7, 2023
1 parent 4d35e6e commit 1e37556
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
## 5.4.0

- Fixed wrong casting in checkSubscribed method by @kleeb in https://github.com/dooboolab/flutter_inapp_purchase/pull/368
- Upgrade to billing 5.1 (reverse compatible) by @SamBergeron in https://github.com/dooboolab/flutter_inapp_purchase/pull/392

## 5.3.0

## What's Changed
* Refactor java to kotlin, add showInAppMessageAndroid by @offline-first in https://github.com/dooboolab/flutter_inapp_purchase/pull/365

- Refactor java to kotlin, add showInAppMessageAndroid by @offline-first in https://github.com/dooboolab/flutter_inapp_purchase/pull/365

## New Contributors
* @offline-first made their first contribution in https://github.com/dooboolab/flutter_inapp_purchase/pull/365

- @offline-first made their first contribution in https://github.com/dooboolab/flutter_inapp_purchase/pull/365

**Full Changelog**: https://github.com/dooboolab/flutter_inapp_purchase/compare/5.2.0...5.3.0

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_inapp_purchase
description: In App Purchase plugin for flutter. This project has been forked by
react-native-iap and we are willing to share same experience with that on
react-native.
version: 5.3.1
version: 5.4.0
homepage: https://github.com/dooboolab/flutter_inapp_purchase/blob/main/pubspec.yaml
environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down Expand Up @@ -32,4 +32,4 @@ flutter:
pluginClass: FlutterInappPurchasePlugin
mainClass: FlutterInappPurchasePlugin
ios:
pluginClass: FlutterInappPurchasePlugin
pluginClass: FlutterInappPurchasePlugin

0 comments on commit 1e37556

Please sign in to comment.