Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Jun 13, 2018
1 parent 6c0bcc2 commit b5d1b66
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 7 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Cordova-Plugin-Apprate

A plugin to provide rate this app functionality into your cordova application<br>
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

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": "cordova-plugin-apprate",
"version": "1.3.0",
"version": "1.4.0",
"repository": {
"type": "git",
"url": "https://github.com/pushandplay/cordova-plugin-apprate"
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ specific language governing permissions and limitations
under the License.
-->

<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0" id="cordova-plugin-apprate" version="1.3.0">
<plugin xmlns="http://cordova.apache.org/ns/plugins/1.0" id="cordova-plugin-apprate" version="1.4.0">
<name>AppRate</name>
<description>This plugin provides "Rate This App" functionality to your Cordova/Phonegap application</description>
<author email="hello@pushandplay.ru" href="http://pushandplay.ru">pushandplay</author>
Expand Down

0 comments on commit b5d1b66

Please sign in to comment.