<?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>Lester Chan's WordPress Plugins &#187; compatibility</title>
	<atom:link href="http://lesterchan.net/wordpress/tag/compatibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://lesterchan.net/wordpress</link>
	<description>Lester Chan's WordPress Plugins Development Blog</description>
	<lastBuildDate>Sat, 07 Jan 2012 03:01:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>My Plugins Compatibility With WordPress 2.5</title>
		<link>http://lesterchan.net/wordpress/2008/03/30/my-plugins-compatibility-with-wordpress-25/</link>
		<comments>http://lesterchan.net/wordpress/2008/03/30/my-plugins-compatibility-with-wordpress-25/#comments</comments>
		<pubDate>Sun, 30 Mar 2008 05:26:04 +0000</pubDate>
		<dc:creator>Lester Chan</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[2.5]]></category>
		<category><![CDATA[compatibility]]></category>

		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=163</guid>
		<description><![CDATA[Below is a list of my plugins in development that WILL work with WordPress 2.5. The reason why I consolidated it here is because the current version of the listed plugins does not work properly with WordPress 2.5. For the &#8230; <a href="http://lesterchan.net/wordpress/2008/03/30/my-plugins-compatibility-with-wordpress-25/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Below is a list of my plugins in development that <strong>WILL</strong> work with WordPress 2.5. The reason why I consolidated it here is because the current version of the listed plugins does not work properly with WordPress 2.5.</p>
Note: There is a file embedded within this post, please visit this post to download the file.
<p>For the remaining plugins, see also <a href="http://lesterchan.net/wordpress/2008/05/13/lester-chans-wordpress-plugins-june-2008-update-wave-1/">Lester Chan’s WordPress Plugins June 2008 Update (Wave 1)</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lesterchan.net/wordpress/2008/03/30/my-plugins-compatibility-with-wordpress-25/feed/</wfw:commentRss>
		<slash:comments>113</slash:comments>
		</item>
		<item>
		<title>Gengo Compatibility</title>
		<link>http://lesterchan.net/wordpress/2007/09/19/gengo-compatibility/</link>
		<comments>http://lesterchan.net/wordpress/2007/09/19/gengo-compatibility/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 16:42:27 +0000</pubDate>
		<dc:creator>Lester Chan</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[compatibility]]></category>
		<category><![CDATA[gengo]]></category>

		<guid isPermaLink="false">http://lesterchan.net/wordpress/2007/09/19/gengo-compatibility/</guid>
		<description><![CDATA[&#8220;Plugins must call load_plugin_textdomain inside a function that runs on the ‘init’ hook, or at the earliest, the ‘plugins_loaded’ hook.&#8221; That is what being stated in Genko Compatibility Page. I have since updated all my plugins to solve that compatibility &#8230; <a href="http://lesterchan.net/wordpress/2007/09/19/gengo-compatibility/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>&#8220;Plugins must call load_plugin_textdomain inside a function that runs on the ‘init’ hook, or at the earliest, the ‘plugins_loaded’ hook.&#8221; That is what being stated in <a href="http://wp-multilingual.net/download-gengo/compatibility/en/">Genko Compatibility Page</a>. I have since updated <a href="http://dev.wp-plugins.org/search?q=Move+load_plugin_textdomain+to+init&#038;noquickjump=1&#038;changeset=on">all my plugins</a> to solve that compatibility issue. Hopefully it will not break anything.</p>
]]></content:encoded>
			<wfw:commentRss>http://lesterchan.net/wordpress/2007/09/19/gengo-compatibility/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP-Print And WP-EMail On WP 2.3</title>
		<link>http://lesterchan.net/wordpress/2007/09/07/wp-print-and-wp-email-on-wp-23/</link>
		<comments>http://lesterchan.net/wordpress/2007/09/07/wp-print-and-wp-email-on-wp-23/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 09:26:02 +0000</pubDate>
		<dc:creator>Lester Chan</dc:creator>
				<category><![CDATA[WP-EMail]]></category>
		<category><![CDATA[WP-Print]]></category>
		<category><![CDATA[2.3]]></category>
		<category><![CDATA[compatibility]]></category>

		<guid isPermaLink="false">http://lesterchan.net/wordpress/2007/09/07/wp-print-and-wp-email-on-wp-23/</guid>
		<description><![CDATA[Someone reported to me that WP-Email is not working on this site, and after some checking, I also found out that WP-Print is also not working due to the extra / that WordPress generates for wp-print and wp-email permalink structure &#8230; <a href="http://lesterchan.net/wordpress/2007/09/07/wp-print-and-wp-email-on-wp-23/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Someone reported to me that WP-Email is not working on this site, and after some checking, I also found out that WP-Print is also not working due to the extra / that WordPress generates for wp-print and wp-email permalink structure in WP 2.3.</p>
<p>WP-EMail has another problem which took me 4 hours just go pin-point it. Apparently when it includes wp-email.php and in wp-email.php there is a add_filter(&#8216;the_title&#8217;) which hooks onto the title filter. For some reasons, the core WordPress function get_the_title() is casing the server to throw an error. In order to bypass it I have to create a new function to emulate something like  the get_the_title() function.</p>
<p>I have since fixed all the bugs that I mentioned above and now WP-Print and WP-EMail will only work for WP2.3 and nothing below it. Sorry for any inconvenience caused.</p>
]]></content:encoded>
			<wfw:commentRss>http://lesterchan.net/wordpress/2007/09/07/wp-print-and-wp-email-on-wp-23/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Plugins Compatible With WP 2.3</title>
		<link>http://lesterchan.net/wordpress/2007/08/29/plugins-compatible-with-wp-23/</link>
		<comments>http://lesterchan.net/wordpress/2007/08/29/plugins-compatible-with-wp-23/#comments</comments>
		<pubDate>Tue, 28 Aug 2007 17:56:08 +0000</pubDate>
		<dc:creator>Lester Chan</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[2.3]]></category>
		<category><![CDATA[compatibility]]></category>

		<guid isPermaLink="false">http://lesterchan.net/wordpress/2007/08/29/plugins-compatible-with-wp-23/</guid>
		<description><![CDATA[I have updated this site to WordPress 2.3 Beta 1 as well as ALL my plugins to be compatible with WordPress 2.3. All the plugins are running live on this site. If you find any bugs, kindly do let me &#8230; <a href="http://lesterchan.net/wordpress/2007/08/29/plugins-compatible-with-wp-23/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have updated this site to WordPress 2.3 Beta 1 as well as ALL my plugins to be compatible with WordPress 2.3. All the plugins are running live on this site. If you find any bugs, kindly do let me know by posting it in the <a href="http://forums.lesterchan.net">forum</a>.</p>
<p>I will be releasing the updated plugins (except WP-WAP and WP-ServerInfo) after WordPress 2.3 is officially released.</p>
<p>After doing some reviewing, most of my plugins will be able to work on WP 2.1 and above (including WP 2.3) <strong>except</strong> for WP-Stats 2.20 where you need to have at least WP 2.3.</p>
<p>All the plugins version listed below is the upcoming version and NOT the current version (except for WP-Stats 2.11).</p>
<p><strong>Plugins that will work for 2.1.x and above (including WP 2.3)</strong></p>
<ul>
<li>WP-Ban 1.20</li>
<li>WP-DBManager 2.20</li>
<li>WP-PageNavi 2.20</li>
<li>WP-PluginsUsed 1.00</li>
<li>WP-RelativeDate 1.20</li>
<li>WP-ServerInfo 1.00</li>
<li>WP-WP-WAP 2.10</li>
</ul>
<p><strong>Plugins that will work for 2.1.x and above (including WP 2.3) <sup>1</sup> BUT will break WP-Stats 2.11</strong></p>
<ul>
<li>WP-DownloadManager 1.00</li>
<li>WP-Polls 2.21</li>
<li>WP-PostRatings 1.20</li>
<li>WP-PostViews 1.20</li>
<li>WP-Sticky 1.10</li>
<li>WP-Useronline 2.20</li>
</ul>
<p><sup>1</sup> As the whole structure of WP-Stats had changed, any plugin version prior to the individual version stated above will break WP-Stats 2.11. The only solution to this, is to upgrade WordPress to 2.3, WP-Stats to 2.20 and the respective plugins to the version stated above. If you are not using WP-Stats, you can just ignore this.</p>
<p><strong>Plugins that will work for 2.3 Only</strong></p>
<ul>
<li>WP-EMail 2.20</li>
<li>WP-Print 2.20</li>
<li>WP-Stats 2.20</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://lesterchan.net/wordpress/2007/08/29/plugins-compatible-with-wp-23/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Database Caching 1/21 queries in 0.016 seconds using memcached
Object Caching 418/457 objects using xcache
Content Delivery Network via cdn.lesterchan.net

Served from: lesterchan.net @ 2012-02-12 08:54:59 -->
