I have several custom plugins that use https://github.com/YahnisElsts/plugin-update-checker/ to update directly from their GitHub repos.
The custom updater is set-up properly on all the plugins and works with the custom plugins.
The plugins update properly when updating manually from the plugins.php
screen.
The plugins also update properly when updating them manually from the default WP Admin update-core.php
page.
Easy Updates is set on my installation as ‘Custom’ and ‘Choose per plugin’.
The plugins with the custom update-checker are set to ‘Plugin Updates: Allowed’ and ‘Automatic Updates: On’ in the Easy Updated Manager Plugins tab.
However running wp_update_plugins
WP-Cron event does not update the plugins.
Is this expected behaviour (ie. Easy Updates runs on an event other than wp_update_plugins
)? Or is this a bug/compatibility-issue?