I’m going through a WordPress plugin and restructuring the whole thing, fixed a few bugs, created a new folder structure, and added some shortcodes.
I want to roll out my updates as version 2. I’m wondering, does it matter that I renamed the plugin’s main file using my custom prefix?
For example: I changed xmascount.php, to cw_xmascount.php.
Do I just delete all the files and folders of the original version of the plugin from the repository and then upload the new ones?
It’s fine, as long as the parent directory stays the same and the main plugin file stays the same.