From b5d1b6649ef8d8a3b3693893136b7bd065e64ffb Mon Sep 17 00:00:00 2001 From: Weston Ganger Date: Wed, 13 Jun 2018 08:54:03 -0700 Subject: [PATCH] v1.4.0 --- CHANGELOG.md | 16 +++++++++++++--- README.md | 4 ++-- package.json | 2 +- plugin.xml | 2 +- 4 files changed, 17 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6a3924..85ef8a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,25 @@ # Changelog -- 1.4.0 - UNRELEASED - - Major improvement - Instead of directly asking our users to Rate our app, we now handle this flow much better. The first popup will be "Do you like using appName?" If the user says 'Yes' then we ask the user if they would like take a moment and rate our app. If the user says 'NO', We ask the user another question: "Would you mind providing us feedback?" If the user says yes, then we can run a custom callback to handle this such as sending an email. - - To revert to previous behaviour you can use simpleMode: true + +- UNRELEASED + - Nothing yet + +- 1.4.0 + - [Merged PR's](https://github.com/pushandplay/cordova-plugin-apprate/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Aclosed+merged%3A2017-06-24..2018-06-13) + - [PR #211](https://github.com/pushandplay/cordova-plugin-apprate/pull/211) - Use NativeStorage for persistance across installs + - Breaking Change - Instead of directly asking our users to Rate our app, we now handle this flow much better. The first popup will be "Do you like using appName?" If the user says 'Yes' then we ask the user if they would like take a moment and rate our app. If the user says 'NO', We ask the user another question: "Would you mind providing us feedback?" If the user says yes, then we can run a custom callback to handle this such as sending an email. To revert to previous behaviour you can use `simpleMode: true` - iOS 9+ now redirects directly to write review - iOS 10.3+ now supports In-App Reviews. One limitation to note is you can only prompt the user 3 times per year before it must fallback to the old open review in store. The preference option to disable this feature is called `inAppReview` and defaults to true, this option was previously named `openStoreInApp` and defaulted to false. + - 1.3.0 - Added a general done callbacks called once we have completed the job, not showing or showing the popup - Fix %@ with customLocale - Fix bugs with callbacks - Fix deep links on ios 9+ - Locales updates + - 1.2.1 - Align the version in the package.json and the plugin.xml + - 1.2.0 - Remove coffeescript to remove barrier of entry to contributions - Remove docs generation, just use the readme instead @@ -20,9 +28,11 @@ - Fix JSON parse for Android 2.x as per PR #73 - Remove InAppBrowser dependency - Add/Improve Locales + - 1.1.12 - Bump version to be higher than the previous `cordova-plugin-apprate` on the NPM registry - Clean up readme + - 1.1.9 - Update id to `cordova-plugin-apprate` and update dependencies - Add finnish locale diff --git a/README.md b/README.md index a15244c..7433825 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Cordova-Plugin-Apprate -A plugin to provide rate this app functionality into your cordova application
+A plugin to provide rate this app functionality into your cordova application -**PR's are greatly appreciated** [Donate with PayPal](https://www.paypal.me/pushandplay/10) +**PR's are greatly appreciated** ## Supported platforms diff --git a/package.json b/package.json index a219707..6979b69 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-apprate", - "version": "1.3.0", + "version": "1.4.0", "repository": { "type": "git", "url": "https://github.com/pushandplay/cordova-plugin-apprate" diff --git a/plugin.xml b/plugin.xml index b10a868..7210a51 100644 --- a/plugin.xml +++ b/plugin.xml @@ -19,7 +19,7 @@ specific language governing permissions and limitations under the License. --> - + AppRate This plugin provides "Rate This App" functionality to your Cordova/Phonegap application pushandplay