I'm constantly uploading new versions of a javascript file to my wordpress site using ftp.
But when I visit the page where the javascript file is used, it uses an outdated version of the javascript file. An example of url of the used file:
myurl.com/../js/my_file.js?ver=919004c7f6ced.....8f8941dfa68c2e
But if I directly go to the file using myurl.com/../js/my_file.js it shows the most up to date version.
I'm assuming this is caused by something that's caching my files. I already tried deleted the cache of my cache plugin and I've deactivated it, but it's still using outdated versions.
How can I force my website to use the most up to date version for certain files?