Skip to content

Commit b5d1b66

Browse files
committed
v1.4.0
1 parent 6c0bcc2 commit b5d1b66

4 files changed

Lines changed: 17 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,25 @@
11
# Changelog
2-
- 1.4.0 - UNRELEASED
3-
- 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.
4-
- To revert to previous behaviour you can use simpleMode: true
2+
3+
- UNRELEASED
4+
- Nothing yet
5+
6+
- 1.4.0
7+
- [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)
8+
- [PR #211](https://github.com/pushandplay/cordova-plugin-apprate/pull/211) - Use NativeStorage for persistance across installs
9+
- 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`
510
- iOS 9+ now redirects directly to write review
611
- 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.
12+
713
- 1.3.0
814
- Added a general done callbacks called once we have completed the job, not showing or showing the popup
915
- Fix %@ with customLocale
1016
- Fix bugs with callbacks
1117
- Fix deep links on ios 9+
1218
- Locales updates
19+
1320
- 1.2.1
1421
- Align the version in the package.json and the plugin.xml
22+
1523
- 1.2.0
1624
- Remove coffeescript to remove barrier of entry to contributions
1725
- Remove docs generation, just use the readme instead
@@ -20,9 +28,11 @@
2028
- Fix JSON parse for Android 2.x as per PR #73
2129
- Remove InAppBrowser dependency
2230
- Add/Improve Locales
31+
2332
- 1.1.12
2433
- Bump version to be higher than the previous `cordova-plugin-apprate` on the NPM registry
2534
- Clean up readme
35+
2636
- 1.1.9
2737
- Update id to `cordova-plugin-apprate` and update dependencies
2838
- Add finnish locale

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Cordova-Plugin-Apprate
22

3-
A plugin to provide rate this app functionality into your cordova application<br>
3+
A plugin to provide rate this app functionality into your cordova application
44

5-
**PR's are greatly appreciated** [Donate with PayPal](https://www.paypal.me/pushandplay/10)
5+
**PR's are greatly appreciated**
66

77
## Supported platforms
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-apprate",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/pushandplay/cordova-plugin-apprate"

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ specific language governing permissions and limitations
1919
under the License.
2020
-->
2121

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

0 commit comments

Comments
 (0)