=== reBusted! === Contributors: pross Plugin URI: https://github.com/Pross/reBusted Tags: browser cache, develop, debug, client, clear, empty, refresh Requires at least: 3.4 Tested up to: 6.7 Stable tag: 1.2 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Force browsers to load the most recent file if modified. == Description == Saves you from asking "have you emptied your cache?". Forked and updated for todays WordPress and PHP from the original plugin by Paul Clark. **Features** * Safe to leave running on live sites. * Only refreshes browser cache for a file if it has been modified. * Resolves Content Delivery Network (CDN) issues. No need to purge CDN cache. * Multisite compatible. * "Just works" - no configuration necessary. **Requirements** Requires scripts use any of the below functions to load. Almost all files meet these requirements. The only case it doesn't account for is when URLs are hard-coded. This shouldn't ever be done, since it can break sites for other reasons. * [wp_enqueue_style](http://codex.wordpress.org/Function_Reference/wp_enqueue_style) * [wp_enqueue_script](http://codex.wordpress.org/Function_Reference/wp_enqueue_script) * [get_stylesheet_uri](http://codex.wordpress.org/Function_Reference/get_stylesheet_uri) == Installation == 1. Search for "reBusted" under `WordPress Admin > Plugins > Add New` 1. Install the plugin. 1. Activate the plugin. == Changelog == = 1.2 = * Fixed PHP warnings when poorly coded plugins use wp_enqueue_script() wrong. = 1.1 = * Fixed fatal error on ancient PHP versions. = 1.0 = * Forked from original Busted! plugin and updated for todays WordPress/PHP. * PHPUnit tests added.