Skip to content

Commit

Permalink
Merge pull request #294 from qonversion/release/7.3.2
Browse files Browse the repository at this point in the history
Release 7.3.2
  • Loading branch information
suriksarkisyan authored Jan 17, 2024
2 parents a0e08f4 + 250297a commit b25c19b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 7.3.2
* Fixed restore issue for iOS

## 7.3.1
* Fixed restore issue

Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/SwiftQonversionPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public class SwiftQonversionPlugin: NSObject, FlutterPlugin {
}

private func restore(_ result: @escaping FlutterResult) {
qonversionSandwich?.restore(getDefaultCompletion(result))
qonversionSandwich?.restore(getJsonCompletion(result))
}

private func offerings(_ result: @escaping FlutterResult) {
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 = "7.3.1";
static const String _sdkVersion = "7.3.2";

final MethodChannel _channel = MethodChannel('qonversion_plugin');

Expand Down
2 changes: 1 addition & 1 deletion macos/Classes/SwiftQonversionPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public class SwiftQonversionPlugin: NSObject, FlutterPlugin {
}

private func restore(_ result: @escaping FlutterResult) {
qonversionSandwich?.restore(getDefaultCompletion(result))
qonversionSandwich?.restore(getJsonCompletion(result))
}

private func offerings(_ result: @escaping FlutterResult) {
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: 7.3.1
version: 7.3.2
homepage: 'https://qonversion.io'
repository: 'https://github.com/qonversion/flutter-sdk'

Expand Down

0 comments on commit b25c19b

Please sign in to comment.