Autover
Autover plugin will automatically version your CSS and JS files in the generated html page (e.g. style.css?ver=1359464809).
The facts
- Rating
- 5★ from 7
- Active installs
- 800+
- Price
- Free
- Last updated
- 18 Aug 2026
- Added
- Mar 2013
- Requires WP
- 4.7
- Tested up to
- WP 7.1
- Downloads
- 15,672
Our analysis
AI-assistedAutover is a WordPress plugin that automatically versions your CSS and JS files. It appends a numeric version number to the resource URL, which updates every time the file is saved, making it particularly useful when using a Content Distribution Network (CDN) for static file delivery.
This plugin is suited for developers and site administrators who want to ensure that users receive the latest versions of their CSS and JS files without caching issues. It requires the use of standard WordPress functions for enqueuing styles and scripts.
Best for: This plugin is best for WordPress developers and site administrators managing static files.
What it does well
- ✓Automatically versions CSS and JS files
- ✓Updates version number on file save
- ✓Useful for sites using a CDN
- ✓Free to use from the WordPress.org directory
- ✓High rating and active installations
Where it falls short
- •Only works with files enqueued using standard WordPress functions
- •Limited feature information available
Verdict
Autover provides a straightforward solution for versioning CSS and JS files, particularly beneficial for those using CDNs. However, its functionality is limited to specific enqueuing methods.
From the developer
Presslabs's own description of Autover, lightly tidied.
Autover plugin will automatically version your CSS and JS files. This is especially useful when using a Content Distribution Network (CDN) for delivering static files like CSS and JavaScripts. The plugin appends to the resource URL a numeric version number generated by the filemtime() PHP function (e.g. style.css?ver=1359464809). This means the version number will be updated every time the CSS or JS file is being saved.
IMPORTANT: this plugin only works with CSS and JS files that are enqueued using the standard WordPress functions wp_enqueue_style and wp_enqueue_script and/or admin_enqueue_style, admin_enqueue_script.