=== WP Safer Cache === Contributors: futtta Tags: wp super cache, w3 total cache, security, vulnerability, comments Requires at least: 3.5 Tested up to: 3.6 Stable tag: 0.1.2 Small helper plugin to protect blogs with WP Super Cache (pre v1.3) and W3 Total Cache from unsane comments. == Description == There a vulnerability in WordPress installations that run WP Super Cache prior to version 1.3 or W3 Total Cache. This helper plugin is a stopgap solution until you can upgrade to a newer version of either plugins (which you really should). == Installation == Just install form your WordPress "Plugins|Add New" screen and all will be well. Manual installation is very straightforward: 1. Upload the zip-file and unzip it in the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = When do I need this helper plugin? = Only if you are using WP Super Cache prior to version 1.3 (do upgrade to [the latest version](http://wordpress.org/extend/plugins/wp-super-cache/) which does not have this vulnerability!) or W3 Total Cache (version 0.9.2.8 or earlier) = I found a bug/ I would like a feature to be added! = Use [the WP Safer Cache support forum at wordpress.org](http://wordpress.org/support/plugin/wp-safer-cache) or the [contact-page on my blog](http://blog.futtta.be/contact/). == Changelog == = 0.1.2 = * fixed typo in regex (thx Donncha) * declared WP Super Cache 1.3 as fixed (i.e. does not need this plugin) = 0.1.1 = * improved regex based on input from kisscsaby = 0.1.0 = * Initial version