Jake
Jake
This gives a nice treemap view of the commits on a repo: ``` git log --graph --decorate --pretty=oneline --abbrev-commit --all ```
I have never and would never use it.
I tried this as a git submodule, but unfortunately, if you use something like gitlab to host your plugin, when your plugin is updated in a WordPress instance, and the...
I was seeing the same thing myself... yes I mean "deploy tokens". And yes it looks like they don't currently have access to the gitlab api. I thought the update...
So basically my own private alternative to the WordPress plugins directory that I could host on my own site specifically for the plugins I build? I think it's a great...
I meant to note that I have tried both network enabling the theme, as well as only enabling it on a single site. I have _not_ enabled it on the...
That's pretty much what I thought was going on. What I was hoping was this: 1. when the child site was loaded, 1. the function.php file would be run, 2....
The real problem is that the theme gets into a kind of _stuck_ state, where it can't be updated at all unless it's used on the main site. Even if...
If you don't provide an access token associated with an account which has access to the private repo, it will *not* be able to connect to check for updates. The...
If I understand it, this new header would eliminate the need for including this plugin-update-checker code in our plugins, if we were using our own [WP Update Server](https://github.com/YahnisElsts/wp-update-server). Wouldn't a...