Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
css problem
Chanux
✭✭
browser says my voting blugin in website.com/plugins/Voting/design/voting.css?v=1.1.1b
but it is realy in plugins/Voting/design/voting.css
what is the ?v=1.1.1b haow can i remove it.
0
Best Answer
-
x00 MVP
it is a query string it is ensuring that the correct cached version of the style is being used, if the plugin is updated the version number will change. If the url was the same, they would keep using the old version of the cache style until they cleared their browser cache. By attachment the version number to resources, it crates a unique url, meaning they will be up to date.
you don't want to remove it.
grep is your friend.
5
Answers
it is a query string it is ensuring that the correct cached version of the style is being used, if the plugin is updated the version number will change. If the url was the same, they would keep using the old version of the cache style until they cleared their browser cache. By attachment the version number to resources, it crates a unique url, meaning they will be up to date.
you don't want to remove it.
grep is your friend.
Thank you very much @x00