From 7f06587ca826c08ccd56c284f45ed06cbba30bac Mon Sep 17 00:00:00 2001 From: Teodor Bozhikov Date: Thu, 13 Sep 2018 15:06:18 +0300 Subject: [PATCH 1/2] chore: deprecate the plugin --- README.md | 4 ++++ src/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c12e74..344a6b1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/package.json b/src/package.json index b031b1f..3fd1227 100644 --- a/src/package.json +++ b/src/package.json @@ -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", From 10902352a9b829cfccf13b96b649ed429fc3a770 Mon Sep 17 00:00:00 2001 From: Teodor Bozhikov Date: Thu, 13 Sep 2018 15:14:10 +0300 Subject: [PATCH 2/2] fix: deprecation message --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 344a6b1..25abe69 100644 --- a/README.md +++ b/README.md @@ -1,9 +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. -` +--- +**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.