Skip to content

Commit c6b84b9

Browse files
committed
Upgraded version to 7.3.0
1 parent d4e2caf commit c6b84b9

13 files changed

+111
-114
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Version 7
44

5+
### Version 7.3.0 (30/08/2020)
6+
7+
Removed optional Firebase/Analytics iOS dependency.
8+
59
### Version 7.2.0 (23/08/2020)
610

711
Added deleteInstanceId to allow user's "resetting" Firebase session (https://firebase.google.com/support/privacy/manage-iids#delete_an_instance_id).

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

Lines changed: 1 addition & 2 deletions
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.2.0"
19+
spec.version = "7.3.0"
2020
spec.summary = "Google FCM Push Notifications Cordova Plugin"
2121

2222
# This description is used to generate tags and improve search results.
@@ -140,7 +140,6 @@ DESC
140140
spec.dependency "Cordova", ">= 3.0.0"
141141

142142
# TODO: Migrate to use Core cocoapods Firebase dependencies
143-
spec.dependency 'Firebase/Analytics'
144143
spec.dependency 'Firebase/Messaging'
145144

146145
end

ionic/ngx/package.json

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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.2.0",
2+
"version": "7.3.0",
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",
@@ -38,11 +38,11 @@
3838
],
3939
"englishdoc": "",
4040
"devDependencies": {
41-
"prettier": "^2.0.5",
42-
"tslint": "^6.1.2",
41+
"prettier": "^2.1.1",
42+
"tslint": "^6.1.3",
4343
"tslint-microsoft-contrib": "^6.2.0"
4444
},
4545
"dependencies": {
46-
"typescript": "^3.9.6"
46+
"typescript": "^4.0.2"
4747
}
4848
}

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.2.0">
20+
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-fcm-with-dependecy-updated" version="7.3.0">
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: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ionic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "7.2.0",
2+
"version": "7.3.0",
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",
@@ -38,13 +38,13 @@
3838
"ios"
3939
],
4040
"dependencies": {
41-
"@angular/core": "^10.0.11",
41+
"@angular/core": "^10.0.14",
4242
"@ionic-native/core": "^5.28.0",
4343
"rxjs": "^6.6.2"
4444
},
4545
"devDependencies": {
4646
"@types/cordova": "0.0.34",
47-
"prettier": "^2.0.5",
47+
"prettier": "^2.1.1",
4848
"tslint": "^6.1.3",
4949
"tslint-microsoft-contrib": "^6.2.0",
5050
"typescript": "^4.0.2"

0 commit comments

Comments
 (0)