Yahnis Elsts
Yahnis Elsts
I don't *think* there's anything else you would need to do, but, as I said, I'm not familiar with how WP-Toolkit works internally. Maybe compatibility with that tool in particular...
I'm afraid I don't have anything new to add. Just to make sure that PUC still actually works WP-CLI, I tested it with WP-CLI 2.11.0 (currently the latest stable release):...
> I'm not too deep into WP CLI - did https://github.com/YahnisElsts/plugin-update-checker/issues/558 have the intention to provide updates even if plugins not loaded? Is it doable from a PUC-perspective to provide...
As far as I know (and I could be wrong about this), GitHub has a single, global release list for the entire repository. Technically, there's nothing like "releases for branch...
It's been a while since I wrote that code, and I no longer remember the original reason. However, one factor that immediately comes to mind is that transients are not...
> The worst that could happen if a transient is deleted before time, is that the admin notice would be displayed again and have to be dismissed again. This is...
FWIW, I did look at the fork but couldn't figure out what it has to do with the text domain (the code doesn't mention "domain" or "language"), so I don't...
Hmm, if the slug => filename conversion is predictable, you might also be able to implement this by changing the `findPackage` method. The current implementation looks for slug.zip, but technically...
After some thought, I've fixed most of these with separate commits. Except the autoloader part - can you elaborate on the idea behind those changes? As far as I can...
Yes, you can have a plugin that handles updates for other plugins. As you said, it doesn't matter where the `buildUpdateChecker()` method is placed. As long as you give it...