<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Enable Automatic Updates for Plugins Hosted by&#160;Developers</title>
	<atom:link href="http://konstruktors.com/blog/wordpress/1660-enable-automatic-updates-for-plugins-hosted-by-developers/feed/" rel="self" type="application/rss+xml" />
	<link>http://konstruktors.com/blog/wordpress/1660-enable-automatic-updates-for-plugins-hosted-by-developers/</link>
	<description>About Web, Design and the Future of Publishing</description>
	<lastBuildDate>Mon, 08 Mar 2010 16:24:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/wordpress/1660-enable-automatic-updates-for-plugins-hosted-by-developers/#comment-11237</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Sun, 03 Jan 2010 00:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1660#comment-11237</guid>
		<description>&lt;a href=&quot;#comment-11235&quot; rel=&quot;nofollow&quot;&gt;Ryan&lt;/a&gt;, you should uncomment the last two lines in the plugin file in order to initiate the &lt;code&gt;transient_update_plugins&lt;/code&gt; filter call.

&lt;pre&gt;
if (is_admin())
	$current = get_transient(&#039;update_plugins&#039;);
&lt;/pre&gt;

You must also specify your own &lt;code&gt;$api_url&lt;/code&gt;.</description>
		<content:encoded><![CDATA[<p><a href="#comment-11235" rel="nofollow">Ryan</a>, you should uncomment the last two lines in the plugin file in order to initiate the <code>transient_update_plugins</code> filter call.</p>
<pre>
if (is_admin())
	$current = get_transient('update_plugins');
</pre>
<p>You must also specify your own <code>$api_url</code>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://konstruktors.com/blog/wordpress/1660-enable-automatic-updates-for-plugins-hosted-by-developers/#comment-11235</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sun, 03 Jan 2010 00:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1660#comment-11235</guid>
		<description>I&#039;m stumped. How on earth do we get this to work?

Is there any chance you could roll this into a plugin which actually works? I must be doing something stupid with the file as it looks like it SHOULD work, but all my attempts keep creating a plugin which never says it needs updated :(</description>
		<content:encoded><![CDATA[<p>I&#8217;m stumped. How on earth do we get this to work?</p>
<p>Is there any chance you could roll this into a plugin which actually works? I must be doing something stupid with the file as it looks like it SHOULD work, but all my attempts keep creating a plugin which never says it needs updated :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://konstruktors.com/blog/wordpress/1660-enable-automatic-updates-for-plugins-hosted-by-developers/#comment-11214</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Sun, 27 Dec 2009 00:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1660#comment-11214</guid>
		<description>Thanks a million for this :) I thought this was going to be horridly complex but it seems to be fairly straightforward by the looks of your example.

@Dave - I doubt the core guys will have any qualms with this. There are many, many different reasons people will need to use a non-official repository, particularly for non-distributed plugins.</description>
		<content:encoded><![CDATA[<p>Thanks a million for this :) I thought this was going to be horridly complex but it seems to be fairly straightforward by the looks of your example.</p>
<p>@Dave &#8211; I doubt the core guys will have any qualms with this. There are many, many different reasons people will need to use a non-official repository, particularly for non-distributed plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://konstruktors.com/blog/wordpress/1660-enable-automatic-updates-for-plugins-hosted-by-developers/#comment-11210</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sun, 27 Dec 2009 00:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1660#comment-11210</guid>
		<description>Wow, I think it&#039;s awesome. What do WP core guys think of it?</description>
		<content:encoded><![CDATA[<p>Wow, I think it&#8217;s awesome. What do WP core guys think of it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using a non-official plugin repository - WordPress Tavern Forum</title>
		<link>http://konstruktors.com/blog/wordpress/1660-enable-automatic-updates-for-plugins-hosted-by-developers/#comment-11205</link>
		<dc:creator>Using a non-official plugin repository - WordPress Tavern Forum</dc:creator>
		<pubDate>Sun, 27 Dec 2009 00:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1660#comment-11205</guid>
		<description>[...] out Kaspar&#039;s post here: http://konstruktors.com/blog/wordpre...by-developers/  This works for themes too.    Twitter &#124; [...]</description>
		<content:encoded><![CDATA[<p>[...] out Kaspar&#39;s post here: <a href="http://konstruktors.com/blog/wordpre...by-developers/" rel="nofollow">http://konstruktors.com/blog/w.....evelopers/</a>  This works for themes too.    Twitter | [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://konstruktors.com/blog/wordpress/1660-enable-automatic-updates-for-plugins-hosted-by-developers/#comment-11118</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 26 Nov 2009 00:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1660#comment-11118</guid>
		<description>Only part about this that bugs me is when the paid version comes into conversation.  Other then that though, this is cool information, so thanks for sharing it.

Long as you realize folks could buy your plugin and still turn around and give it away to others for free ...</description>
		<content:encoded><![CDATA[<p>Only part about this that bugs me is when the paid version comes into conversation.  Other then that though, this is cool information, so thanks for sharing it.</p>
<p>Long as you realize folks could buy your plugin and still turn around and give it away to others for free &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Rose</title>
		<link>http://konstruktors.com/blog/wordpress/1660-enable-automatic-updates-for-plugins-hosted-by-developers/#comment-11085</link>
		<dc:creator>Jeff Rose</dc:creator>
		<pubDate>Thu, 19 Nov 2009 00:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1660#comment-11085</guid>
		<description>Thanks for this post. The timing is just about perfect. I&#039;m working on a Premium Plugin and had just written some custom code to implement update notifications, but wasn&#039;t happy with it. It shows up on the plugin page, but not at the top or in the counter.

I&#039;ll have a look at your implementation.

Regarding the Free in the repository and premium for sale, the folks at WordPress recently made announcements to discourage this. Encouraging more high quality free plugins and less using the repository as a place to advertise your for-sale products.</description>
		<content:encoded><![CDATA[<p>Thanks for this post. The timing is just about perfect. I&#8217;m working on a Premium Plugin and had just written some custom code to implement update notifications, but wasn&#8217;t happy with it. It shows up on the plugin page, but not at the top or in the counter.</p>
<p>I&#8217;ll have a look at your implementation.</p>
<p>Regarding the Free in the repository and premium for sale, the folks at WordPress recently made announcements to discourage this. Encouraging more high quality free plugins and less using the repository as a place to advertise your for-sale products.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/wordpress/1660-enable-automatic-updates-for-plugins-hosted-by-developers/#comment-11082</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Thu, 19 Nov 2009 00:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1660#comment-11082</guid>
		<description>&lt;a href=&quot;#comment-11080&quot; rel=&quot;nofollow&quot;&gt;Andrew&lt;/a&gt;, interesting that you bring up premiummod, because if they implemented this update API, they could provide automatic updates for those modified themes too :)

Re: higher quality of premium plugins &amp; themes -- I think that the main feature users are interested in is the continued development. Some might need the support, but regular updates are what people would be more than willing to pay for.</description>
		<content:encoded><![CDATA[<p><a href="#comment-11080" rel="nofollow">Andrew</a>, interesting that you bring up premiummod, because if they implemented this update API, they could provide automatic updates for those modified themes too :)</p>
<p>Re: higher quality of premium plugins &#038; themes &#8212; I think that the main feature users are interested in is the continued development. Some might need the support, but regular updates are what people would be more than willing to pay for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://konstruktors.com/blog/wordpress/1660-enable-automatic-updates-for-plugins-hosted-by-developers/#comment-11081</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 19 Nov 2009 00:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1660#comment-11081</guid>
		<description>Jeffro made an interesting point on Twitter when he said that people were assuming that plugins for sale would be higher quality. They certainly could be, but being paid for doesn&#039;t guarantee it.</description>
		<content:encoded><![CDATA[<p>Jeffro made an interesting point on Twitter when he said that people were assuming that plugins for sale would be higher quality. They certainly could be, but being paid for doesn&#8217;t guarantee it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://konstruktors.com/blog/wordpress/1660-enable-automatic-updates-for-plugins-hosted-by-developers/#comment-11080</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 19 Nov 2009 00:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1660#comment-11080</guid>
		<description>&lt;a href=&quot;#comment-11079&quot; rel=&quot;nofollow&quot;&gt;Kaspars&lt;/a&gt;, I&#039;ve been thinking of similar ways as well. Perhaps a basic plugin for free and then something that plugs into that which can be purchased.

I&#039;m also wondering how long until premiummod gets extended to plugins.</description>
		<content:encoded><![CDATA[<p><a href="#comment-11079" rel="nofollow">Kaspars</a>, I&#8217;ve been thinking of similar ways as well. Perhaps a basic plugin for free and then something that plugs into that which can be purchased.</p>
<p>I&#8217;m also wondering how long until premiummod gets extended to plugins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kaspars</title>
		<link>http://konstruktors.com/blog/wordpress/1660-enable-automatic-updates-for-plugins-hosted-by-developers/#comment-11079</link>
		<dc:creator>Kaspars</dc:creator>
		<pubDate>Thu, 19 Nov 2009 00:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1660#comment-11079</guid>
		<description>&lt;a href=&quot;#comment-11078&quot; rel=&quot;nofollow&quot;&gt;Andrew&lt;/a&gt;, no, not really.

I am just thinking of ways to monetize plugins while still offering them as a free download to those who want to study and improve them.

One could provide a basic version hosted on WP.org and another &lt;em&gt;full feature&lt;/em&gt; version to those who purchase an API key. Updates for the basic version would still go through WP.org, while I would control the &lt;em&gt;full feature&lt;/em&gt; version.

Ideally I would imagine users making a donation right from their admin panel and receiving an API key upon PayPal confirmation.

p.s. I just realized that this works also for themes.</description>
		<content:encoded><![CDATA[<p><a href="#comment-11078" rel="nofollow">Andrew</a>, no, not really.</p>
<p>I am just thinking of ways to monetize plugins while still offering them as a free download to those who want to study and improve them.</p>
<p>One could provide a basic version hosted on WP.org and another <em>full feature</em> version to those who purchase an API key. Updates for the basic version would still go through WP.org, while I would control the <em>full feature</em> version.</p>
<p>Ideally I would imagine users making a donation right from their admin panel and receiving an API key upon PayPal confirmation.</p>
<p>p.s. I just realized that this works also for themes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://konstruktors.com/blog/wordpress/1660-enable-automatic-updates-for-plugins-hosted-by-developers/#comment-11078</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 19 Nov 2009 00:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://konstruktors.com/blog/?p=1660#comment-11078</guid>
		<description>So, are you going to produce a plugin for WPers to set up their own API on their WP blog then sell it through the store?</description>
		<content:encoded><![CDATA[<p>So, are you going to produce a plugin for WPers to set up their own API on their WP blog then sell it through the store?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
