Changeset 1046651
- Timestamp:
- 12/17/2014 06:09:16 AM (11 years ago)
- Location:
- wp-version-in-query-string-modifier/trunk
- Files:
-
- 2 added
- 1 edited
-
admin-menu.png (added)
-
admin.png (added)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-version-in-query-string-modifier/trunk/readme.txt
r1046464 r1046651 1 === WP Version Query String Modifier ===1 === WP Version in Query String Modifier === 2 2 Contributors: joesat 3 3 Tags: query string, version 4 4 Requires at least: 3.9.3 5 5 Tested up to: 4.0 6 Stable tag: 1.0.0 6 Stable tag: 1.0.0.1 7 7 License: GPL2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 10 10 == Description == 11 Modifies (update or remove) the version (query string 'ver' parameter) in media resoures' url. Depending on your needs, this plugin is useful for: 11 Removes or modifies the version (query string 'ver' parameter) in media resources' url. 12 13 Depending on your needs, this plugin is useful for: 12 14 * updating the version value to an incrementing number (with a single click) for cache-busting purposes (this is the default value) 13 15 * removing the version parameter for optimization purposes 14 16 * option to disable modifying the url without disabling the plugin 15 17 16 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 you18 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 updates to be reflected instantly, this is the perfect solution for you. 17 19 18 The plugin has been tested extensively with WP_DEBUG enabled .20 The plugin has been tested extensively with WP_DEBUG enabled and works seamlessly with multi-site network setup. 19 21 20 For questions, suggestions or issues with this plugin, visit the plugin support page or contact me via [email protected]22 For questions, suggestions or issues with this plugin, visit the plugin support page or contact me at wp [dot] joesat [at] gmail [dot ]com. 21 23 22 24 == Installation == 25 23 26 1. Upload 'wp-version-in-query-string-modifier' folder to '/wp-content/plugins/' directory 24 27 … … 31 34 == Frequently Asked Questions == 32 35 36 *Does this plugin work with multi-site setup? 37 Yes. 38 39 *Was did plugin tested with debug option enabled? 40 Yes. 41 42 *Where is the admin page located? 43 In the admin, go to Settings -> WP Version Modifier. 44 45 *Why is the default value for cache buster option set to 007? 46 007 is an iconic and significant number - James Bond's callsign. 47 33 48 == Upgrade Notice == 34 49 35 50 == Screenshots == 36 51 52 admin.png 53 admin-menu.png 54 37 55 == Changelog == 38 56 39 = 1.0 = 57 = 1.0.0.1 = 58 * updated readme to include more info and corrected typos 59 60 = 1.0.0.0 = 40 61 * First release
Note: See TracChangeset
for help on using the changeset viewer.