=== WP Version Query String Modifier === Contributors: joesat Tags: query string, version Requires at least: 3.9.3 Tested up to: 4.0 Stable tag: 1.0.0 License: GPL2 License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == Modifies (update or remove) the version (query string 'ver' parameter) in media resoures' url. Depending on your needs, this plugin is useful for: * updating the version value to an incrementing number (with a single click) for cache-busting purposes (this is the default value) * removing the version parameter for optimization purposes * option to disable modifying the url without disabling the plugin The author have dealt with issues when the server is running ATS, Varnish or similar cache utility that the author has no control over. Sometimes cache files stick around for a while and users have no control over caching applications. If you want your css, javascript, image or other asset update to be reflected instantly, this is the perfect solution for you The plugin has been tested extensively with WP_DEBUG enabled. For questions, suggestions or issues with this plugin, visit the plugin support page or contact me via wp.joesat@gmail.com == Installation == 1. Upload 'wp-version-in-query-string-modifier' folder to '/wp-content/plugins/' directory 2. Activate the plugin through 'Plugins' menu in WordPress Admin 3. You're good to go! Verify static resources' URI via your web page's sourc code 4. (optional) Select your prference thru the Settings page (/wp-admin/options-general.php?page=wpvqsm_) == Frequently Asked Questions == == Upgrade Notice == == Screenshots == == Changelog == = 1.0 = * First release