<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Xavisys&#187; Wordpress Plugin Update</title>
	<atom:link href="http://xavisys.com/tag/wordpress-plugin-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://xavisys.com</link>
	<description>WordPress Plugins and Custom WordPress Development</description>
	<lastBuildDate>Wed, 16 Nov 2011 20:45:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<atom:link rel='hub' href='http://xavisys.com/?pushpress=hub'/>
		<item>
		<title>Efficient Related Posts 0.3.2 Released</title>
		<link>http://xavisys.com/efficient-related-posts-032-released/</link>
		<comments>http://xavisys.com/efficient-related-posts-032-released/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 17:48:55 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[WordPress Plugin Updates]]></category>
		<category><![CDATA[Efficient Related Posts]]></category>
		<category><![CDATA[Related Posts]]></category>
		<category><![CDATA[shortcodes]]></category>
		<category><![CDATA[Wordpress Plugin Update]]></category>

		<guid isPermaLink="false">http://xavisys.com/?p=464</guid>
		<description><![CDATA[Version 0.3.2 of Efficient Related Posts was just released. Due to popular demand, it now has a shortcode to add add the list of posts anywhere shortcodes are supported in the loop. The readme was also updated to answer some of the common usage questions and to explain how to use the new shortcode. The [...]]]></description>
			<content:encoded><![CDATA[<p>Version 0.3.2 of <a href="http://xavisys.com/2009/06/efficient-related-posts/">Efficient Related Posts</a> was just released.  Due to popular demand, it now has a shortcode to add add the list of posts anywhere shortcodes are supported in the loop.  The readme was also updated to answer some of the common usage questions and to explain how to use the new shortcode.</p>
<p>The best place to find information is on the <a href="http://xavisys.com/2009/06/efficient-related-posts/">Efficient Related Posts</a> page which is updated regularly.  However, here are some of the new FAQs.</p>
<h4>How can I add a list of related posts to my posts?</h4>
<p>You can configure Efficient Related Posts to add related posts automatically in Settings -&gt; Related Posts.  Alternatively you can use the shortcode [relatedPosts] or the helper functions <code>wp_get_related_posts()</code> and <code>wp_related_posts()</code> in your theme files.</p>
<h4>How exactly do you use the [relatedPosts] shortcode?</h4>
<p>To use the default settings (from Settings -&gt; Related Posts) you just need to add <code>[relatedPosts]</code> to your post or page where you want to list to be.  You can also add some attributes to it such as num_to_display (Number of related posts to display), no_rp_text (Text to display if there are no related posts), and title (Title for related posts list, empty for none) like this:</p>
<ul>
<li><code>[relatedPosts title="Most Related Post" num_to_display="1"]</code></li>
<li><code>[relatedPosts num_to_display="1" no_rp_text="No Related Posts Found"]</code></li>
<li><code>[relatedPosts title="Try these related posts:" num_to_display="3" no_rp_text="No Related Posts Found"]</code></li>
</ul>
<h4>How do the theme helper functions work?</h4>
<p>You can use <code>wp_get_related_posts()</code> and <code>wp_related_posts()</code> to display a list of related posts in your theme.  They need to be used in &#8220;the loop&#8221; and the only difference is that <code>wp_get_related_posts()</code> returns the list and wp_related_posts() echos the list.  You can also pass an associative array of arguments to it such as num_to_display (Number of related posts to display), no_rp_text (Text to display if there are no related posts), and title (Title for related posts list, empty for none) like this:</p>
<ul>
<li><code>wp_related_posts(array('title'=&gt;'Most Related Post', 'num_to_display'=&gt;1))</code></li>
<li><code>echo wp_get_related_posts(array('num_to_display'=&gt;1, 'no_rp_text'=&gt;'No Related Posts Found'))</code></li>
<li><code>wp_related_posts(array('title'=&gt;'Most Related Post', 'num_to_display'=&gt;3, 'no_rp_text'=&gt;'No Related Posts Found'))</code></li>
</ul>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://xavisys.com/problem-related-post-plugins/' title='The Problem with Related Post Plugins'>The Problem with Related Post Plugins</a></li>
<li><a href='http://xavisys.com/wordpress-plugins/manual-related-links/' title='Manual Related Links'>Manual Related Links</a></li>
<li><a href='http://xavisys.com/wordpress-plugins/efficient-related-posts/' title='Efficient Related Posts'>Efficient Related Posts</a></li>
<li><a href='http://xavisys.com/wordpress-25-shortcodes/' title='WordPress 2.5 Shortcodes'>WordPress 2.5 Shortcodes</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xavisys.com/efficient-related-posts-032-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Twitter Widget Pro 1.3.0 released!</title>
		<link>http://xavisys.com/wordpress-twitter-widget-pro-130-released/</link>
		<comments>http://xavisys.com/wordpress-twitter-widget-pro-130-released/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 10:21:06 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[WordPress Plugin Updates]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Wordpress Plugin Update]]></category>

		<guid isPermaLink="false">http://xavisys.com/?p=348</guid>
		<description><![CDATA[I just uploaded version 1.3.0 of my WordPress Twitter Widget Pro plugin. It has been updated to allow HTML in the title and error message, which will allow for more inventive titles (like the one currently being used in the sidebar here). Additionally, the plugin no longer relies on you having a caching solution installed [...]]]></description>
			<content:encoded><![CDATA[<p>I just uploaded version 1.3.0 of my WordPress Twitter Widget Pro plugin.  It has been updated to allow HTML in the title and error message, which will allow for more inventive titles (like the one currently being used in the sidebar here).  Additionally, the plugin no longer relies on you having a caching solution installed and set up.  It now caches the tweets for 5 minutes using the built-in blog options functionality.  Twitter limits the number of requests you can make in any given hour, so this caching should <strong>greatly</strong> reduce the number of times you see the &#8220;twitter not available&#8221; error message.  Lastly, we phased out the old Snoopy class in favor of the new HTTP class.</p>
<p>Please discuss this plugin on the <a href="http://xavisys.com/wordpress-twitter-widget/">WordPress Twitter Widget</a> page.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xavisys.com/wordpress-twitter-widget-pro-130-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter Widget Pro 1.2.2 Released!</title>
		<link>http://xavisys.com/twitter-widget-pro-122-released/</link>
		<comments>http://xavisys.com/twitter-widget-pro-122-released/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 09:59:24 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[WordPress Plugin Updates]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Wordpress Plugin Update]]></category>

		<guid isPermaLink="false">http://xavisys.com/?p=150</guid>
		<description><![CDATA[I just uploaded version 1.2.2 of my WordPress Twitter Widget Pro plugin. Since twitter has slowed down, a lot of people (especially on slower servers) have been getting the &#8220;Could not connect to Twitter&#8221; message when twitter was slow but not down. I&#8217;ve added a setting on each widget to specify the number of seconds [...]]]></description>
			<content:encoded><![CDATA[<p>I just uploaded version 1.2.2 of my WordPress Twitter Widget Pro plugin.  Since twitter has slowed down, a lot of people (especially on slower servers) have been getting the &#8220;Could not connect to Twitter&#8221; message when twitter was slow but not down.  I&#8217;ve added a setting on each widget to specify the number of seconds to wait for Twitter.  It still defaults to 2 seconds, but you may have to bump it up.  Just remember that when twitter IS down, it will try for that full amount of time to reach them BEFORE your page loads, so don&#8217;t set it too high!</p>
<p>Please discuss this plugin on the <a href="http://xavisys.com/wordpress-twitter-widget/">WordPress Twitter Widget</a> post.<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xavisys.com/twitter-widget-pro-122-released/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>WordPress Google Analytics 1.2.2 Released!</title>
		<link>http://xavisys.com/wordpress-google-analytics-122-released/</link>
		<comments>http://xavisys.com/wordpress-google-analytics-122-released/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 09:50:24 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[WordPress Plugin Updates]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[Wordpress Plugin Update]]></category>

		<guid isPermaLink="false">http://xavisys.com/?p=149</guid>
		<description><![CDATA[I just uploaded version 1.2.2 of my WordPress Google Analytics plugin. It squashes one major bug that has been plaguing some users. Those that switch back and forth from visual to HTML editor, will not longer have problems with it getting stuck! Related Posts: No Related Posts]]></description>
			<content:encoded><![CDATA[<p>I just uploaded version 1.2.2 of my WordPress Google Analytics plugin.  It squashes one major bug that has been plaguing some users.  Those that switch back and forth from visual to HTML editor, will not longer have problems with it getting stuck!</p>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xavisys.com/wordpress-google-analytics-122-released/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WordPress Twitter Widget Pro 1.2.1 released!</title>
		<link>http://xavisys.com/wordpress-twitter-widget-pro-121-released/</link>
		<comments>http://xavisys.com/wordpress-twitter-widget-pro-121-released/#comments</comments>
		<pubDate>Mon, 09 Jun 2008 19:53:11 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[WordPress Plugin Updates]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Wordpress Plugin Update]]></category>

		<guid isPermaLink="false">http://xavisys.com/?p=145</guid>
		<description><![CDATA[I just uploaded version 1.2.1 of my WordPress Twitter Widget Pro plugin. It includes the removal of the &#8220;friends feed&#8221; option, the addition of custom error message setting for when Twitter is down, and optional anonymous statistics collection (more on this in a moment). Unfortunately, the database query that Twitter had to run to retrieve [...]]]></description>
			<content:encoded><![CDATA[<p>I just uploaded version 1.2.1 of my WordPress Twitter Widget Pro plugin.  It includes the removal of the &#8220;friends feed&#8221; option, the addition of custom error message setting for when Twitter is down, and optional anonymous statistics collection (more on this in a moment).  Unfortunately, the database query that Twitter had to run to retrieve these feeds was contributing to their constant crashes.  They have removed this functionality, and have no immediate plans to add it back.  If they ever do, I&#8217;ll redo the plugin to use it.  I&#8217;m sorry, but it&#8217;s completely out of my hands.</p>
<p>Regarding the anonymous statistics collection, as my plugins are getting more and more popular (1000s of users now), I&#8217;m struggling to keep in touch with my plugin users.  Gathering some statistics will help me to design my plugins to meet the needs of the users.  This is not meant as an invasion of privacy, and you can easily disable it from the options page.<br />
<span id="more-145"></span><br />
Here is the data it collects and sends:</p>
<dl>
<dt>Plugin Name</dt>
<dd>I plan to eventually add this to more of my plugins, so this is used for me to tell sort the data by plugin.</dd>
<dt>Unique identifier</dt>
<dd>This is a hash (one way encryption) of the URL and a random number.  This simply helps eliminate duplicate info from being added to the pool of data.</dd>
<dt>Plugin Version</dt>
<dd>Just the version of the plugin.</dd>
<dt>PHP Version</dt>
<dd>Most of my plugins require PHP 5+, but not all of them and I would like to update the ones that don&#8217;t.  I&#8217;m hoping to see how many users are on an old version of PHP.</dd>
<dt>MySQL Version</dt>
<dd>Certain database queries can be vastly optimized on newer versions of MySQL, so this information could be very helpful.</dd>
<dt>Server Software</dt>
<dd>Microsofts IIS can cause a lot of problems for PHP applications, so knowing how many users are using IIS is important.</dd>
<dt>Memory Limit</dt>
<dd>Your web server puts a limit on the amount of memory a script can use.  This plugin should never come close to an average memory limit, but this is a statistic that will be nice to keep in mind as new plugins are developed.</dd>
</dl>
<p>For those that want to know, here is the code that collects the data:</p>
<pre class="brush: php; title: ; notranslate">
$s['plugin'] = 'Twitter Widget Pro';
$s['id'] = $this-&amp;amp;amp;amp;amp;gt;get_id();
$s['version'] = TWP_VERSION;

$s['php_version'] = phpversion();
$s['mysql_version'] = @mysql_get_server_info($wpdb-&amp;amp;amp;amp;amp;gt;dbh);
$s['server_software'] = $_SERVER[&amp;amp;amp;amp;amp;quot;SERVER_SOFTWARE&amp;amp;amp;amp;amp;quot;];
$s['memory_limit'] = ini_get('memory_limit');
</pre>
<p>Please discuss this plugin on the <a href="http://xavisys.com/wordpress-twitter-widget/">WordPress Twitter Widget</a><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xavisys.com/wordpress-twitter-widget-pro-121-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Analytics plugin 1.2.0 released!</title>
		<link>http://xavisys.com/google-analytics-plugin-120-released/</link>
		<comments>http://xavisys.com/google-analytics-plugin-120-released/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 21:31:45 +0000</pubDate>
		<dc:creator>Aaron D. Campbell</dc:creator>
				<category><![CDATA[WordPress Plugin Updates]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[Wordpress Plugin Update]]></category>

		<guid isPermaLink="false">http://xavisys.com/?p=144</guid>
		<description><![CDATA[A quick bugfix on the activation routines that generate the installation ID, released as 1.2.1. I just uploaded version 1.2.0 of my WordPress Google Analytics plugin. It includes some minor bug fixes, and updated options page, and optional anonymous statistics collection. As my plugins are getting more and more popular (1000s of users now), I&#8217;m [...]]]></description>
			<content:encoded><![CDATA[<p class="message">A quick bugfix on the activation routines that generate the installation ID, released as 1.2.1.</p>
<p>I just uploaded version 1.2.0 of my WordPress Google Analytics plugin.  It includes some minor bug fixes, and updated options page, and optional anonymous statistics collection.  As my plugins are getting more and more popular (1000s of users now), I&#8217;m struggling to keep in touch with my plugin users.  Gathering some statistics will help me to design my plugins to meet the needs of the users.  This is not meant as an invasion of privacy, and you can easily disable it from the options page.<br />
<span id="more-144"></span><br />
Here is the data it collects and sends:</p>
<dl>
<dt>Plugin Name</dt>
<dd>I plan to eventually add this to more of my plugins, so this is used for me to tell sort the data by plugin.</dd>
<dt>Unique identifier</dt>
<dd>This is a hash (one way encryption) of the URL and a random number.  This simply helps eliminate duplicate info from being added to the pool of data.</dd>
<dt>Plugin Version</dt>
<dd>Just the version of the plugin.</dd>
<dt>PHP Version</dt>
<dd>Most of my plugins require PHP 5+, this one does not, but I would like to update it.  I&#8217;m hoping to see how many users are on an old version of PHP.</dd>
<dt>MySQL Version</dt>
<dd>Certain database queries can be vastly optimized on newer versions of MySQL, so this information could be very helpful.</dd>
<dt>Server Software</dt>
<dd>Microsofts IIS can cause a lot of problems for PHP applications, so knowing how many users are using IIS is important.</dd>
<dt>Memory Limit</dt>
<dd>Your web server puts a limit on the amount of memory a script can use.  This plugin should never come close to an average memory limit, but this is a statistic that will be nice to keep in mind as new plugins are developed.</dd>
</dl>
<p>For those that want to know, here is the code that collects the data:</p>
<pre class="brush: php; title: ; notranslate">
$s['plugin'] = 'WP Google Analytics';
$s['id'] = wpGoogleAnalytics::get_wgaId();
$s['version'] = WGA_VERSION;

$s['php_version'] = phpversion();
$s['mysql_version'] = @mysql_get_server_info($wpdb-&amp;amp;amp;amp;amp;gt;dbh);
$s['server_software'] = $_SERVER[&amp;amp;amp;amp;amp;quot;SERVER_SOFTWARE&amp;amp;amp;amp;amp;quot;];
$s['memory_limit'] = ini_get('memory_limit');
</pre>
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://xavisys.com/google-analytics-plugin-120-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

