TGMPA / TGM-Plugin-Activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
http://tgmpluginactivation.com/
GNU General Public License v2.0
1.75k stars 431 forks source link

Wordpress 5.5 - Automatic Plugin Updates #802

Open itmsenior opened 3 years ago

itmsenior commented 3 years ago

Hello,

WP added support for automatic plugin/theme updates directly inside WP in version 5.5.

Enabling these automatic updates does not work for plugins managed by TGM.

Here's an email we had recently from the automatic update system:

Hi! Plugins failed to update on your site at https://localhost

Please check your site now. It’s possible that everything is working. If there are updates available, you should update.

These plugins failed to update:
– WPBakery Page Builder (from version 6.5.0 to 6.6)

These plugins are now up to date:
– Yoast SEO (from version 16.0.1 to 16.0.2)

WPBakery v6.6 is bundled in our theme and manually updating it works fine but the automatic update process does not work.

Is it possible to add support for this?

Thanks.