I uploaded a plugin to the WordPress.org repository and some people enjoy the plugin. I use plugin.php
as the base name for my plugin.
Every time I change something, I would like to change the name of the main file to the name of the plugin. But if I would do that I think that the users would get the error "plugin disabled because it could not be found".
Is there a way to specify the new base name for a plugin so that I can rename my main php file?