Skip to content

Commit

Permalink
Upgraded version to 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehtissot committed Sep 6, 2020
1 parent 12bbbcb commit 3b23348
Show file tree
Hide file tree
Showing 13 changed files with 409 additions and 399 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Version 7

### Version 7.3.1 (06/09/2020)

Android: Avoided setting initialPushPayload from a non-tapped notification.

### Version 7.3.0 (30/08/2020)

Removed optional Firebase/Analytics iOS dependency.
Expand Down
2 changes: 1 addition & 1 deletion cordova-plugin-fcm-with-dependecy-updated.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
#

spec.name = "cordova-plugin-fcm-with-dependecy-updated"
spec.version = "7.3.0"
spec.version = "7.3.1"
spec.summary = "Google FCM Push Notifications Cordova Plugin"

# This description is used to generate tags and improve search results.
Expand Down
7 changes: 5 additions & 2 deletions ionic/ngx/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.3.0",
"version": "7.3.1",
"name": "cordova-plugin-fcm-with-dependecy-updated",
"cordova_name": "Cordova FCM Push Plugin",
"description": "Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated",
Expand All @@ -25,7 +25,10 @@
"cordova",
"ionic"
],
"platforms": ["android", "ios"],
"platforms": [
"android",
"ios"
],
"devDependencies": {
"@types/cordova": "0.0.34",
"prettier": "^2.0.5",
Expand Down
2 changes: 1 addition & 1 deletion ionic/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.3.0",
"version": "7.3.1",
"name": "cordova-plugin-fcm-with-dependecy-updated",
"cordova_name": "Cordova FCM Push Plugin",
"description": "Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated",
Expand Down
7 changes: 5 additions & 2 deletions ionic/v4/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.3.0",
"version": "7.3.1",
"name": "cordova-plugin-fcm-with-dependecy-updated",
"cordova_name": "Cordova FCM Push Plugin",
"description": "Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated",
Expand All @@ -25,7 +25,10 @@
"cordova",
"ionic"
],
"platforms": ["android", "ios"],
"platforms": [
"android",
"ios"
],
"devDependencies": {
"@types/cordova": "0.0.34",
"prettier": "^2.0.5",
Expand Down
Loading

0 comments on commit 3b23348

Please sign in to comment.