Skip to content

Commit

Permalink
Release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Feb 12, 2019
1 parent 1286b3c commit 70f6d3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
## Changelogs
- **[2.4.+]**
- **[2.4.0]**
+ Add support for iOS In-App Purchase promotions [#388](https://github.com/dooboolab/react-native-iap/pull/388).
+ Implemented `addAdditionalSuccessPurchaseListenerIOS` to handle extra successed purchase event. Related to [#307](https://github.com/dooboolab/react-native-iap/issues/307).
+ Attempt to fix crashing in `ensureConnection` for android. Related [#315](https://github.com/dooboolab/react-native-iap/issues/315).
+ Fixed promise not resolving putting back `async` wrapper.
+ Fixed types for `addAdditionalSuccessPurchaseListenerIOS`.
+ Update `build.gradle` to match version in react-native `0.58`.
+ Fix issue with promoted product event not firing on older devices [#390](https://github.com/dooboolab/react-native-iap/pull/390).
+ Add support for iOS In-App Purchase promotions.
- **[2.3.23]**
+ Resolve [#288](https://github.com/dooboolab/react-native-iap/issues/288).
- **[2.3.21]**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-iap",
"version": "2.4.0-beta13",
"version": "2.4.0",
"description": "React 9ative In App Purchase Module.",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 70f6d3b

Please sign in to comment.