-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
**This project has been deprecate in favor of [UpdatePulse Server](https://github.com/Anyape/updatepulse-server).** | ||
**It is only maintained by the community via pull requests, and releases are published only based on community feedback. No new feature will be added and no more in-depth maintenance will be performed by the original author.** | ||
**There is no formal upgrade path from WPPUS to UpdatePulse Server.** | ||
|
||
# WP Packages Update Server - Run your own update server | ||
|
||
* [WP Packages Update Server - Run your own update server](#wp-packages-update-server---run-your-own-update-server) | ||
|
@@ -39,11 +43,6 @@ Developer documentation: | |
WP Packages Update Server allows developers to provide updates for plugins & themes not hosted on `wordpress.org` (if not compliant with the GPLv2 or later, for example), or for generic packages unrelated to WordPress altogether. It also allows to control the updates with license. | ||
Package updates may be either uploaded directly, or hosted in a Remote Repository, public or private, with the latest version of packages stored either locally or in the Cloud. It supports Bitbucket, Github, Gitlab, and self-hosted installations of Gitlab for package updates ; S3 compatible service providers are supported for package storage. | ||
|
||
**The `main` branch contains a beta version of WPPUS v2. The `dev` branch contains an alpha version of WPPUS v2. For stable versions, please use releases.** | ||
**The `v1` branch is only maintained by the community via pull requests, and releases are published only based on community feedback. No new feature will be added and no more in-depth maintenance will be performed by the original author.** | ||
**There is no formal upgrade path from v1 to v2.** | ||
|
||
|
||
### Overview | ||
|
||
This plugin adds the following major features to WordPress: | ||
|
@@ -376,4 +375,4 @@ The MU Plugin also provides the global variables `$wppus_doing_update_api_reques | |
### More help... | ||
|
||
For more help on how to use WP Packages Update Server, please open an issue - bugfixes are welcome via pull requests, detailed bug reports with accurate pointers as to where and how they occur in the code will be addressed in a timely manner, and a fee will apply for any other request if they are addressed. | ||
If and only if you found a security issue, please contact `[email protected]` with full details for responsible disclosure. | ||
If and only if you found a security issue, please contact `[email protected]` with full details for responsible disclosure. |