Skip to content

Commit

Permalink
Merge pull request #367 from qonversion/release/9.2.0
Browse files Browse the repository at this point in the history
Release 9.2.0
  • Loading branch information
SpertsyanKM authored Nov 25, 2024
2 parents 9389f03 + 040e348 commit 1aa69ab
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 9.2.0
* iOS promotional offers supported. For the details see the [documentation](https://documentation.qonversion.io/docs/apple-promotional-offers).
* Minimal supported Dart SDK version is bumped to 2.14.0.

## 9.1.5
* Attempt to fix crash and race conditions in the User Properties manager.
* Fixed popover presentation style for iPad
Expand All @@ -18,8 +22,8 @@
* iOS error codes improved

## 9.1.0
* Added option to set context keys, quantity and other options for purchases. Context keys will allow you to associate the purchase with remote configuration if the product info was loaded from there.
* Deprecated old purchase functions. Use new one instead.
* Added option to set context keys, quantity, and other options for purchases. Context keys will allow you to associate the purchase with remote configuration if the product info was loaded from there.
* Deprecated old purchase functions. Use the new one instead.

## 9.0.2
* Fixed bug with `checkEntitlements` calls on Android when the callback might not have been called after subscription state changes during the app session.
Expand Down
2 changes: 1 addition & 1 deletion lib/src/internal/qonversion_internal.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import 'package:qonversion_flutter/src/internal/utils/string.dart';
import 'constants.dart';

class QonversionInternal implements Qonversion {
static const String _sdkVersion = "9.1.5";
static const String _sdkVersion = "9.2.0";

final MethodChannel _channel = MethodChannel('qonversion_plugin');

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: qonversion_flutter
description: Flutter plugin to implement in-app subscriptions and purchases. Validate user receipts and manage cross-platform access to paid content on your app. Android & iOS.
version: 9.1.5
version: 9.2.0
homepage: 'https://qonversion.io'
repository: 'https://github.com/qonversion/flutter-sdk'

Expand Down

0 comments on commit 1aa69ab

Please sign in to comment.