From e1be09dc44b255353e02541af3eca22483620189 Mon Sep 17 00:00:00 2001 From: Yahnis Elsts Date: Wed, 11 Jan 2017 11:19:20 +0200 Subject: [PATCH] Move blog post link down to the "resources" because it's outdated --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a86fb7d..4092e5e 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,6 @@ This is a custom update checker library for WordPress plugins and themes. It let From the users' perspective, it works just like with plugins and themes hosted on WordPress.org. The update checker uses the default upgrade UI that is familiar to most WordPress users. -[See this blog post](http://w-shadow.com/blog/2010/09/02/automatic-updates-for-any-plugin/) for more information. - **Table of Contents** @@ -215,6 +213,7 @@ BitBucket doesn't have an equivalent to GitHub's releases, so the process is sli Resources --------- +- [This blog post](http://w-shadow.com/blog/2010/09/02/automatic-updates-for-any-plugin/) has more information about the update checker API. *Slightly out of date.* - [Debug Bar](https://wordpress.org/plugins/debug-bar/) - useful for testing and debugging the update checker. - [Securing download links](http://w-shadow.com/blog/2013/03/19/plugin-updates-securing-download-links/) - a general overview. - [A GUI for entering download credentials](http://open-tools.net/documentation/tutorial-automatic-updates.html#wordpress)