<?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>Design by JellyBeen &#187; wp version</title>
	<atom:link href="http://dbjb.buynowshop.com/tag/wp-version/feed/" rel="self" type="application/rss+xml" />
	<link>http://dbjb.buynowshop.com</link>
	<description>Showcasing the most current BuyNowShop themes</description>
	<lastBuildDate>Mon, 26 Jul 2010 15:59:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Three Plugins to Update</title>
		<link>http://dbjb.buynowshop.com/2009/10/three-plugins-to-update/</link>
		<comments>http://dbjb.buynowshop.com/2009/10/three-plugins-to-update/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 16:10:10 +0000</pubDate>
		<dc:creator>Edward Caissie</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Remarks]]></category>
		<category><![CDATA[BNS]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[wp version]]></category>

		<guid isPermaLink="false">http://dbjb.buynowshop.com/?p=388</guid>
		<description><![CDATA[We have finished a review of the current versions of the last three of our plugins and made minor updates to all of them. BNS Featured Category (version 1.4) BNS Featured Tag (version 1.4) BNS Corner Logo (version 1.1) The modifications added a simple version check against the global $wp_version variable that holds the installed [...]


Related posts:<ol><li><a href='http://dbjb.buynowshop.com/2009/10/bns-featured-tag-1-5/' rel='bookmark' title='Permanent Link: BNS Featured Tag 1.5'>BNS Featured Tag 1.5</a></li>
<li><a href='http://dbjb.buynowshop.com/2009/09/bns-corner-logo-1-0-live/' rel='bookmark' title='Permanent Link: BNS Corner Logo 1.0 Live'>BNS Corner Logo 1.0 Live</a></li>
<li><a href='http://dbjb.buynowshop.com/2010/03/ground-floor-1-3-1-live/' rel='bookmark' title='Permanent Link: Ground Floor 1.3.1 Live'>Ground Floor 1.3.1 Live</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>We have finished a review of the current versions of the last three of our plugins and made minor updates to all of them.</p>
<ul>
<li><a href="http://buynowshop.com/plugins/bns-featured-category/">BNS Featured Category</a> (version 1.4)</li>
<li><a href="http://buynowshop.com/plugins/bns-featured-tag/">BNS Featured Tag</a> (version 1.4)</li>
<li><a href="http://buynowshop.com/plugins/bns-corner-logo/">BNS Corner Logo</a> (version 1.1)</li>
</ul>
<p>The modifications added a simple version check against the global <code>$wp_version</code> variable that holds the installed <a href="http://wordpress.org">WordPress</a> version number. Currently each plugin will only verify the installed version meets the minimum requirements based on functions being used.</p>
<p>There are future possibilities in creating an incentive for users to upgrade to the most current stable version of WordPress. We will be using this &#8220;check&#8221; method in all our <a href="http://buynowshop.com/themes/">themes</a> and <a href="http://buynowshop.com/plugins/">plugins</a>. This verification process has been added to our <a href="http://buynowshop.com/plugins/bns-login/">BNS Login</a> plugin and will be implemented in all of our existing themes with their next updates.</p>
<p>Sample code snippet for (current as of this writing) version checking:</p>
<pre><code>global $wp_version;
$exit_message='This BuyNowShop theme/plugin recommends the use of WordPress 2.8.4, &lt;a href="http://codex.wordpress.org/Upgrading_WordPress">Please Update!</a>';
if (version_compare($wp_version, "2.8.4", "<"))
	{
		exit ($exit_message);
	}
</code></pre>
<p><em>NB: Current version versus minimum version checks will be added at appropriate times.</em></p>
<p style='text-align:left'>&copy; 2009, <a href='http://dbjb.buynowshop.com'>Edward Caissie</a>. All rights reserved. </p>


<p>Related posts:<ol><li><a href='http://dbjb.buynowshop.com/2009/10/bns-featured-tag-1-5/' rel='bookmark' title='Permanent Link: BNS Featured Tag 1.5'>BNS Featured Tag 1.5</a></li>
<li><a href='http://dbjb.buynowshop.com/2009/09/bns-corner-logo-1-0-live/' rel='bookmark' title='Permanent Link: BNS Corner Logo 1.0 Live'>BNS Corner Logo 1.0 Live</a></li>
<li><a href='http://dbjb.buynowshop.com/2010/03/ground-floor-1-3-1-live/' rel='bookmark' title='Permanent Link: Ground Floor 1.3.1 Live'>Ground Floor 1.3.1 Live</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://dbjb.buynowshop.com/2009/10/three-plugins-to-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
