YahnisElsts / plugin-update-checker

A custom update checker for WordPress plugins. Useful if you don't want to host your project in the official WP repository, but would still like it to support automatic updates. Despite the name, it also works with themes.
MIT License
2.22k stars 403 forks source link

Conflict between different versions in two plugins #325

Open merridennis opened 4 years ago

merridennis commented 4 years ago

This issue is similar to the one in this thread "Conflict with other plugin using this updater" I have several plugins that use the update checker. The first two having issues are UpdraftPlus with v4p6 and Social Warfare with V4p4

End of error string is Puc_v4p6_Plugin_Up in /home/writin00/public_html/notsoformulaic.com/wp-content/plugins/updraftplus/vendor/yahnis-elsts/plugin-update-checker/Puc/v4p6/Vcs/GitHubApi.php on line 97

YahnisElsts commented 4 years ago

I think this issue should be fixed in version 4.8. Unfortunately, there's no way to retroactively fix a conflict between two plugins that are both using older versions of the update checker. At least one of the plugins would have to upgrade to the latest version.