Skip to content

Commit 0b29726

Browse files
committed
Upgraded version to 7.0.4
1 parent aac238a commit 0b29726

13 files changed

+73
-62
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325,6 +325,11 @@ After a lot of work, the first release of the plugin https://github.com/andrehti
325325

326326
## Changelog
327327

328+
### Version 7.0.4 (13/07/2020)
329+
330+
Simplified ionic/FCM.js and ionic/ngx/FCM.js files to ease building with them.
331+
Improved scripts/install_ionic_dependencies.sh windows support.
332+
328333
### Version 7.0.3 (07/07/2020)
329334

330335
Simplified ionic/v4/FCM.js file by setting the FCM function in the global context.

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.3"
19+
spec.version = "7.0.4"
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.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.3",
2+
"version": "7.0.4",
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",
@@ -25,7 +25,10 @@
2525
"cordova",
2626
"ionic"
2727
],
28-
"platforms": ["android", "ios"],
28+
"platforms": [
29+
"android",
30+
"ios"
31+
],
2932
"devDependencies": {
3033
"@types/cordova": "0.0.34",
3134
"prettier": "^2.0.5",

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.3",
2+
"version": "7.0.4",
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.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.0.3",
2+
"version": "7.0.4",
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",
@@ -25,7 +25,10 @@
2525
"cordova",
2626
"ionic"
2727
],
28-
"platforms": ["android", "ios"],
28+
"platforms": [
29+
"android",
30+
"ios"
31+
],
2932
"devDependencies": {
3033
"@types/cordova": "0.0.34",
3134
"prettier": "^2.0.5",

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.3",
2+
"version": "7.0.4",
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",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
specific language governing permissions and limitations
1818
under the License.
1919
-->
20-
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-fcm-with-dependecy-updated" version="7.0.3">
20+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-fcm-with-dependecy-updated" version="7.0.4">
2121
<name>Cordova FCM Push Plugin</name>
2222
<description>Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated</description>
2323
<license>MIT</license>

src/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.

src/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.3",
2+
"version": "7.0.4",
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)