Is it necessary to bump a plug-in’s version if you’re just updating the “Tested up to” attribute?

I’ve got a number of plug-in’s hosted on the wordpress.org svn server … with the immenent release of 3.1, I would like to update the “Tested up to” meta data. There will be no functional changes to the code, just the meta data. Is it necessary to change the revision number for such a trivial … Read more

Determining WordPress’ Version from the Host’s Command Line?

Given that I can’t access the dashboard/admin pages on my blog (that’s a future question), and that I have shell access to my hosting server, can I find out the current version of WordPress from the command line? I tried grepping for the string ‘@since’ in all the php files in the top level directory … Read more

Automatically determine minimum WordPress version required for a plugin?

When developing a plugin, is there a way to automatically determine the minimum version of WordPress that’s required to run it? I want to make sure that the Requires header is accurate, but manually checking every time I call a new core function is tedious and error-prone. I’m thinking a script could figure it out … Read more