Skip to content

Commit

Permalink
Merge pull request #908 from OneSignal/release/5.0.0
Browse files Browse the repository at this point in the history
Release 5.0.0
  • Loading branch information
nan-li authored Sep 1, 2023
2 parents 0d4637e + 9a1458a commit 7b14f6b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.0.0-beta-02",
"version": "5.0.0",
"name": "onesignal-cordova-plugin",
"cordova_name": "OneSignal Push Notifications",
"description": "OneSignal is a high volume Push Notification service for mobile apps. In addition to basic notification delivery, OneSignal also provides tools to localize, target, schedule, and automate notifications that you send.",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="onesignal-cordova-plugin"
version="5.0.0-beta-02">
version="5.0.0">

<name>OneSignal Push Notifications</name>
<author>Josh Kasten, Bradley Hesse, Rodrigo Gomez-Palacio</author>
Expand Down
1 change: 0 additions & 1 deletion src/android/com/onesignal/cordova/OneSignalPush.java
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ public boolean setOnDidDismissInAppMessageHandler(CallbackContext callbackContex

public boolean init(CallbackContext callbackContext, JSONArray data) {
OneSignalWrapper.setSdkType("cordova");
// For 5.0.0-beta, hard code to reflect SDK version
OneSignalWrapper.setSdkVersion("050000");
try {
String appId = data.getString(0);
Expand Down

0 comments on commit 7b14f6b

Please sign in to comment.