<?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; 2.6</title>
	<atom:link href="http://lesterchan.net/wordpress/tag/26/feed/" rel="self" type="application/rss+xml" />
	<link>http://lesterchan.net/wordpress</link>
	<description>Lester Chan's WordPress Plugins Development Blog</description>
	<lastBuildDate>Tue, 22 May 2012 12:02:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WordPress 2.6.5</title>
		<link>http://lesterchan.net/wordpress/2008/11/26/wordpress-265/</link>
		<comments>http://lesterchan.net/wordpress/2008/11/26/wordpress-265/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 18:23:20 +0000</pubDate>
		<dc:creator>Lester Chan</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=224</guid>
		<description><![CDATA[WordPress 2.6.5 has been released. This release fixes a security problem as well as 3 other minor fixes. he security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. &#8230; <a href="http://lesterchan.net/wordpress/2008/11/26/wordpress-265/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/development/2008/11/wordpress-265/">WordPress 2.6.5</a> has been released. This release fixes a security problem as well as 3 other minor fixes.</p>
<blockquote><p>
he security issue is an XSS exploit discovered by Jeremias Reith that fortunately only affects IP-based virtual servers running on Apache 2.x. If you are interested only in the security fix, copy wp-includes/feed.php and wp-includes/version.php from the 2.6.5 release package.</p>
<p>2.6.5 contains three other small fixes in addition to the XSS fix. The first prevents accidentally saving post meta information to a revision. The second prevents XML-RPC from fetching incorrect post types. The third adds some user ID sanitization during bulk delete requests. For a list of changed files, consult the full changeset between 2.6.3 and 2.6.5.</p>
<p>Note that we are skipping version 2.6.4 and jumping from 2.6.3 to 2.6.5 to avoid confusion with a fake 2.6.4 release that made the rounds. There is not and never will be a version 2.6.4.
</p></blockquote>
<p>5 files have been changed:</p>
<ol>
<li><a href="http://trac.wordpress.org/export/9815/branches/2.6/wp-admin/users.php">/wp-admin/users.php</a></li>
<li><a href="http://trac.wordpress.org/export/9770/branches/2.6/wp-includes/feed.php">/wp-includes/feed.php</a></li>
<li><a href="http://trac.wordpress.org/export/9743/branches/2.6/wp-includes/post.php">/wp-includes/post.php</a></li>
<li><a href="http://trac.wordpress.org/export/9869/branches/2.6/wp-includes/version.php">/wp-includes/version.php</a></li>
<li><a href="http://trac.wordpress.org/export/9747/branches/2.6/xmlrpc.php">xmlrpc.php</a></li>
</ol>
<p>You can just download this 5 files and upload it to your server</p>
]]></content:encoded>
			<wfw:commentRss>http://lesterchan.net/wordpress/2008/11/26/wordpress-265/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6.3</title>
		<link>http://lesterchan.net/wordpress/2008/10/24/wordpress-263/</link>
		<comments>http://lesterchan.net/wordpress/2008/10/24/wordpress-263/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 04:14:32 +0000</pubDate>
		<dc:creator>Lester Chan</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WP-RelativeDate]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=203</guid>
		<description><![CDATA[WordPress 2.6.3 is out, it fixes a Snoopy class vulnerability. A vulnerability in the Snoopy library was announced today. WordPress uses Snoopy to fetch the feeds shown in the Dashboard. Although this seems to be a low risk vulnerability for &#8230; <a href="http://lesterchan.net/wordpress/2008/10/24/wordpress-263/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/development/2008/10/wordpress-263/">WordPress 2.6.3</a> is out, it fixes a Snoopy class vulnerability.</p>
<blockquote><p>
A <a href="http://secunia.com/Advisories/32361/">vulnerability</a> in the <a href="http://sourceforge.net/projects/snoopy/">Snoopy</a> library was announced today. WordPress uses Snoopy to fetch the feeds shown in the Dashboard.   Although this seems to be a low risk vulnerability for WordPress users, we wanted to get an update out immediately.  2.6.3 is available for download right now.  If you don’t want to download the whole release to get the security fix, you can download the following two files and copy them over your 2.6.2 installation.
</p></blockquote>
<p>Replace these 2 files:</p>
<ol>
<li><a href="http://trac.wordpress.org/export/9310/tags/2.6.3/wp-includes/class-snoopy.php">wp-includes/class-snoopy.php</a></li>
<li><a href="http://trac.wordpress.org/export/9310/tags/2.6.3/wp-includes/version.php">wp-includes/version.php</a></li>
</ol>
<p>Download full version:</p>
<ul>
<li><a href="http://wordpress.org/latest.zip">Download WordPress 2.6.3</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://lesterchan.net/wordpress/2008/10/24/wordpress-263/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6.2</title>
		<link>http://lesterchan.net/wordpress/2008/09/09/wordpress-262/</link>
		<comments>http://lesterchan.net/wordpress/2008/09/09/wordpress-262/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 01:49:35 +0000</pubDate>
		<dc:creator>Lester Chan</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=198</guid>
		<description><![CDATA[WordPress 2.6.2 has been released. Stefan Esser recently warned developers of the dangers of SQL Column Truncation and the weakness of mt_rand(). With his help we worked around these problems and are now releasing WordPress 2.6.2. If you allow open &#8230; <a href="http://lesterchan.net/wordpress/2008/09/09/wordpress-262/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/development/2008/09/wordpress-262/">WordPress 2.6.2</a> has been released.</p>
<blockquote><p><a href="http://www.suspekt.org/">Stefan Esser</a> recently warned developers of the dangers of <a href="http://www.suspekt.org/2008/08/18/mysql-and-sql-column-truncation-vulnerabilities/">SQL Column Truncation</a> and the <a href="http://www.suspekt.org/2008/08/17/mt_srand-and-not-so-random-numbers/">weakness of mt_rand()</a>.  With his help we worked around these problems and are now releasing WordPress 2.6.2.  If you allow open registration on your blog, you should definitely upgrade.  With open registration enabled, it is possible in WordPress versions 2.6.1 and earlier to craft a username such that it will allow resetting another user&#8217;s password to a randomly generated password.  The randomly generated password is not disclosed to the attacker, so this problem by itself is annoying but not a security exploit.  However, this attack coupled with a weakness in the random number seeding in mt_rand() could be used to predict the randomly generated password.  Stefan Esser will release details of the complete attack shortly.  The attack is difficult to accomplish,  but its mere possibility means we recommend upgrading to 2.6.2.</p></blockquote>
<p>Here is a <a href="http://trac.wordpress.org/query?status=closed&#038;milestone=2.6.2&#038;resolution=fixed&#038;order=priority">list of bugs fixed</a>:</p>
<ul>
<li>Can&#8217;t control where a user redirects to when they log in</li>
<li>Bug in textpattern import</li>
<li>include mysql version in version check query string</li>
<li>RSS widget shouldn&#8217;t link if there isn&#8217;t a link</li>
<li>get_post_meta fails to unserialize when $single=false</li>
<li>typing error in wp-settings.php</li>
<li>comment_max_links causes confusion when zero</li>
<li>get_posts not working properly</li>
<li>Insert image into post always inserts full size</li>
<li>Filter news on templates cant work</li>
<li>Typo in post revisions</li>
</ul>
<p>Here is a <a href="http://trac.wordpress.org/changeset?old_path=tags%2F2.6.1&#038;old=8849&#038;new_path=tags%2F2.6.2&#038;new=8849">list of changed files</a>:</p>
<ul>
<li>wp-login.php</li>
<li>wp-settings.php</li>
<li>/wp-includes/formatting.php</li>
<li>/wp-includes/pluggable.php</li>
<li>/wp-includes/post.php</li>
<li>/wp-includes/query.php</li>
<li>/wp-includes/version.php</li>
<li>/wp-includes/widgets.php</li>
<li>/wp-admin/css/press-this-ie.css</li>
<li>/wp-admin/import/textpattern.php</li>
<li>/wp-admin/includes/image.php</li>
<li>/wp-admin/includes/template.php</li>
</ul>
<p><a href="http://wordpress.org/latest.zip">Download WordPress 2.6.2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://lesterchan.net/wordpress/2008/09/09/wordpress-262/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6.1</title>
		<link>http://lesterchan.net/wordpress/2008/08/15/wordpress-261/</link>
		<comments>http://lesterchan.net/wordpress/2008/08/15/wordpress-261/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 05:32:58 +0000</pubDate>
		<dc:creator>Lester Chan</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=196</guid>
		<description><![CDATA[WordPress 2.6.1 has been released and it is a very minor release. Not security flaws has been found and hence WordPress 2.6.1 is not a security fix so if you are comfortable with WordPress 2.6 like me, you don&#8217;t have &#8230; <a href="http://lesterchan.net/wordpress/2008/08/15/wordpress-261/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/development/2008/08/wordpress-261/">WordPress 2.6.1</a> has been released and it is a very minor release. Not security flaws has been found and hence WordPress 2.6.1 is not a security fix so if you are comfortable with WordPress 2.6 like me, you don&#8217;t have to upgrade.</p>
<blockquote><p>
2.6.1 offers several improvements for international users.  Styling of the admin for right-to-left languages is much improved thanks to the efforts of the Farsi and Hebrew translation teams, and a mysterious gettext bug caused by certain PHP configurations is now fixed.  For IIS users, 2.6.1 fixes several permalink problems. Image insertion problems in the Press This feature experienced by IE users are also fixed. Of note to everyone is a fix for a performance bug in the admin where those with a lot of plugins would experience slowness on some pages.
</p></blockquote>
<p>I am so looking forward to WordPress 2.7 as lots of features which are available as plugin will be built into the core.</p>
<p><a href="http://wordpress.org/latest.zip">Download WordPress 2.6.1</a></p>
<p><strong>*UPDATE*</strong> I decided to upgrade to stopped the nagging upgrading message to appear.</p>
]]></content:encoded>
			<wfw:commentRss>http://lesterchan.net/wordpress/2008/08/15/wordpress-261/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Lester Chan’s WordPress Plugins July 2008 Update</title>
		<link>http://lesterchan.net/wordpress/2008/07/15/lester-chans-wordpress-plugins-july-2008-update/</link>
		<comments>http://lesterchan.net/wordpress/2008/07/15/lester-chans-wordpress-plugins-july-2008-update/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 14:50:46 +0000</pubDate>
		<dc:creator>Lester Chan</dc:creator>
				<category><![CDATA[WP-Ban]]></category>
		<category><![CDATA[WP-DBManager]]></category>
		<category><![CDATA[WP-DownloadManager]]></category>
		<category><![CDATA[WP-EMail]]></category>
		<category><![CDATA[WP-PageNavi]]></category>
		<category><![CDATA[WP-PluginsUsed]]></category>
		<category><![CDATA[WP-Polls]]></category>
		<category><![CDATA[WP-PostRatings]]></category>
		<category><![CDATA[WP-PostViews]]></category>
		<category><![CDATA[WP-Print]]></category>
		<category><![CDATA[WP-RelativeDate]]></category>
		<category><![CDATA[WP-ServerInfo]]></category>
		<category><![CDATA[WP-Stats]]></category>
		<category><![CDATA[WP-Sticky]]></category>
		<category><![CDATA[WP-UserOnline]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=183</guid>
		<description><![CDATA[Here is my July 2008 WordPress plugins update containing all my 15 WordPress plugins. All of them should work on WordPress 2.5 as well as WordPress 2.6. It is not tested for any version below that. In general, most of &#8230; <a href="http://lesterchan.net/wordpress/2008/07/15/lester-chans-wordpress-plugins-july-2008-update/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><!--digg-->Here is my July 2008 WordPress plugins update containing all my <strong>15</strong> WordPress plugins. All of them should work on WordPress 2.5 as well as WordPress 2.6. It is not tested for any version below that.</p>
<p>In general, most of the updates are bug fixes. These updates in theory should be able to work till WordPress 2.7 when it comes out end of this year.</p>
<p>My new semester will begin on 2nd week August 2008, and hence I will be busy with my school work. So no updates to my plugins will be out till the end of this year unless it is a critical bug or a security issue.</p>
<p><strong>Be sure to read the readme.html and checkout the changelog for more information and most importantly NOTE THE TABS AT THE TOP</strong></p>
<p><strong>WP-Ban 1.31</strong><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/readme/wp-ban.html">Readme/Changelog</a><br />
<strong>&raquo;</strong> <a href="http://downloads.wordpress.org/plugin/wp-ban.1.31.zip">Download Mirror #1</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/others/downloads.php?id=26">Download Mirror #2</a><br />
<strong>&raquo;</strong> <a href="http://forums.lesterchan.net/index.php?board=10.0">Support Forum</a></p>
<p><strong>WP-DBManager 2.31</strong><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/readme/wp-dbmanager.html">Readme/Changelog</a><br />
<strong>&raquo;</strong> <a href="http://downloads.wordpress.org/plugin/wp-dbmanager.2.31.zip">Download Mirror #1</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/others/downloads.php?id=15">Download Mirror #2</a><br />
<strong>&raquo;</strong> <a href="http://forums.lesterchan.net/index.php?board=11.0">Support Forum</a></p>
<p><strong>WP-DownloadManager 1.31</strong><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/readme/wp-downloadmanager.html">Readme/Changelog</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/downloads/">Demo</a><br />
<strong>&raquo;</strong> <a href="http://downloads.wordpress.org/plugin/wp-downloadmanager.1.31.zip">Download Mirror #1</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/others/downloads.php?id=29">Download Mirror #2</a><br />
<strong>&raquo;</strong> <a href="http://forums.lesterchan.net/index.php?board=12.0">Support Forum</a></p>
<p><strong>WP-EMail 2.31</strong><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/readme/wp-email.html">Readme/Changelog</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/2006/07/05/donations/email/">Demo</a><br />
<strong>&raquo;</strong> <a href="http://downloads.wordpress.org/plugin/wp-email.2.31.zip">Download Mirror #1</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/others/downloads.php?id=13">Download Mirror #2</a><br />
<strong>&raquo;</strong> <a href="http://forums.lesterchan.net/index.php?board=13.0">Support Forum</a></p>
<p><strong>WP-PageNavi 2.31</strong><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/readme/wp-pagenavi.html">Readme/Changelog</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/">Demo</a><br />
<strong>&raquo;</strong> <a href="http://downloads.wordpress.org/plugin/wp-pagenavi.2.31.zip">Download Mirror #1</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/others/downloads.php?id=11">Download Mirror #2</a><br />
<strong>&raquo;</strong> <a href="http://forums.lesterchan.net/index.php?board=14.0">Support Forum</a></p>
<p><strong>WP-PluginsUsed 1.31</strong><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/readme/wp-pluginsused.html">Readme/Changelog</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/plugins-used/">Demo</a><br />
<strong>&raquo;</strong> <a href="http://downloads.wordpress.org/plugin/wp-pluginsused.1.31.zip">Download Mirror #1</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/others/downloads.php?id=30">Download Mirror #2</a><br />
<strong>&raquo;</strong> <a href="http://forums.lesterchan.net/index.php?board=29.0">Support Forum</a></p>
<p><strong>WP-Polls 2.31</strong><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/readme/wp-polls.html">Readme/Changelog</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/">Demo</a><br />
<strong>&raquo;</strong> <a href="http://downloads.wordpress.org/plugin/wp-polls.2.31.zip">Download Mirror #1</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/others/downloads.php?id=10">Download Mirror #2</a><br />
<strong>&raquo;</strong> <a href="http://forums.lesterchan.net/index.php?board=15.0">Support Forum</a></p>
<p><strong>WP-PostRatings 1.31</strong><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/readme/wp-postratings.html">Readme/Changelog</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/">Demo</a><br />
<strong>&raquo;</strong> <a href="http://downloads.wordpress.org/plugin/wp-postratings.1.31.zip">Download Mirror #1</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/others/downloads.php?id=20">Download Mirror #2</a><br />
<strong>&raquo;</strong> <a href="http://forums.lesterchan.net/index.php?board=17.0">Support Forum</a></p>
<p><strong>WP-PostViews 1.31</strong><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/readme/wp-postviews.html">Readme/Changelog</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/">Demo</a><br />
<strong>&raquo;</strong> <a href="http://downloads.wordpress.org/plugin/wp-postviews.1.31.zip">Download Mirror #1</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/others/downloads.php?id=19">Download Mirror #2</a><br />
<strong>&raquo;</strong> <a href="http://forums.lesterchan.net/index.php?board=16.0">Support Forum</a></p>
<p><strong>WP-Print 2.31</strong><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/readme/wp-print.html">Readme/Changelog</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/2006/07/05/donations/print/">Demo</a><br />
<strong>&raquo;</strong> <a href="http://downloads.wordpress.org/plugin/wp-print.2.31.zip">Download Mirror #1</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/others/downloads.php?id=12">Download Mirror #2</a><br />
<strong>&raquo;</strong> <a href="http://forums.lesterchan.net/index.php?board=18.0">Support Forum</a></p>
<p><strong>WP-RelativeDate 1.31</strong><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/readme/wp-relativedate.html">Readme/Changelog</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/">Demo</a><br />
<strong>&raquo;</strong> <a href="http://downloads.wordpress.org/plugin/wp-relativedate.1.31.zip">Download Mirror #1</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/others/downloads.php?id=21">Download Mirror #2</a><br />
<strong>&raquo;</strong> <a href="http://forums.lesterchan.net/index.php?board=19.0">Support Forum</a></p>
<p><strong>WP-ServerInfo 1.31</strong><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/readme/wp-serverinfo.html">Readme/Changelog</a><br />
<strong>&raquo;</strong> <a href="http://downloads.wordpress.org/plugin/wp-serverinfo.1.31.zip">Download Mirror #1</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/others/downloads.php?id=27">Download Mirror #2</a><br />
<strong>&raquo;</strong> <a href="http://forums.lesterchan.net/index.php?board=25.0">Support Forum</a></p>
<p><strong>WP-Sticky 1.31</strong><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/readme/wp-sticky.html">Readme/Changelog</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/">Demo</a><br />
<strong>&raquo;</strong> <a href="http://downloads.wordpress.org/plugin/wp-sticky.1.31.zip">Download Mirror #1</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/others/downloads.php?id=28">Download Mirror #2</a><br />
<strong>&raquo;</strong> <a href="http://forums.lesterchan.net/index.php?board=26.0">Support Forum</a></p>
<p><strong>WP-Stats 2.31</strong><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/readme/wp-stats.html">Readme/Changelog</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/stats/">Demo</a><br />
<strong>&raquo;</strong> <a href="http://downloads.wordpress.org/plugin/wp-stats.2.31.zip">Download Mirror #1</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/others/downloads.php?id=8">Download Mirror #2</a><br />
<strong>&raquo;</strong> <a href="http://forums.lesterchan.net/index.php?board=20.0">Support Forum</a></p>
<p><strong>WP-Useronline 2.31</strong><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/readme/wp-useronline.html">Readme/Changelog</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/wordpress/useronline/">Demo</a><br />
<strong>&raquo;</strong> <a href="http://downloads.wordpress.org/plugin/wp-useronline.2.31.zip">Download Mirror #1</a><br />
<strong>&raquo;</strong> <a href="http://lesterchan.net/others/downloads.php?id=14">Download Mirror #2</a><br />
<strong>&raquo;</strong> <a href="http://forums.lesterchan.net/index.php?board=21.0">Support Forum</a></p>
<p>If you like or love my plugins a lot, do consider making a donation to me. My Paypal email address is <strong>lesterchan AT gmail DOT com</strong>. Thank you =D</p>
]]></content:encoded>
			<wfw:commentRss>http://lesterchan.net/wordpress/2008/07/15/lester-chans-wordpress-plugins-july-2008-update/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Updated To WordPress 2.6</title>
		<link>http://lesterchan.net/wordpress/2008/07/15/updated-to-wordpress-26/</link>
		<comments>http://lesterchan.net/wordpress/2008/07/15/updated-to-wordpress-26/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 06:49:15 +0000</pubDate>
		<dc:creator>Lester Chan</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[2.6]]></category>

		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=180</guid>
		<description><![CDATA[I have updated this site to WordPress 2.6 along with the latest versions of my plugins. Do report any bug you find =) I will release all my plugins updates tomorrow.]]></description>
			<content:encoded><![CDATA[<p>I have updated this site to WordPress 2.6 along with the latest versions of my plugins. Do report any bug you find =)</p>
<p>I will release all my plugins updates tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://lesterchan.net/wordpress/2008/07/15/updated-to-wordpress-26/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6 Release</title>
		<link>http://lesterchan.net/wordpress/2008/07/15/wordpress-26-release/</link>
		<comments>http://lesterchan.net/wordpress/2008/07/15/wordpress-26-release/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 06:16:55 +0000</pubDate>
		<dc:creator>Lester Chan</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=179</guid>
		<description><![CDATA[http://wordpress.org/development/2008/07/wordpress-26-tyner/trackback/ <a href="http://lesterchan.net/wordpress/2008/07/15/wordpress-26-release/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://wordpress.org/development/2008/07/wordpress-26-tyner/">WordPress 2.6</a> has been released.</p>
<p>Here are some new features of WordPress 2.6:</p>
<ul>
<li>Post Revisions: Wiki-like tracking of edits</li>
<li>Press This!: Post from wherever you are on the web</li>
<li>Shift Gears: Turbo-speed your blogging</li>
<li>Theme Previews: See it before your audience does</li>
<li>Word count</li>
<li>Image captions under your image</li>
<li>Bulk management of plugins</li>
<li>A completely revamped image control to allow for easier inserting, floating, and resizing. It’s now fully integrated with the WYSIWYG</li>
<li>Drag-and-drop reordering of Galleries</li>
<li>Plugin update notification bubble</li>
<li>Customizable default avatars</li>
<li>You can now upload media when in full-screen mode</li>
<li>Remote publishing via XML-RPC and APP is now secure (off) by default</li>
<li>Full SSL support in the core, and the ability to force SSL for security</li>
<li>You can now have many thousands of pages or categories with no interface issues</li>
<li>Ability to move your wp-config file and wp-content directories to a custom location, for “clean” SVN checkouts</li>
<li>Select a range of checkboxes with &#8220;shift-click.&#8221;</li>
<li>You can toggle between the Flash uploader and the classic one</li>
<li>A number of proactive security enhancements, including cookies and database interactions</li>
<li>Stronger better faster versions of TinyMCE, jQuery, and jQuery UI</li>
</ul>
<p>2.6 is pretty much identical to 2.5 from a plugin and theme compatibility point of view, so upgrades from 2.5 should be pretty painless. <strong>The 2.5 branch will no longer be maintain so everyone is encouraged to upgrade</strong>.</p>
<p><strong>&raquo;</strong> <a href="http://wordpress.org/latest.zip">Download WordPress 2.6</a></p>
<p>PS: The current version of my plugins should work well with WordPress 2.6 except WP-DownloadManager. Nevertheless, I will release updates to all of them tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://lesterchan.net/wordpress/2008/07/15/wordpress-26-release/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beta Version Of My Plugins Updated To WordPress 2.6</title>
		<link>http://lesterchan.net/wordpress/2008/07/03/beta-version-of-my-plugins-updated-to-wordpress-26/</link>
		<comments>http://lesterchan.net/wordpress/2008/07/03/beta-version-of-my-plugins-updated-to-wordpress-26/#comments</comments>
		<pubDate>Thu, 03 Jul 2008 08:39:00 +0000</pubDate>
		<dc:creator>Lester Chan</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Site]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[beta]]></category>

		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=176</guid>
		<description><![CDATA[Whenever WordPress releases a .1 update and it is during my school holidays (May to August) or (December to January). I am always able to get all my plugins compatible with it before it is actually released and have some &#8230; <a href="http://lesterchan.net/wordpress/2008/07/03/beta-version-of-my-plugins-updated-to-wordpress-26/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Whenever WordPress releases a .1 update and it is during my school holidays (May to August) or (December to January). I am always able to get all my plugins compatible with it before it is actually released and have some buffer for testing.</p>
<p>I had spent the whole night yesterday making my plugins work wells with WordPress 2.6 and perhaps even WordPress 2.7 while maintaining the backward compatibility with WordPress 2.5.</p>
<p>All my 15 plugins are available at the <a href="http://lesterchan.net/wordpress/downloads/">Downloads Page</a> under Beta Scripts. It used to be 16 plugins, but I stopped developing WP-Wap and hence it became 15.</p>
<p>Do help me test it out either on WordPress 2.5 or WordPress 2.6 Beta. They should work just fine for both versions.</p>
<p>This site is running all 15 of them and it is based on WordPress 2.5. If you found any of my plugins that are not working well on this site, do let me know as well. I will update this site to WordPress 2.6 when RC1 comes out.</p>
<p>If everything goes fine, I will release the updates 2 days after WordPress 2.6 is being released.</p>
<p>PS: My mom always nag at me to get a job especially during my 3 months (summer holidays) from May to August. But I told her by developing plugins, I can get donations as well. If you really like my plugins and appreciate my effort that I have put into it, do drop me a donation. My Paypal email is <strong>lesterchan AT gmail DOT com</strong>. Thank You =)</p>
]]></content:encoded>
			<wfw:commentRss>http://lesterchan.net/wordpress/2008/07/03/beta-version-of-my-plugins-updated-to-wordpress-26/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>My Plugins With WordPress 2.6 Part 2</title>
		<link>http://lesterchan.net/wordpress/2008/07/02/my-plugins-with-wordpress-26-part-2/</link>
		<comments>http://lesterchan.net/wordpress/2008/07/02/my-plugins-with-wordpress-26-part-2/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 10:46:45 +0000</pubDate>
		<dc:creator>Lester Chan</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[beta]]></category>

		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=175</guid>
		<description><![CDATA[My good friend Ozh has written an article entitled, What Plugin Coders Must Know About WordPress 2.6. It is a good read if you are a plugin developer for WordPress. Both of us have came to a conclusion that if &#8230; <a href="http://lesterchan.net/wordpress/2008/07/02/my-plugins-with-wordpress-26-part-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>My good friend <a href="http://planetozh.com">Ozh</a> has written an article entitled, <a href="http://planetozh.com/blog/2008/07/what-plugin-coders-must-know-about-wordpress-26/#comment-58617">What Plugin Coders Must Know About WordPress 2.6</a>. It is a good read if you are a plugin developer for WordPress.</p>
<p>Both of us have came to a conclusion that if you move your /wp-content/ folder to elsewhere, you may need to manually specify the path to wp-config.php in the respective plugins that make use of them as there is no 100% way of guessing the path to wp-config.php.</p>
<p>So my recommendation is <strong>DO NOT MOVE</strong> the /wp-content/ folder. It is OK to move wp-config.php to a level higher, but try not to touch /wp-content/.</p>
<p>With regards to my plugins, I will release a .01 update bringing the version to 1.31 and 2.31 for the respective plugins. This update will make sure that the plugin will work for <strong>BOTH</strong> WordPress 2.5 and WordPress 2.6. That is right, I will maintain backward compatibility with WordPress 2.5 for the next update as WordPress 2.6 is just a minor release.</p>
<p>When WordPress 2.7 comes out in November 2008, I will bump all the versions to 1.40 and 2.40 respectively <span style="text-decoration: line-through;">and I will remove the backward compatibility feature to WordPress 2.5</span>.</p>
]]></content:encoded>
			<wfw:commentRss>http://lesterchan.net/wordpress/2008/07/02/my-plugins-with-wordpress-26-part-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My Plugins With WordPress 2.6 Beta</title>
		<link>http://lesterchan.net/wordpress/2008/06/25/my-plugins-with-wordpress-26-beta/</link>
		<comments>http://lesterchan.net/wordpress/2008/06/25/my-plugins-with-wordpress-26-beta/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 19:03:21 +0000</pubDate>
		<dc:creator>Lester Chan</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[beta]]></category>

		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=173</guid>
		<description><![CDATA[I have downloaded WordPress 2.6 Beta 1 and installed it. Not much difference from WordPress 2.5 in terms of the layout. Now on the extreme top menu on the extreme right, there is a link called &#8220;Speed up!&#8221; which links &#8230; <a href="http://lesterchan.net/wordpress/2008/06/25/my-plugins-with-wordpress-26-beta/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have downloaded <a href="http://wordpress.org/wordpress-2.6-beta1.zip">WordPress 2.6 Beta 1</a> and installed it. Not much difference from WordPress 2.5 in terms of the layout. </p>
<p>Now on the extreme top menu on the extreme right, there is a link called &#8220;Speed up!&#8221; which links to <a href="http://gears.google.com">Google Gears</a>.</p>
<p>In the Dashboard, right under &#8220;Right Now&#8221;, there is a comment break down added to it. Here is an example: &#8220;You have 1 post, 1 page, contained within 1 category and 0 tags. Current comment break down: 1 total, 1 approved, 0 spam and 0 awaiting moderation.&#8221;</p>
<p>When you write a page or post, underneath the &#8220;Save&#8221; and &#8220;Published&#8221; button, there is a word count indicator.</p>
<p>The display of themes under &#8220;Available Themes&#8221; has also changed a little.</p>
<p>Now back to serious business.</p>
<p>I am still deciding whether or not to maintain WordPress 2.5 compatibility for the next wave of updates for my plugins as WordPress 2.6 introduces a lot of constants like &#8220;WP_PLUGIN_URL&#8221;, &#8220;WP_PLUGIN_DIR&#8221;<br />
&#8220;WP_CONTENT_DIR&#8221;, &#8220;WP_CONTENT_URL&#8221;, etc.</p>
<p>2 potential issues that would break my plugin in WordPress 2.6 and I will be unable to fix it unless I find another way to do the AJAX, &#8220;<a href="http://trac.wordpress.org/ticket/6933">Allow wp-config.php to exist one level up from WordPress root directory</a>&#8221;<br />
 and &#8220;<a href="http://trac.wordpress.org/ticket/6938">Allow wp-content directory to exist in a custom location (not relative to ABSPATH)</a>&#8220;.</p>
<p>Argh! WordPress 2.5 has the shortest development cycle!</p>
]]></content:encoded>
			<wfw:commentRss>http://lesterchan.net/wordpress/2008/06/25/my-plugins-with-wordpress-26-beta/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6 Beta 1</title>
		<link>http://lesterchan.net/wordpress/2008/06/24/wordpress-26-beta-1/</link>
		<comments>http://lesterchan.net/wordpress/2008/06/24/wordpress-26-beta-1/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 06:56:43 +0000</pubDate>
		<dc:creator>Lester Chan</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[beta]]></category>

		<guid isPermaLink="false">http://lesterchan.net/wordpress/?p=172</guid>
		<description><![CDATA[Ryan has announced the availability of WordPress 2.6 Beta 1. The final release of WordPress 2.6 should happen between 7th July 2008 to 14th July 2008 according to WordPress Trac&#8217;s Roadmap. WordPress 2.6 is not a big release compared to &#8230; <a href="http://lesterchan.net/wordpress/2008/06/24/wordpress-26-beta-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://boren.nu/">Ryan</a> has announced the availability of <a href="http://boren.nu/archives/2008/06/23/wordpress-26-beta-1/">WordPress 2.6 Beta 1</a>. The final release of WordPress 2.6 should happen between 7th July 2008 to 14th July 2008 according to <a href="http://trac.wordpress.org/roadmap">WordPress Trac&#8217;s Roadmap</a>.</p>
<p>WordPress 2.6 is not a big release compared to WordPress 2.5, but hopefully it will not break any plugins as I just updated my plugins for WordPress 2.5.</p>
<p>I still think that WordPress should slow down their pace of development if not it will be hard for plugin authors to keep up with it as everytime a major version of WordPress comes out, plugins always breaks.</p>
<p>Here are the features of WordPress 2.6:</p>
<ul>
<li>Post Revisioning</li>
<li>A “Press This” bookmarklet for tumblelog style quick posting</li>
<li>Caching of static files with Gears for faster Admin page loads</li>
<li>A new and improved image editing dialog that offers lots of control over the images in your posts</li>
<li>Theme previewing as seen on WordPress.com</li>
<li>Built-in word counting in the post editor</li>
<li>The ability to disable remote publishing for the security conscious</li>
<li>XML-RPC API for changing blog options</li>
<li>Better SSL support for the Admin</li>
<li>Hierarchy-aware paging in the Manage Pages and Manage Categories admin pages.</li>
<li>The ability to relocate your content directory</li>
<li>The ability to move wp-config.php out of your web root</li>
<li>Drag-and-drop sortable galleries</li>
<li>Customizable default avatars</li>
<li>Bulk delete, activate, and deactivate for plugins</li>
<li>Check box range selection with shift-click</li>
<li>TinyMCE 3.1.0.1 with lots of bug fixes</li>
<li>jQuery 1.2.6 with some nice performance improvements</li>
<li>jQuery UI 1.5</li>
<li>Lots of bug fixes and performance improvements</li>
</ul>
<p>Finally the feature of activating/deactivating plugins in bulk is here!</p>
]]></content:encoded>
			<wfw:commentRss>http://lesterchan.net/wordpress/2008/06/24/wordpress-26-beta-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

