WordPress 3.4.2

WordPress 3.4.2 has been release and it is both a maintenance release that fixes 21 bugs and security release that fixes vulnerabilities that includes potential privilege escalation and a bug that affects multisite installs with untrusted users. Maintenance Some of the 21 bugs include: Fix some issues with older browsers in the administration area. Fix … Continue reading “WordPress 3.4.2”

AJAX Not Working For WP-Email, WP-Polls, WP-PostRatings or WP-PostViews?

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 that most likely you are using a caching plugin like … Continue reading “AJAX Not Working For WP-Email, WP-Polls, WP-PostRatings or WP-PostViews?”

WP-Polls, WP-PostRatings, WP-PostViews, WP-Email Updated

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. But since you can have your WordPress in any folders, … Continue reading “WP-Polls, WP-PostRatings, WP-PostViews, WP-Email Updated”