Skip to content

Commit 9930f7f

Browse files
committed
Upgraded version to 7.0.8
1 parent a2b5019 commit 9930f7f

16 files changed

+21
-15
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,12 @@ https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated-ionic-
329329
After a lot of work, the first release of the plugin https://github.com/andrehtissot/cordova-plugin-fcm-image-support is out. Which should enable the support, just by installing it.
330330

331331
## Changelog
332+
### Version 7.0.8 (20/07/2020)
333+
334+
Avoided execution of install_ionic_dependencies.bat after the app is installed;
335+
336+
Removed old framework dependencies (Thanks for @QuentinFarizon, for pointing it out).
337+
332338
### Version 7.0.7 (17/07/2020)
333339

334340
Removed auto-cdnfy due to service issues;

cordova-plugin-fcm-with-dependecy-updated.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
#
1717

1818
spec.name = "cordova-plugin-fcm-with-dependecy-updated"
19-
spec.version = "7.0.7"
19+
spec.version = "7.0.8"
2020
spec.summary = "Google FCM Push Notifications Cordova Plugin"
2121

2222
# This description is used to generate tags and improve search results.

ionic/ngx/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ionic/ngx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.7",
2+
"version": "7.0.8",
33
"name": "cordova-plugin-fcm-with-dependecy-updated",
44
"cordova_name": "Cordova FCM Push Plugin",
55
"description": "Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated",

ionic/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ionic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.7",
2+
"version": "7.0.8",
33
"name": "cordova-plugin-fcm-with-dependecy-updated",
44
"cordova_name": "Cordova FCM Push Plugin",
55
"description": "Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated",

ionic/v4/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ionic/v4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.7",
2+
"version": "7.0.8",
33
"name": "cordova-plugin-fcm-with-dependecy-updated",
44
"cordova_name": "Cordova FCM Push Plugin",
55
"description": "Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated",

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.7",
2+
"version": "7.0.8",
33
"name": "cordova-plugin-fcm-with-dependecy-updated",
44
"cordova_name": "Cordova FCM Push Plugin",
55
"description": "Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated",

0 commit comments

Comments
 (0)