Skip to content

Commit

Permalink
release(5.0.5): version & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Dec 26, 2024
1 parent 779fe06 commit 8dbbe18
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions 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,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",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="@havesource/cordova-plugin-push" version="5.0.5-dev.0">
id="@havesource/cordova-plugin-push" version="5.0.5">

<name>Cordova Push Plugin</name>
<description>Enable receiving push notifications on Android and iOS devices. Android uses Firebase Cloud Messaging. iOS uses Apple APNS Notifications.</description>
Expand Down

0 comments on commit 8dbbe18

Please sign in to comment.