How to test plugin update through WordPress plugin updater without tagging new release in the repo
I have been searching for hours trying to find a way to test the update process for my plugin before tagging a new release in the repo. I have a function that is called using add_action( 'upgrader_process_complete', 'my_plugin_upgrade_function', 10, 2);
and I can't figure out how to test this prior to release.
Any help would be awesome!
Topic plugin-development updates Wordpress
Category Web