Efficient Version Control for CSS and JS Files
Autover is a WordPress plugin designed to automate the versioning of CSS and JavaScript files. It is particularly beneficial for users employing a Content Distribution Network (CDN) to manage their static files, ensuring that the latest versions are always delivered. The plugin uses the filemtime() PHP function to generate a numeric version number, which is appended to the resource URL, such as style.css?ver=This process guarantees that the version number updates each time the associated file is modified.
Top Recommended Alternative
This plugin requires that CSS and JS files are enqueued with standard WordPress functions like wp_enqueue_style, wp_enqueue_script, admin_enqueue_style, or admin_enqueue_script. By streamlining the versioning process, Autover helps maintain efficient cache management and improves the overall performance of WordPress sites.






