Skip to content

Commit

Permalink
Upgraded version to 7.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehtissot committed Aug 16, 2020
1 parent 2628369 commit dfe78b7
Show file tree
Hide file tree
Showing 16 changed files with 112 additions and 103 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,12 @@ When the environment supports, the cocoapods source is automatically set to the
Link: https://github.com/andrehtissot/cordova-plugin-cocoapods-cdn

## Changelog
### Version 7.0.10 (16/08/2020)

Defined minimal version of "cordova" package supported as version 9. Due to issues of supporting lower versions and "cordova-ios@5+" without deprecated configuration.

Removed explicit definition of "Firebase/Analytics" and "Firebase/Messaging" due to lack of matching “>=” definitions between plugins.

### Version 7.0.9 (21/07/2020)

getInitialPushPayload: Conversion of NSData* into NSDictonary* fix -- Thanks to @medeirosrafael for debugging and fixing it!
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.0.9"
spec.version = "7.0.10"
spec.summary = "Google FCM Push Notifications Cordova Plugin"

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion ionic/ngx/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ionic/ngx/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.9",
"version": "7.0.10",
"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
2 changes: 1 addition & 1 deletion ionic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0.9",
"version": "7.0.10",
"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
2 changes: 1 addition & 1 deletion ionic/v4/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ionic/v4/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.9",
"version": "7.0.10",
"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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.9",
"version": "7.0.10",
"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
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
specific language governing permissions and limitations
under the License.
-->
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-fcm-with-dependecy-updated" version="7.0.9">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="cordova-plugin-fcm-with-dependecy-updated" version="7.0.10">
<name>Cordova FCM Push Plugin</name>
<description>Google Firebase Cloud Messaging Cordova Push Plugin fork with dependecy updated</description>
<license>MIT</license>
Expand Down
2 changes: 1 addition & 1 deletion src/ionic/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ionic/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "7.0.9",
"version": "7.0.10",
"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
85 changes: 44 additions & 41 deletions src/ionic/package.toCopy.json
Original file line number Diff line number Diff line change
@@ -1,42 +1,45 @@
{
"version": "7.0.9",
"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",
"license": "MIT",
"main": "./FCM.js",
"repo": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated",
"issue": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated/issues",
"author": "André Augusto Tissot",
"repository": {
"type": "git",
"url": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"notifications",
"push",
"firebase",
"fcm",
"ios",
"android",
"cordova",
"ionic"
],
"platforms": ["android", "ios"],
"devDependencies": {
"@types/cordova": "0.0.34",
"prettier": "^2.0.5",
"tslint": "^6.1.2",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.9.3"
},
"dependencies": {
"@angular/core": "^9.1.9",
"@ionic-native/core": "^5.26.0",
"rxjs": "^6.5.5",
"tslib": "^2.0.0"
}
}
"version": "7.0.10",
"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",
"license": "MIT",
"main": "./FCM.js",
"repo": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated",
"issue": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated/issues",
"author": "André Augusto Tissot",
"repository": {
"type": "git",
"url": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"notifications",
"push",
"firebase",
"fcm",
"ios",
"android",
"cordova",
"ionic"
],
"platforms": [
"android",
"ios"
],
"devDependencies": {
"@types/cordova": "0.0.34",
"prettier": "^2.0.5",
"tslint": "^6.1.2",
"tslint-microsoft-contrib": "^6.2.0",
"typescript": "^3.9.3"
},
"dependencies": {
"@angular/core": "^9.1.9",
"@ionic-native/core": "^5.26.0",
"rxjs": "^6.5.5",
"tslib": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion src/www/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

98 changes: 49 additions & 49 deletions src/www/package.json
Original file line number Diff line number Diff line change
@@ -1,50 +1,50 @@
{
"version": "7.0.9",
"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",
"license": "MIT",
"main": "www/FCMPlugin.js",
"typings": "typings/index.d.ts",
"repo": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated",
"issue": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated/issues",
"author": "André Augusto Tissot",
"scripts": {
"build": "npm run build:before;npm run build:dts;npm run build:js;npm run build:after",
"build:before": "rm -rf ../../www;mkdir -p ../../www",
"build:js": "tsc -p .;rollup -c rollup.config.js;npm run build:js:rm-exports;npm run build:js:add-default-export",
"build:js:rm-exports": "cd ../../www;cat FCMPlugin.js | grep -v exports > FCMPlugin.tmp.js;mv FCMPlugin.tmp.js FCMPlugin.js",
"build:js:add-default-export": "cd ../../www;echo 'module.exports = FCM;' >> FCMPlugin.js",
"build:dts": "./scripts/build.dts.sh",
"build:after": "rm -rf ../../www/tmp",
"tsc": "npx tsc -p . --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"notifications",
"push",
"firebase",
"fcm",
"ios",
"android",
"cordova"
],
"platforms": [
"android",
"ios"
],
"englishdoc": "",
"devDependencies": {
"@types/cordova": "0.0.34",
"rollup": "^2.21.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"typescript": "^3.9.6"
}
}
"version": "7.0.10",
"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",
"license": "MIT",
"main": "www/FCMPlugin.js",
"typings": "typings/index.d.ts",
"repo": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated",
"issue": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated/issues",
"author": "André Augusto Tissot",
"scripts": {
"build": "npm run build:before;npm run build:dts;npm run build:js;npm run build:after",
"build:before": "rm -rf ../../www;mkdir -p ../../www",
"build:js": "tsc -p .;rollup -c rollup.config.js;npm run build:js:rm-exports;npm run build:js:add-default-export",
"build:js:rm-exports": "cd ../../www;cat FCMPlugin.js | grep -v exports > FCMPlugin.tmp.js;mv FCMPlugin.tmp.js FCMPlugin.js",
"build:js:add-default-export": "cd ../../www;echo 'module.exports = FCM;' >> FCMPlugin.js",
"build:dts": "./scripts/build.dts.sh",
"build:after": "rm -rf ../../www/tmp",
"tsc": "npx tsc -p . --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/andrehtissot/cordova-plugin-fcm-with-dependecy-updated"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"notifications",
"push",
"firebase",
"fcm",
"ios",
"android",
"cordova"
],
"platforms": [
"android",
"ios"
],
"englishdoc": "",
"devDependencies": {
"@types/cordova": "0.0.34",
"rollup": "^2.21.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"typescript": "^3.9.6"
}
}

0 comments on commit dfe78b7

Please sign in to comment.