You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
The changelog for `SuperwallKit`. Also see the [releases](https://github.com/superwall/Superwall-iOS/releases) on GitHub.
4
4
5
+
## 4.16.4
6
+
7
+
### Fixes
8
+
9
+
- Fixes subscribers with an unexpired subscription being reported as `inactive` on cold launch when the App Store has no purchases to report. Refunded and expired App Store subscriptions still deactivate immediately.
10
+
- Fixes issue where paying web users could end up having a temporary inactive subscription status if the server temporarily returns no entitlement data for them.
Copy file name to clipboardExpand all lines: CLAUDE.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,10 @@ When bumping the version, update all three files:
72
72
3.`CHANGELOG.md` (add new version entry at top)
73
73
74
74
- Follows semantic versioning
75
+
-**Never use an `## Unreleased` heading in `CHANGELOG.md`.** Unreleased changes always live under the next concrete version number (e.g. `## 4.16.4`).
76
+
- To pick that number, compare the version on `develop` with the version on `master`:
77
+
- If develop's version is **above** master's, a release is already staged — add your entries to that existing top section. Do not bump again.
78
+
- If develop's version **equals** master's, start the next release: add a new version section and bump all three files together (patch/minor/major per the change).
Copy file name to clipboardExpand all lines: SuperwallKit.podspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Pod::Spec.newdo |s|
2
2
3
3
s.name="SuperwallKit"
4
-
s.version="4.16.3"
4
+
s.version="4.16.4"
5
5
s.summary="Superwall: In-App Paywalls Made Easy"
6
6
s.description="Paywall infrastructure for mobile apps :) we make things like editing your paywall and running price tests as easy as clicking a few buttons. superwall.com"
0 commit comments