Skip to content

Commit

Permalink
Version 4.3.3 (#38)
Browse files Browse the repository at this point in the history
* bump android SDK (4.3.4)

* update iOS SDK to 4.3.4

* update changelog
  • Loading branch information
chouaibMo authored Apr 19, 2024
1 parent c794448 commit e772115
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 12 deletions.
4 changes: 4 additions & 0 deletions purchasely/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.3.3
### Fixes
- Invalidate subscriptions cache and built-in attributes when calling Purchasely.userLogin() or Purchasely.userLogout().
- Fix background an progress color when opening a presentation from another one with the action open_presentation or open_placement.
## 4.3.2
Improvements and bug fixes.
## 4.3.1
Expand Down
2 changes: 1 addition & 1 deletion purchasely/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ dependencies {

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

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

Purchasely.sdkBridgeVersion = "4.3.2"
Purchasely.sdkBridgeVersion = "4.3.3"
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 @@ -66,6 +66,6 @@ flutter {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

implementation 'io.purchasely:google-play:4.3.3'
implementation 'io.purchasely:player:4.3.3'
implementation 'io.purchasely:google-play:4.3.4'
implementation 'io.purchasely:player:4.3.4'
}
2 changes: 1 addition & 1 deletion purchasely/ios/Classes/SwiftPurchaselyFlutterPlugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public class SwiftPurchaselyFlutterPlugin: NSObject, FlutterPlugin {
return
}

Purchasely.setSdkBridgeVersion("4.3.1")
Purchasely.setSdkBridgeVersion("4.3.3")
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', '4.3.3'
s.dependency 'Purchasely', '4.3.4'
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: 4.3.2
version: 4.3.3
homepage: https://www.purchasely.com/

environment:
Expand Down
6 changes: 5 additions & 1 deletion purchasely_android_player/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 4.3.1
## 4.3.3
### Fixes
- Invalidate subscriptions cache and built-in attributes when calling Purchasely.userLogin() or Purchasely.userLogout().
- Fix background an progress color when opening a presentation from another one with the action open_presentation or open_placement.
## 4.3.2
Improvements and bug fixes.
## 4.3.1
Improvements and bug fixes.
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:4.3.3'
api 'io.purchasely:player:4.3.4'
}
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: 4.3.2
version: 4.3.3
homepage: https://www.purchasely.com/

environment:
Expand Down
4 changes: 4 additions & 0 deletions purchasely_google/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.3.3
### Fixes
- Invalidate subscriptions cache and built-in attributes when calling Purchasely.userLogin() or Purchasely.userLogout().
- Fix background an progress color when opening a presentation from another one with the action open_presentation or open_placement.
## 4.3.2
Improvements and bug fixes.
## 4.3.1
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:4.3.3'
api 'io.purchasely:google-play:4.3.4'
}
2 changes: 1 addition & 1 deletion 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: 4.3.2
version: 4.3.3
homepage: https://www.purchasely.com/

environment:
Expand Down

0 comments on commit e772115

Please sign in to comment.