From fd9ff0878f91b9be22a9f7f01140e42d4d88a42f Mon Sep 17 00:00:00 2001 From: pkumar Date: Thu, 30 Jul 2015 16:51:34 -0700 Subject: [PATCH] Fixed typos, added comments and corrected version # Please enter the commit message for #your changes. Lines starting --- .gitignore | 2 +- README.md | 10 +++++----- RELEASENOTES.md | 7 ++++++- package.json | 2 +- plugin.xml | 2 +- 5 files changed, 14 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 9c027bc..1c123ea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ .idea/ -.DS_Store +**/.DS_Store *.class diff --git a/README.md b/README.md index 2f7ec02..996d0b9 100644 --- a/README.md +++ b/README.md @@ -36,21 +36,21 @@ Make sure to review the Google Play Developer Program [policy](https://play.goog ### Advertising id info ### #### getAdInfo(success, error); -Gets the advertising id (IDFA) info (id and limit ad flag). +Gets the advertising id (IDFA) info (id and limit ad tracking flag). -* {function()} success: success callback with {idfa: , isLimitAd: object argument. +* {function()} success: success callback with {idfa: , limitAd: } as object argument. * {function()} failure: failure callback. ### Advertising id ### #### getAdId(success, error); Gets the advertising id (IDFA). -* {function()} success: success callback with string argument. +* {function()} success: success callback with {idfa: } as object argument. * {function()} failure: failure callback. ### Limit Ad Flag ### #### getLimitAdFlag(success, error); -Gets the limit add flag. +Gets the limit ad tracking flag. -* {function()} success: success callback with isLimitAd flag boolean argument. +* {function()} success: success callback with { limitAd: } as object argument. * {function()} failure: failure callback. diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 4110daf..39edd02 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,6 +1,11 @@ # Release Notes -### 0.2.1 (Jul 29, 2015) +### 1.0.3 (Jul 30, 2015) +* Added working code +* Updated Readme, plugin and package for typos +* Added comments + +### 1.0.2 (Jul 29, 2015) * removed extraneous print statement * Updated files diff --git a/package.json b/package.json index cb72da8..16e25a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-android-idfa", - "version": "1.0.2-dev", + "version": "1.0.3", "description": "Cordova Advertising ID (IDFA) Plugin for Android using Google Play Services API", "cordova": { "id": "cordova-plugin-android-idfa", diff --git a/plugin.xml b/plugin.xml index eb5ab3c..9bf5890 100644 --- a/plugin.xml +++ b/plugin.xml @@ -22,7 +22,7 @@ --> - + Advertising ID (IDFA) Plugin using Google Play Services for Android Phonegap, Cordova, Intel XDK plugin for Android to get Advertising Id Info using Google Play Services