Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 5.0.2 #49

Merged
merged 2 commits into from
Jan 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ This file provides the underlying native SDK versions that the React Native SDK
| 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.1 | 5.0.0 | 5.0.2 |
| 5.0.1 | 5.0.0 | 5.0.2 |
| 5.0.2 | 5.0.1 | 5.0.3 |
2 changes: 2 additions & 0 deletions purchasely/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 5.0.2
Improvements and bug fixes.
## 5.0.1
### Fixes
- Placement ID issue that could return the wrong screen in some cases.
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.2'
api 'io.purchasely:core:5.0.3'
}
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.1"
Purchasely.sdkBridgeVersion = "5.0.2"
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.2'
implementation 'io.purchasely:player:5.0.2'
implementation 'io.purchasely:google-play:5.0.3'
implementation 'io.purchasely:player:5.0.3'
}
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.1")
Purchasely.setSdkBridgeVersion("5.0.2")
Purchasely.setAppTechnology(PLYAppTechnology.flutter)

let logLevel = PLYLogger.LogLevel(rawValue: (arguments["logLevel"] as? Int) ?? PLYLogger.LogLevel.debug.rawValue) ?? PLYLogger.LogLevel.debug
Expand Down
2 changes: 1 addition & 1 deletion purchasely/ios/purchasely_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Flutter Plugin for Purchasely SDK
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'

s.dependency 'Purchasely', '5.0.0'
s.dependency 'Purchasely', '5.0.1'
s.static_framework = true

end
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.1
version: 5.0.2
homepage: https://www.purchasely.com/

environment:
Expand Down
2 changes: 2 additions & 0 deletions purchasely_android_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 5.0.2
Improvements and bug fixes.
## 5.0.1
### Fixes
- Placement ID issue that could return the wrong screen in some cases.
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.2'
api 'io.purchasely:player:5.0.3'
}
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.1
version: 5.0.2
homepage: https://www.purchasely.com/

environment:
Expand Down
2 changes: 2 additions & 0 deletions purchasely_google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 5.0.2
Improvements and bug fixes.
## 5.0.1
### Fixes
- Placement ID issue that could return the wrong screen in some cases.
Expand Down
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.1
version: 5.0.2
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.1
purchasely_flutter: ^5.0.2

dev_dependencies:
flutter_test:
Expand Down