Skip to content

Commit

Permalink
Release 7.6.0 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlepinski committed Jun 5, 2019
1 parent 782bebd commit 8cb80e1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
============================
Version 7.6.0 - June 5, 2019
============================
- Added support for app defined notification buttons/categories.
- Fixed push events not being sent on iOS if a notification was delivered with a deep link.

==============================
Version 7.5.4 - April 19, 2019
==============================
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-cordova",
"version": "7.5.4",
"version": "7.6.0",
"description": "Urban Airship Cordova plugin",
"cordova": {
"id": "urbanairship-cordova",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin id="urbanairship-cordova"
version="7.5.4"
version="7.6.0"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand Down

0 comments on commit 8cb80e1

Please sign in to comment.