react-native-play-install-referrer
Advanced tools
Comparing version 1.1.6 to 1.1.7
@@ -0,1 +1,10 @@ | ||
### Version 1.1.7 [20th October 2021] | ||
#### Changed | ||
- Updated native Play Install Referrer library to **v2.2**. | ||
#### Fixed | ||
- Fixed `addListener` and `removeListeners` warnings ([same issue](https://github.com/react-native-netinfo/react-native-netinfo/issues/486) with [suggested fix](https://github.com/software-mansion/react-native-reanimated/pull/2316/files) which got copy pasted in this plugin as well). Thanks to @mikehardy. | ||
--- | ||
### Version 1.1.6 [29th December 2020] | ||
@@ -2,0 +11,0 @@ #### Added |
@@ -6,3 +6,3 @@ // | ||
// Created by Uglješa Erceg (@uerceg) on 24th April 2020. | ||
// Copyright (c) 2020 uerceg. All rights reserved. | ||
// Copyright (c) 2021 uerceg. All rights reserved. | ||
// | ||
@@ -9,0 +9,0 @@ |
// | ||
// index.js | ||
// play-install-referrer-react-native | ||
// version: 1.1.6 | ||
// version: 1.1.7 | ||
// | ||
@@ -6,0 +6,0 @@ // Created by Uglješa Erceg (@uerceg) on 24th April 2020. |
{ | ||
"name": "react-native-play-install-referrer", | ||
"version": "1.1.6", | ||
"version": "1.1.7", | ||
"description": "Play Install Referrer Library wrapper for React Native", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -10,3 +10,3 @@ # Play Install Referrer Library wrapper for React Native | ||
<td align="left">Current version:</td> | ||
<td align="left"><a href=../../releases/tag/v1.1.6><b>1.1.6</b></a></td> | ||
<td align="left"><a href=../../releases/tag/v1.1.7><b>1.1.7</b></a></td> | ||
</tr> | ||
@@ -23,3 +23,3 @@ <tr> | ||
Version of native Play Install Referrer Library which is being used inside of latest **react-native-play-install-referrer** plugin version is [2.1](https://mvnrepository.com/artifact/com.android.installreferrer/installreferrer/2.1). | ||
Version of native Play Install Referrer Library which is being used inside of latest **react-native-play-install-referrer** plugin version is [2.2](https://mvnrepository.com/artifact/com.android.installreferrer/installreferrer/2.2). | ||
@@ -26,0 +26,0 @@ ## Add plugin to your app |
@@ -9,3 +9,4 @@ # Security Policy | ||
| ------- | ------------------ | | ||
| 1.1.6 | :white_check_mark: | | ||
| 1.1.7 | :white_check_mark: | | ||
| 1.1.6 | :x: | | ||
| 1.1.5 | :x: | | ||
@@ -12,0 +13,0 @@ | 1.1.4 | :x: | |
# List of things to be done in the repository | ||
- [x] Move plugin content to root of the repository to avoid having duplicated README file. | ||
- [ ] Switch to usage of Install Referrer API via AIDL. | ||
- [x] Update Install Referrer Library to version 2.2. | ||
- [x] Move plugin content to root of the repository to avoid having duplicated README file. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27341