Skip to content
Open
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
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,37 @@

The changelog for `Superwall`. Also see the [releases](https://github.com/superwall/Superwall-Flutter/releases) on GitHub.

## 2.4.11

### Enhancements

- All `SuperwallDelegate` methods now have default empty implementations, making them optional to override.
- Updates iOS SDK to 4.14.0 [View iOS SDK release notes](https://github.com/superwall/Superwall-iOS/releases/tag/4.14.0).
- Updates Android SDK to 2.7.4 [View Android SDK release notes](https://github.com/superwall/Superwall-Android/releases/tag/2.7.4).
- Adds `TestModeBehavior` enum and `testModeBehavior` property to `SuperwallOptions`.
- Adds new event types: `stripeCheckoutStart`, `stripeCheckoutSubmit`, `stripeCheckoutComplete`, `stripeCheckoutFail`, `testModeModalOpen`, `testModeModalClose`.

## 2.4.10

## Updates

- Updates pigeon to 26.1.5 to support analyzer 9.+.+ versions

## 2.4.9

## Enhancements

- Updates iOS SDK to 4.13.0 [View iOS SDK release notes](https://github.com/superwall/Superwall-iOS/releases/tag/4.13.0).
- Updates Android SDK to 2.7.1 [View Android SDK release notes](https://github.com/superwall/Superwall-Android/releases/tag/2.7.1).


## 2.4.8

## Enhancements

- Adds `onCustomCallback` method to `PaywallPresentationHandler` that allows invoking custom callbacks and passing data from and to the paywall
- Updates iOS SDK to 4.12.10 [View iOS SDK release notes](https://github.com/superwall/Superwall-iOS/releases/tag/4.12.10).
- Updates Android SDK to 2.7.0 [View Android SDK release notes](https://github.com/superwall/Superwall-Android/releases/tag/2.7.0).

### Fixes

- Fixes an issue where `IdentityOptions` passed to `identify()` were not being sent to the native SDK due to a variable shadowing bug.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ dependencies {
testImplementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation 'org.mockito:mockito-core:5.0.0'

implementation "com.superwall.sdk:superwall-android:2.7.1"
implementation "com.superwall.sdk:superwall-android:2.7.4"
implementation 'com.android.billingclient:billing:8.0.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0'
implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2'
Expand Down
Loading