Skip to content

Commit

Permalink
Preparing for version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Jul 18, 2019
1 parent 7045953 commit d30dff8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.0
- Upgrades iOS SDK to https://github.com/RevenueCat/purchases-ios/releases/tag/2.5.0 and Android to https://github.com/RevenueCat/purchases-android/releases/tag/2.3.0.
- Adds Facebook as supported attribution network.
- DEPRECATION: automaticAttributionCollection is now deprecated in favor of automaticAppleSearchAdsAttributionCollection since it's a more clear name.
- Adds introductory pricing to the iOS product.

## 0.1.2
- Compile javascript down to ES5 for better support

Expand Down
1 change: 0 additions & 1 deletion www/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ var Purchases = /** @class */ (function () {
* @param {Boolean} enabled Enable or not automatic collection
*/
Purchases.setAutomaticAttributionCollection = function (enabled) {
console.warn("WARNING! This function is deprecated. Use setAutomaticAppleSearchAdsAttributionCollection instead.");
window.cordova.exec(null, null, PLUGIN_NAME, "setAutomaticAppleSearchAdsAttributionCollection", [enabled]);
};
/**
Expand Down

0 comments on commit d30dff8

Please sign in to comment.