Hi Scott,
Thanks for the report, and sorry about that… to fix it, either:
a) De-install and re-install
or
b) Open up wp-content/plugins/updraftplus/udaddons/updraftplus-addons.php, and change line 161 from:
Quote:
$plug_updatechecker = new PluginUpdateChecker($this->url.”/plugin-info/”, $this->slug.’/’.$this->slug.’.php’, $this->slug, 24);
to:
Quote:
$plug_updatechecker = new PluginUpdateChecker($this->url.”/plugin-info/”, WP_PLUGIN_DIR.’/’.$this->slug.’/’.$this->slug.’.php’, $this->slug, 24);
Best wishes,
David