YahnisElsts / wp-update-server

A custom update API for WordPress plugins and themes. Intended to be used in conjunction with my plugin-update-checker library.
MIT License
812 stars 175 forks source link

guidance #118

Open mehdi-najaran opened 8 months ago

mehdi-najaran commented 8 months ago

I am a web designer and programmer

I have designed and implemented several websites for my employers

which are generally WordPress

Various plugins have been used in these projects

Both free and premium

Free plugins whose updates are automatically downloaded from wordpress.org, but I update premium plugins manually

I wanted to see if this project is suitable for my work?

Can you create a personal update server for them without changing the premium plugins?

With the help of an external plugin

that I put the download link and plugin version on my site

It should be downloaded and checked from my site and updated on the employer's site

Plugins like:

Elementor Pro Gravity form wp rocket And...

YahnisElsts commented 8 months ago

Sure, this project could be useful as part of a system like that. However, it's not a ready-made solution. You would still need to write the custom plugin that will manage the updates for all of the other plugins. You might also need to make some modifications to the update server if, for example, you want to add some authentication requirements.