thomasgriffin / TGM-Updater

A professional private and commercial plugin update class for WordPress.
97 stars 15 forks source link

f(x) Updater - WordPress Update Server #7

Open turtlepod opened 7 years ago

turtlepod commented 7 years ago

Hi all, It seems that this project is no longer updated/maintain for over 2 years?

I create a similar project: f(x) Updater: https://genbumedia.com/plugins/fx-updater/ The feature is still limited, but I use it on daily basis.

GitHub Repo: https://github.com/turtlepod/fx-updater/

The script TGM updater is the updater class to be included in a theme/plugin. (only half the project) But f(x) Updater also include the updater server.

It's not a PHP script, but a WordPress plugin, so you can use your own site as update server for your private/premium themes and plugins. You can create a "theme repo" and "plugin repo" entry, just like creating post.

So it's not using external site as update server (like Github) but using your own WP install/site. But if you host your project on github (public), you can use github zip URL as download file url.

I highly recommend you check the screenshot to get ideas how this plugin works.

thanks. I hope this plugin is useful.

dmhendricks commented 7 years ago

No documentation.

turtlepod commented 7 years ago

here's the docs link https://genbumedia.com/docs/fx-updater-docs/

I understand that it's very limited, but let me know if anything is not clear enough.