I would like to introduce you to a new WordPress plugin that I wrote (or rewrote), it is called WP-DraftsForFriends. The last time I wrote a plugin was almost 3 years ago which was the WP-ShowHide! The plugin is on GitHub as well, github.com/lesterchan/wp-draftsforfriends. This…
I have moved the remaining WordPress plugins repository to Github and thanks to scribu’s script, I can deploy from Github back to WordPress Plugins SVN Repo. Also thanks to scribu for taking the lead with WP-PageNavi and WP-UserOnline previously =) Feel free to submit pull…
About 2 weeks ago, I release an update to r WP-Email, WP-Polls, WP-PostRatings and WP-PostViews which added some nonce check and moved the AJAX request to be handled by /wp-admin/admin-ajax.php. 3 common issues that users are facing. “-1” or “Failed To Verify Referrer” This means…
I have updated the following plugins: WP-Polls 2.63 WP-PostRatings 1.63 WP-PostViews 1.61 WP-Email 2.60 Now all AJAX requests are handled by /wp-admin/admin-ajax.php. Previously it is handled via the plugin PHP file itself by assuming that wp-load.php is always 2 levels down from the plugin file.…
I have released WP-DBManager 2.62. Added Auto Repair functionality via WP Cron, similar to the current implementation of Backing Up & Optimizing DB Added nonce to all forms for added security Replace get_bloginfo(‘name’) with get_option(‘blogname’) and make it goes through wp_specialchars_decode() Ported the readme.html to…