diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ceb26137..ec25a5eb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 5.0.5 + +**Fixes:** + +- fix(ios): correctly set `foreground` flag when `forceShow` is enabled (#338) + ## 5.0.4 - Updated the plugin version in `plugin.xml`. (It was missed in the last three patches :D) diff --git a/package-lock.json b/package-lock.json index 65ab31e4c..b2d7d9a6e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@havesource/cordova-plugin-push", - "version": "5.0.5-dev.0", + "version": "5.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@havesource/cordova-plugin-push", - "version": "5.0.5-dev.0", + "version": "5.0.5", "license": "MIT", "devDependencies": { "@babel/cli": "^7.22.10", diff --git a/package.json b/package.json index 31bd8fc6e..f0d12308d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@havesource/cordova-plugin-push", - "version": "5.0.5-dev.0", + "version": "5.0.5", "description": "Register and receive push notifications.", "scripts": { "build": "babel src/js --out-dir www", diff --git a/plugin.xml b/plugin.xml index 32fd64de0..0ea81aa0d 100755 --- a/plugin.xml +++ b/plugin.xml @@ -1,7 +1,7 @@ + id="@havesource/cordova-plugin-push" version="5.0.5"> Cordova Push Plugin Enable receiving push notifications on Android and iOS devices. Android uses Firebase Cloud Messaging. iOS uses Apple APNS Notifications.