Thank you for the reply. Yes we hadn’t updated the plugin for a long time.
I see that I can use that filter you provided, but how could I remove the package ID from the $filename variable? This filter allows me to rename the file completely, but I don’t see how I can remove the package ID with a function. If I had the package ID as a parameter, I could str_replace() it, but the $package variable is a long string with even more info than the $filename variable. Is there a way I can do what I’m looking for?
Thank you.