10+
January 18, 2014
September 9, 2012
Removes default version query strings from CSS/JS resources, appends the modified time to the filename, and creates the necessary .htaccess rewrites automagically.
When pushing up new versions of your files, you never have to worry about users seeing older versions of your site stuck in their cache! A simple helper plugin, yet crucial to keeping your sanity.
versionit folder to the /wp-content/plugins/ directoryVisit your site and view the source – you should see your CSS/JS resources changed from http://YOURSITE.COM/wp-content/plugins/YOURPLUGIN/css/style.css?ver=3.4.2 to something like http://YOURSITE.COM/wp-content/plugins/YOURPLUGIN/css/style.1347022625.css
This means that either you have not saved your permalinks from the default config, or you have a permissions issue. Your host can help you with the latter.
Please see previous question.
Sure! I’m always open to knew ideas. Just create a new issue and I’ll take a gander.