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

theme update #729

Open htmldiz opened 6 years ago

htmldiz commented 6 years ago

Hi can i use this TGM Activation for theme update?

dingo-d commented 6 years ago

Theme updates, at least on wp.org are handled by their internal API. So don't see why would you need TGMPA for this.

htmldiz commented 6 years ago

Okay thanks

ghost commented 6 years ago

If your theme is out of WordPress ecosystem (github by ex.), you can have look at this project : https://github.com/YahnisElsts/plugin-update-checker

I still have to test it in production but my integration test where positive, easy to integrate and easy to use.

lwxbr commented 3 years ago

@dingo-d, And about themes outside of wp.org, can I update using TGMPA? I want to auto-update my themes (parent theme and child theme) outside of wp.org and close the cycle of upgrading theme manually.

dingo-d commented 3 years ago

I really wouldn't know tbh 🤷‍♂️

lwxbr commented 3 years ago

Thanks for the reply, @dingo-d! I will create an issue referencing this to revive this topic.