Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit eb9ca68

Browse files
Add deprecating note (#641)
1 parent d51ee5c commit eb9ca68

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This plugin provides client-side integration for the [CodePush service](https://
1010

1111
* [How does it work?](#how-does-it-work)
1212
* [Supported Cordova Platforms](#supported-cordova-platforms)
13+
* [Deprecating old versions](#deprecating-old-versions)
1314
* [Getting Started](#getting-started)
1415
* [Plugin Usage](#plugin-usage)
1516
* [Releasing Updates](#releasing-updates)
@@ -49,6 +50,12 @@ cordova platform update android
4950
cordova platform update ios
5051
```
5152

53+
## Deprecating old versions
54+
55+
Since CodePush is migrating to a new service all versions of cordova-plugin-code-push lower than **[1.12.0](https://github.com/microsoft/cordova-plugin-code-push/releases/tag/v1.12.0)** will not work in the nearest future.
56+
57+
You can find more information in our [documentation](https://github.com/microsoft/code-push/blob/master/migration-notice.md).
58+
5259
## Getting Started
5360

5461
Once you've followed the general-purpose ["getting started"](https://docs.microsoft.com/en-us/appcenter/distribution/codepush/) instructions for setting up your CodePush account, you can start CodePush-ifying your Cordova app by running the following command from within your app's root directory:

0 commit comments

Comments
 (0)