=== Remove Script & Stylesheet Versions ===
Contributors: Kawauso
Tags: version, script, stylesheets
Requires at least: 3.0
Tested up to: 3.1
Stable tag: 1.0

Removes the ?ver= parameter from enqueued scripts and stylesheets URLs.

== Description ==

Removes the version parameter from scripts and stylesheets enqueued by WordPress' `wp_enqueue_script()` and `wp_enqueue_style()` functions.

== Installation ==

1. Upload `remove-script-style-versions.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress

== Changelog ==

= 1.0 =
* First public release