Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

Commit

Permalink
Merge pull request #249 from NativeScript/tbozhikov/deprecate-push-pl…
Browse files Browse the repository at this point in the history
…ugin

Tbozhikov/deprecate push plugin
  • Loading branch information
tbozhikov authored Sep 13, 2018
2 parents 9fd86d8 + 1090235 commit 4c78f12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Push Plugin for NativeScript

---
**This plugin is deprecated.** Feel free to use the [Firebase Plugin](https://github.com/EddyVerbruggen/nativescript-plugin-firebase) for implementing push notifications in your NativeScript app. If you already have an app that use the Push Plugin, read the [migrate-to-firebase doc](./MIGRATE-TO-FIREBASE.md) for initial guidance.

---
[![Build Status](https://travis-ci.org/NativeScript/push-plugin.svg?branch=master)](https://travis-ci.org/NativeScript/push-plugin)

The code for the Push Plugin for NativeScript.
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-push-notifications",
"version": "1.1.5",
"version": "1.1.6",
"description": "Receive push notifications in your NativeScript app on Android and iOS.",
"main": "push-plugin",
"typings": "index.d.ts",
Expand Down

0 comments on commit 4c78f12

Please sign in to comment.