Skip to content

Commit

Permalink
version 5.0.1 (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
kherembourg authored Dec 20, 2024
1 parent 84ccd99 commit 8144666
Show file tree
Hide file tree
Showing 15 changed files with 51 additions and 30 deletions.
3 changes: 2 additions & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ This file provides the underlying native SDK versions that the React Native SDK
| 4.4.1 | 4.4.2 | 4.4.2 |
| 4.5.0 | 4.5.0 | 4.5.1 |
| 4.5.1 | 4.5.2 | 4.5.5 |
| 5.0.0 | 5.0.0 | 5.0.1 |
| 5.0.0 | 5.0.0 | 5.0.1 |
| 5.0.1 | 5.0.0 | 5.0.2 |
7 changes: 7 additions & 0 deletions purchasely/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.0.1
### Fixes
- Placement ID issue that could return the wrong screen in some cases.
- Event count issue for "presentation viewed."
### Improvements
- Optimization for non-subscription and in-app purchase apps.
- General performance enhancements
## 5.0.0
Explore the full details of this release in our [changelog](https://docs.purchasely.com/changelog/500).
## 5.0.0-rc01
Expand Down
2 changes: 1 addition & 1 deletion purchasely/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ dependencies {

api 'androidx.lifecycle:lifecycle-runtime-ktx:2.4.0'

api 'io.purchasely:core:5.0.1'
api 'io.purchasely:core:5.0.2'
}
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ class PurchaselyFlutterPlugin: FlutterPlugin, MethodCallHandler, ActivityAware,
.userId(userId)
.build()

Purchasely.sdkBridgeVersion = "5.0.0"
Purchasely.sdkBridgeVersion = "5.0.1"
Purchasely.appTechnology = PLYAppTechnology.FLUTTER

Purchasely.start { isConfigured, error ->
Expand Down
4 changes: 2 additions & 2 deletions purchasely/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

implementation 'io.purchasely:google-play:5.0.1'
implementation 'io.purchasely:player:5.0.1'
implementation 'io.purchasely:google-play:5.0.2'
implementation 'io.purchasely:player:5.0.2'
}
3 changes: 1 addition & 2 deletions purchasely/example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@ class _MyAppState extends State<MyApp> {

Future<void> displayPresentation() async {
try {
var result = await Purchasely.presentPresentationForPlacement(
"ONBOARDING",
var result = await Purchasely.presentPresentationForPlacement("abtest",
isFullscreen: true);

switch (result.result) {
Expand Down
2 changes: 1 addition & 1 deletion purchasely/ios/Classes/SwiftPurchaselyFlutterPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ public class SwiftPurchaselyFlutterPlugin: NSObject, FlutterPlugin {
return
}

Purchasely.setSdkBridgeVersion("5.0.0")
Purchasely.setSdkBridgeVersion("5.0.1")
Purchasely.setAppTechnology(PLYAppTechnology.flutter)

let logLevel = PLYLogger.LogLevel(rawValue: (arguments["logLevel"] as? Int) ?? PLYLogger.LogLevel.debug.rawValue) ?? PLYLogger.LogLevel.debug
Expand Down
32 changes: 16 additions & 16 deletions purchasely/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,26 +63,26 @@ packages:
dependency: transitive
description:
name: leak_tracker
sha256: "3f87a60e8c63aecc975dda1ceedbc8f24de75f09e4856ea27daf8958f2f0ce05"
sha256: "78eb209deea09858f5269f5a5b02be4049535f568c07b275096836f01ea323fa"
url: "https://pub.dev"
source: hosted
version: "10.0.5"
version: "10.0.0"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
sha256: "932549fb305594d82d7183ecd9fa93463e9914e1b67cacc34bc40906594a1806"
sha256: b46c5e37c19120a8a01918cfaf293547f47269f7cb4b0058f21531c2465d6ef0
url: "https://pub.dev"
source: hosted
version: "3.0.5"
version: "2.0.1"
leak_tracker_testing:
dependency: transitive
description:
name: leak_tracker_testing
sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
sha256: a597f72a664dbd293f3bfc51f9ba69816f84dcd403cdac7066cb3f6003f3ab47
url: "https://pub.dev"
source: hosted
version: "3.0.1"
version: "2.0.1"
matcher:
dependency: transitive
description:
Expand All @@ -95,18 +95,18 @@ packages:
dependency: transitive
description:
name: material_color_utilities
sha256: f7142bb1154231d7ea5f96bc7bde4bda2a0945d2806bb11670e30b850d56bdec
sha256: "0e0a020085b65b6083975e499759762399b4475f766c21668c4ecca34ea74e5a"
url: "https://pub.dev"
source: hosted
version: "0.11.1"
version: "0.8.0"
meta:
dependency: transitive
description:
name: meta
sha256: bdb68674043280c3428e9ec998512fb681678676b3c54e773629ffe74419f8c7
sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04
url: "https://pub.dev"
source: hosted
version: "1.15.0"
version: "1.11.0"
path:
dependency: transitive
description:
Expand Down Expand Up @@ -164,10 +164,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "5b8a98dafc4d5c4c9c72d8b31ab2b23fc13422348d2997120294d3bac86b4ddb"
sha256: "5c2f730018264d276c20e4f1503fd1308dfbbae39ec8ee63c5236311ac06954b"
url: "https://pub.dev"
source: hosted
version: "0.7.2"
version: "0.6.1"
vector_math:
dependency: transitive
description:
Expand All @@ -180,10 +180,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
sha256: b3d56ff4341b8f182b96aceb2fa20e3dcb336b9f867bc0eafc0de10f1048e957
url: "https://pub.dev"
source: hosted
version: "14.2.5"
version: "13.0.0"
sdks:
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
dart: ">=3.2.0-0 <4.0.0"
flutter: ">=1.20.0"
2 changes: 1 addition & 1 deletion purchasely/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: purchasely_flutter
description: Purchasely is a solution to ease the integration and boost your In-App Purchase & Subscriptions on the App Store, Google Play Store and Huawei App Gallery.
version: 5.0.0
version: 5.0.1
homepage: https://www.purchasely.com/

environment:
Expand Down
7 changes: 7 additions & 0 deletions purchasely_android_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.0.1
### Fixes
- Placement ID issue that could return the wrong screen in some cases.
- Event count issue for "presentation viewed."
### Improvements
- Optimization for non-subscription and in-app purchase apps.
- General performance enhancements
## 5.0.0
Explore the full details of this release in our [changelog](https://docs.purchasely.com/changelog/500).
## 5.0.0-rc01
Expand Down
2 changes: 1 addition & 1 deletion purchasely_android_player/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

api 'io.purchasely:player:5.0.1'
api 'io.purchasely:player:5.0.2'
}
2 changes: 1 addition & 1 deletion purchasely_android_player/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: purchasely_android_player
description: Purchasely Player dependency for Android
version: 5.0.0
version: 5.0.1
homepage: https://www.purchasely.com/

environment:
Expand Down
7 changes: 7 additions & 0 deletions purchasely_google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.0.1
### Fixes
- Placement ID issue that could return the wrong screen in some cases.
- Event count issue for "presentation viewed."
### Improvements
- Optimization for non-subscription and in-app purchase apps.
- General performance enhancements
## 5.0.0
Explore the full details of this release in our [changelog](https://docs.purchasely.com/changelog/500).
## 5.0.0-rc01
Expand Down
2 changes: 1 addition & 1 deletion purchasely_google/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

api 'io.purchasely:google-play:5.0.1'
api 'io.purchasely:google-play:5.0.2'
}
4 changes: 2 additions & 2 deletions purchasely_google/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: purchasely_google
description: Purchasely Google Play Billing dependency for Android
version: 5.0.0
version: 5.0.1
homepage: https://www.purchasely.com/

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
purchasely_flutter: ^5.0.0
purchasely_flutter: ^5.0.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 8144666

Please sign in to comment.