Automatic plugin update from Github #1429
Replies: 6 comments
-
documentation: example: |
Beta Was this translation helpful? Give feedback.
-
Thank you for the notice! |
Beta Was this translation helpful? Give feedback.
-
The key is the plugin directory and and plugin main file (which contains the "Plugin Name:", "Version:", ... headers in PHP comment). WordPress gathering plugin update information |
Beta Was this translation helpful? Give feedback.
-
It is something you have implemented for other plugins? I don't see in the WP6.8 code where the URI (possibly JSON) is extracted. They say:
But I don't see where this check is done in their code. |
Beta Was this translation helpful? Give feedback.
-
WordPress plugin update summary: I have implemented the automatic update for severeal own plugins this way.
|
Beta Was this translation helpful? Give feedback.
-
What do you think? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Since WordPress 5.8 there is a plugin header: Update URI
Using it the developer can use the WordPress automatic plugin update feature without using the WordPress repo.
Example:
qtranslate.php
update.json
Do you want to implement it?
Beta Was this translation helpful? Give feedback.
All reactions