Skip to content

Commit 3ad620e

Browse files
github-actions[bot]suriksarkisyanSpertsyanKM
authored
Release 11.3.0 (#432)
* [create-pull-request] automated change * Update CHANGELOG.md --------- Co-authored-by: Surik Sarkisyan <suriksarkisyan@users.noreply.github.com> Co-authored-by: Kamo Spertsyan <kamo@qonversion.io> Co-authored-by: SpertsyanKM <SpertsyanKM@users.noreply.github.com>
1 parent 80569c1 commit 3ad620e

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 11.3.0
2+
* Success/failure actions supported for No-Code screens.
3+
14
## 11.2.0
25
- Faster screen loading — No-Code screens now preload images together with content, dramatically improving display speed. Don't forget to enable preloading in the screen settings in the No-Code builder.
36
- Theme customization — Set your preferred appearance for No-Codes: system default, light, or dark mode. This currently styles the loading skeleton view, with full screen theming support coming soon in the No-Code builder.

lib/src/internal/qonversion_internal.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import 'package:qonversion_flutter/src/internal/utils/string.dart';
1111
import 'constants.dart';
1212

1313
class QonversionInternal implements Qonversion {
14-
static const String sdkVersion = "11.2.0";
14+
static const String sdkVersion = "11.3.0";
1515

1616
final MethodChannel _channel = MethodChannel('qonversion_plugin');
1717

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: qonversion_flutter
22
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.
3-
version: 11.2.0
3+
version: 11.3.0
44
homepage: 'https://qonversion.io'
55
repository: 'https://github.com/qonversion/flutter-sdk'
66

0 commit comments

Comments
 (0)