=== Version This === Tags: cache busting, asset versioning, asset versions, asset version, css versions, js versions, javascript versions, css browser caching, javascript browser caching, js browser caching Contributors: sebastiaandegeus Author: Sebastiaan de Geus Author URI: https://github.com/sebastiaandegeus/ Plugin URI: https://github.com/sebastiaandegeus/versionthis Requires at least: 3.9.0 Tested up to: 3.9.0 Stable tag: trunk Homepage: https://github.com/sebastiaandegeus/versionthis Version: 1.1.1 License: GPLv2 or later Copyright (C) 2014 Sebastiaan de Geus This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. == Description == This WordPress plugin automatically versions your enqueued javascript and css files with a md5 hash to the querystring based on the file content. When the file changes the md5 hash changes and the file will be downloaded and chached again by the browser. == Installation == Install this as a normal WordPress plugin or move it into the mu-plugins directory to always have to active. == Changelog == = 1.0.0 = * First public release = 1.1.1 = * Added javascript support * Updated readmes * Added Bedrock folder structure support