Skip to content

Commit 5cc8b64

Browse files
github-actions[bot]hyochan
authored andcommitted
chore(release): 3.4.3
1 parent 1f3d7c3 commit 5cc8b64

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/blog/2026-01-18-3.5.0-winback-offers.md renamed to docs/blog/2026-01-18-3.4.3-winback-offers.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
slug: 3.5.0-winback-offers
3-
title: 3.5.0 - Win-Back Offers & Advanced Billing Features
2+
slug: 3.4.3-winback-offers
3+
title: v3.4.3 - Win-Back Offers & Advanced Billing Features
44
authors: [hyochan]
55
tags: [release, openiap, ios, android, storekit2, billing]
66
date: 2026-01-18
77
---
88

9-
# 3.5.0 Release Notes
9+
# v3.4.3 Release Notes
1010

11-
This release syncs with [OpenIAP v1.3.14](https://www.openiap.dev/docs/updates/notes#gql-1-3-14-google-1-3-25-apple-1-3-12), introducing iOS 18+ win-back offers, JWS promotional offers, Android 8.0+ product status codes, and important type cleanup.
11+
This release syncs with [OpenIAP v1.3.14](https://www.openiap.dev/docs/updates/notes#gql-1-3-14-google-1-3-25-apple-1-3-13), introducing iOS 18+ win-back offers, JWS promotional offers, Android 8.0+ product status codes, and important type cleanup.
1212

1313
## New Features
1414

@@ -134,7 +134,7 @@ More granular error information for purchase failures.
134134
// - 'user-ineligible'
135135
```
136136

137-
## Type Cleanup (Breaking)
137+
## Type Cleanup
138138

139139
### Subscription-Only Fields Removed from RequestPurchaseIosProps
140140

@@ -175,6 +175,6 @@ These fields remain available in `RequestSubscriptionIosProps` where they belong
175175
|---------|---------|
176176
| openiap-gql | 1.3.14 |
177177
| openiap-google | 1.3.25 |
178-
| openiap-apple | 1.3.12 |
178+
| openiap-apple | 1.3.13 |
179179

180-
For detailed changes, see the [OpenIAP Release Notes](https://www.openiap.dev/docs/updates/notes#gql-1-3-14-google-1-3-25-apple-1-3-12).
180+
For detailed changes, see the [OpenIAP Release Notes](https://www.openiap.dev/docs/updates/notes#gql-1-3-14-google-1-3-25-apple-1-3-13).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expo-iap",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"description": "In App Purchase module in Expo",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)