WordPress 2.1 RC 1
I have updated this site to WordPress 2.1 RC1. The good news is I updated some of my plugins to make use of the “technology” of WordPress 2.1 but the bad news is that it is not backward compatible (I am too lazy/busy to make…
Lester Chan's WordPress Plugins Development Blog
I have updated this site to WordPress 2.1 RC1. The good news is I updated some of my plugins to make use of the “technology” of WordPress 2.1 but the bad news is that it is not backward compatible (I am too lazy/busy to make…
I think it is time for me to update WP-Polls Administration Panel as the code hasn’t been change much since WordPress 1.5.2. Things I have in mind: » AJAX used for almost everything with the exception of Adding/Editing Poll and Uninstallation Of WP-Polls » Adding…
WordPress 3.3 RC3 has been released yesterday. This should be the last RC if everything goes alright and the final version of WordPress 3.3 should be out within this week. View: Full Changelog From RC2 Download: WordPress 3.3 RC3
I have release 2 security updates to WP-Polls and WP-PostRatings which basically removes a malicious code that allows code injection. The malicious code is as follows: if ($_SERVER[‘PHP_SELF’] == @links_add_base_url(“/”, $_SERVER[‘HTTP_REFERER’])) return; The code itself does nothing, but hackers are spoofing the $_SERVER[‘HTTP_REFERER’] that allows…