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

Commit 4c78f12

Browse files
authored
Merge pull request #249 from NativeScript/tbozhikov/deprecate-push-plugin
Tbozhikov/deprecate push plugin
2 parents 9fd86d8 + 1090235 commit 4c78f12

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Push Plugin for NativeScript
22

3+
---
4+
**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.
5+
6+
---
37
[![Build Status](https://travis-ci.org/NativeScript/push-plugin.svg?branch=master)](https://travis-ci.org/NativeScript/push-plugin)
48

59
The code for the Push Plugin for NativeScript.

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-push-notifications",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Receive push notifications in your NativeScript app on Android and iOS.",
55
"main": "push-plugin",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)