Skip to content

Commit

Permalink
Merge pull request #50 from superwall/develop
Browse files Browse the repository at this point in the history
1.3.7
  • Loading branch information
yusuftor authored Jan 8, 2025
2 parents dc556ef + 6810388 commit ed02e64
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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

## 1.3.7

### Enhancements

- Upgrades iOS SDK to 3.12.1 [View iOS SDK release notes](https://github.com/superwall-me/Superwall-iOS/releases/tag/3.12.1)

## 1.3.6

### Enhancements
Expand All @@ -16,6 +22,7 @@ The changelog for `Superwall`. Also see the [releases](https://github.com/superw
- Updates Android SDK to 1.5.0 [View Android SDK release notes](https://github.com/superwall-me/Superwall-Android/releases/tag/1.5.0)

### Fixes

- Fixes issue with `PaywallInfoBridge` and other bridges throwing NPE when reattaching to activities from deep sleep.

## 1.3.4
Expand Down
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ PODS:
- RevenueCat (= 4.43.0)
- RevenueCat (4.43.0)
- Superscript (0.1.16)
- SuperwallKit (3.12.0):
- SuperwallKit (3.12.1):
- Superscript (= 0.1.16)
- superwallkit_flutter (0.0.1):
- Flutter
- SuperwallKit (= 3.12.0)
- SuperwallKit (= 3.12.1)

DEPENDENCIES:
- Flutter (from `Flutter`)
Expand Down Expand Up @@ -45,8 +45,8 @@ SPEC CHECKSUMS:
PurchasesHybridCommon: 0e157d11d04fdfdd434b5c6d05acb58fd1cc9db8
RevenueCat: f7b90c52f4b7e322bc9e7adaf734030523534b06
Superscript: 17e2597de5e1ddfa132e217b33d1eb8eddf13e0f
SuperwallKit: 9abe07053249c596af9875a3b857236068a79edc
superwallkit_flutter: 56ac7886c6e750f9759174ecb42e4c1472f11764
SuperwallKit: cbe59c2c745dfe966f810ab3fcadb92a20fde419
superwallkit_flutter: 43527c6adb5dcbc5a8722d200edde2d41f34137a

PODFILE CHECKSUM: 1959d098c91d8a792531a723c4a9d7e9f6a01e38

Expand Down
2 changes: 1 addition & 1 deletion ios/superwallkit_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.dependency 'SuperwallKit', '3.12.0'
s.dependency 'SuperwallKit', '3.12.1'
s.platform = :ios, '14.0'

# Flutter.framework does not contain a i386 slice.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: superwallkit_flutter
description: "Remotely configure every aspect of your paywall and double your revenue."
version: 1.3.5
version: 1.3.7
homepage: "https://superwall.com"

environment:
Expand Down

0 comments on commit ed02e64

Please sign in to comment.