Yahnis Elsts
Yahnis Elsts
I haven't put very much thought into this, but my recommendation would be to use something that's unique to your plugin, like your own domain name. Since the patch also...
I think I should probably mention this new header in the readme, but there's currently no good place to put it. Maybe I'll add a "FAQ" section later. - [...
No, I don't think that would work. Quoting from the [make.wordpress.org post ](https://make.wordpress.org/core/2021/06/29/introducing-update-uri-plugin-header-in-wordpress-5-8/) that was mentioned above: > If the value of this new field matches any URI other than...
The simplest way to do that would be to remove the `download_url` field from the update information. If there is no download URL, WordPress will still show a notification that...
Ah, good find. I had forgotten about that hook.
The update checker isn't supposed to search for tags when using a custom branch. It sounds like there might be either a bug or a caching issue. Could you please...
@Djomobil That's a slightly different issue. Internally, the update checker uses the `master` name as a default settings that indicates that the developer hasn't specified a branch. As a result,...
I've never run into this one myself, but after some quick googling it looks like this error is often caused by trying to pass an expression or function call to...
Are you trying to override updates for another plugin that already has its own update checker? I don't think I can give you a general answer here. The solution will...
This seems like a pretty good idea. However, I'm not sure if/when I'll have the time to implement it.