Inline version numbering for WordPress
Remove query parameters from asset links (JavaScript and CSS) and use inline dot notation instead.
Maintenance 20/1003299d since update
Active installs
0
Downloads
1,193
Reviews
0
Age
10.4y
Tagscssjavascripthtaccessassetsversioning
Plugin info
Total downloads: 1,193
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 2
Last updated: 12/19/2016 (3299 days ago)
Added to WordPress: 8/21/2015 (10 years old)
Minimum WordPress version: 4.2
Tested up to WordPress version: 4.7.0
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3299 days ago
20/100
Is Inline version numbering for WordPress abandoned?
Possibly abandoned (last update 3299 days ago).
Compatibility
Requires WordPress: 4.2
Tested up to: 4.7.0
Requires PHP: f
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Dynamic Asset Versioning
Rating 5.0/5 (1 reviews) • Active installs 40
CSS Versioning
Rating 5.0/5 (1 reviews) • Active installs 80
Web Archive
Rating 0.0/5 (0 reviews) • Active installs 10
Description
Remove query parameters from asset links (JavaScript and CSS) and use inline dot notation instead. (This requires changes to Apache’s .htaccess file.)
Installation
- Upload the plugin folder to the
/wp-content/plugins/directory - Make a backup copy of the .htaccess file in the root directory of your site, if there is one.
- Activate the plugin through the ‘Plugins’ menu in WordPress
Frequently Asked Questions
No FAQ available
Review feed
No reviews available
Screenshots
No screenshots available
Changelog
2.6.3
- Confirmation of compatibility with WordPress 4.7.
- No functional changes.
2.6.2
- Confirms compatibility with WordPress 4.6.
- Remove unused function which appeared outside the class structure.
- Corrects README and plugin comment.
2.6.1
- Confirm functionality in WordPress 4.5.
2.6.0
- Don’t change file paths if they already contain a version number.
2.5.1
- Confirm functionality in WordPress 4.4.2.
2.5
- Remove htaccess rule when deactivating plugin.
- Confirm functionality in WordPress 4.4.
2.4
- Ensure that .htaccess rules are maintained cleanly when accessing Permalink section in wp-admin.
- Thanks to http://wordpress.stackexchange.com/users/1685/thedeadmedic for the assistance.
2.3
- Extend regex pattern in .htaccess to recognize version numbers containing dots and dashes.
2.2
- Use the
admin-inithook to update the .htaccess file whenever the version number changes. (e.g. when updating the plugin from the repository.) This is in addition to the modification which takes place when the plugin is activated. - Minor corrections to README.
2.1.1
- Temporarily remove .htaccess update on plugin update, due to a bug.
2.1
- Update .htaccess when the plugin is updated from the plugin repository.
- Correct version number across all files in the plugin.
2.0
- Use better code solution by Dominik Schilling. (https://dominikschilling.de/880/) No copyright breach intended: just making this plugin code available through the WordPress Plugin Directory.
1.2
- Only modify resource src if it contains
?ver= - Tweak PHP code spacing
- Modify plugin URI and key to reflect adoption in WordPress plugin repository.
1.1
- Update code to use
add_rewrite_rulefunction.
1.0
- Initial version