Skip to content

Commit

Permalink
release: 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Oct 23, 2023
1 parent 9cbc67c commit c9e0b23
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Change Log

## 4.0.0

**Breaking:**

- feat(android)!: bump platform requirement cordova-android>=12.0.0 (#243)
- feat!(ios): update Firebase Messaging to ~> 8.1.1 (#152)
- fix(windows)!: remove deprecated platform (#245)

**Features:**

- feat(android): bump gradle plugin kotlin to 1.7.21 (#246)
- feat(android): bump GradlePluginGoogleServicesVersion to 4.3.15 (match w/ Cordova-Android@12.x) (#244)
- feat(android): support targetSdkVersion >= 31 (Android 12) (#185)

**Fixes:**

- fix(ios): callback not called when foreground is true #101 (#102)
- fix(android): deprecated warning Html.fromHtml (#230)
- fix(android): Ask for POST_NOTIFICATIONS permission if necessary (#238)
- fix(android): PushHandlerActivity permissions regression (#183)

**Others:**

- dep: resolve audit with rebuilt package-lock & rebuilt push.js with new packages (#248)
- dep(npm): bump all devDependencies (#241)
- ci: bump github action workflow and dependencies (#242)

## 3.0.1

**Fixes:**
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": "4.0.0-dev.0",
"version": "4.0.0",
"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="4.0.0-dev.0">
id="@havesource/cordova-plugin-push" version="4.0.0">

<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 c9e0b23

Please sign in to comment.