Skip to content

Commit a09d1cd

Browse files
committed
version bump
1 parent 366bc39 commit a09d1cd

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,8 @@ Create the following tags in `config.xml`:
128128
<preference name="ParseAppId" value="your-parse-app-id" />
129129
<preference name="ParseServerUrl" value="http://your-parse-server:1337/parse/" />
130130

131-
<!-- if your parse-server config requires a client key, set this.
132-
If not, skip this preference
133-
-->
131+
<!-- If your parse-server config requires a client key, set this.
132+
If not, skip this preference -->
134133
<preference name="ParseClientKey" value="your-parse-client-key" />
135134

136135
<!-- required for Android push notification
@@ -147,11 +146,11 @@ Create the following tags in `config.xml`:
147146
<preference name="ParseAppId" value="your-parse-app-id" />
148147
<preference name="ParseClientKey" value="your-parse-client-key" />
149148

150-
<!-- Note: for legacy parse.com, do not replace this string value. It must be "PARSE_DOT_COM"-->
149+
<!-- Do not replace this string value. It must be "PARSE_DOT_COM"-->
151150
<preference name="ParseServerUrl" value="PARSE_DOT_COM" />
152151
```
153152

154-
You're all set. The plugin takes care of initializing Parse platform using the `config.xml` preferences mentioned above. The plugin will also take care of saving your installation to the database.
153+
You're all set. The plugin takes care of initializing Parse platform using the `config.xml` preferences mentioned above. It also saves your installation to the database automatically.
155154

156155
To customize push notifications, initialize Parse platform yourself, or use your own `MainApplication.java` in Android, see the [Advanced Configuration](#advanced-configuration) section.
157156

@@ -312,7 +311,7 @@ skip it's version of Parse initialization and notification setup, that way it wo
312311

313312
- Parse uses the term "client key" to specify a key for both Android and iOS. This is different from the Javascript key.
314313
In the javascript portion of your Cordova/Phonegap/Ionic app, use the Javascript key. This has nothing to do with the plugin.
315-
In the `config.xml` preference `ParseClientKey`, use Android and iOS client key. Note that for open source [parse-server](https://github.com/ParsePlatform/parse-server), these keys are optional.
314+
In the `config.xml` preference `ParseClientKey`, use the Android and iOS client key. Note that for open source [parse-server](https://github.com/ParsePlatform/parse-server), these keys are optional.
316315

317316
- For legacy [Parse.com](https://parse.com), the appropriate key is required depending on your client platform, e.g.,
318317
Javascript, Android or iOS client, dotNet, REST. For open source [parse-server](https://github.com/ParsePlatform/parse-server),

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "parse-push-plugin",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Parse.Push plugin for phonegap/cordova/ionic",
55
"cordova": {
66
"id": "parse-push-plugin",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<plugin xmlns="http://www.apache.org/cordova/ns/plugins/1.0" id="parse-push-plugin" version="1.0.2">
3+
<plugin xmlns="http://www.apache.org/cordova/ns/plugins/1.0" id="parse-push-plugin" version="1.0.3">
44
<name>ParsePushPlugin</name>
55
<description>Parse.Push plugin for phonegap/cordova/ionic framework</description>
66
<keywords>cordova,phonegap,ionic framework, parse server, parse push, push notification</keywords>

0 commit comments

Comments
 (0)