Changing plugin slug with update
If you just wanted to just change the filename you would have both myPlugin.php and myplugin.php in the plugin and then update the option active_plugins in the database to the new name. Once all of the users have updated you can remove myPlugin.php. But you want to rename both the folder and filename. I would … Read more