Hi So it seems that Meta Box Updater does not function well.
You code add_filter( 'pre_set_site_transient_update_plugins', array( $this, 'check_updates' ) );
Is triggered too late. I had to place this in the class construct of MB_Updater
.
I also noticed another problem. Since we have purchased the core bundle - we will never actually be able to receive plugin updates - as the bundle in itself is not a plugin but a collection of a plugins. Ideally each plugin should be individually added to our account so that the updater api brings back the correct set of available updates.
Thanks,
Thomas