From 1e37556cbebf753f7addbf4e471867a596031ee9 Mon Sep 17 00:00:00 2001 From: hyochan Date: Wed, 8 Mar 2023 00:52:14 +0900 Subject: [PATCH] 5.4.0 --- CHANGELOG.md | 11 +++++++++-- pubspec.yaml | 4 ++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1927e18..b2788e6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 6e62fe49..acda87fe 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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" @@ -32,4 +32,4 @@ flutter: pluginClass: FlutterInappPurchasePlugin mainClass: FlutterInappPurchasePlugin ios: - pluginClass: FlutterInappPurchasePlugin \ No newline at end of file + pluginClass: FlutterInappPurchasePlugin