WordPress 3.1 is finally out! With regards to my plugins compatibility with WordPress 3.1, I have not had the chance to test it it. I will be doing it soon =) The long-awaited fourteenth release of WordPress is now available. WordPress 3.1 “Django” is named…
WP-PostViews 1.60 is released which fixes form submit issues on WPMU installation, and now there is a “Views” column on the Edit Posts page. Of course similar to WP-Polls and WP-PostRatings, I have updated readme.txt to be a proper readme now. Download: WP-PostViews 1.60
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…
I have released WP-PostRatings 1.61 which fixes a code injection via “HTTP Referrer” and affects users who are on WP-PostRatings 1.50 only. This is the same code injection fixed for WP-Polls few days back. I have checked the rest of my plugins to ensure that…
I have released WP-Polls 2.61 which fixes a code injection via “HTTP Referrer” and affects users who are on WP-Polls 2.60 only. I also took this chance to port the readme.html to the proper readme.txt which WordPress.org is using and now you can see all…