John Blackbourn

Results 494 comments of John Blackbourn

This just went in. https://core.trac.wordpress.org/changeset/48127

Thanks for the report. I thought I had an answer for this, but I don't think I do. I'll look into it some more.

What's Glossary? What's the error?

Thanks for the report! WooCommerce hasn't yet been fully tested, I'll add this to the list of items to test.

Thanks for the report @jmyt8. Is there anything unusual about your network? Are you using the site in a language other than US English? Does the problem persist with all...

Thanks for the report. NML shouldn't need to make any changes to the return value of this function when operating on the central media site. What's the exact issue that's...

@mvdhoek1 To be honest it's unlikely that this issue will see much attention as we're planning on rewriting this library from scratch (or creating a replacement library) to address fundamental...

I use [version-bump-prompt](https://www.npmjs.com/package/version-bump-prompt) for this, with convenience scripts for patch, minor, and major updates: https://github.com/johnbillion/wp-crontrol/blob/649e07dc353ba3f0146e89004ae33742fba216c1/package.json#L16-L20

Another option is to use the `release` event instead of `push.tags` and then the workflow will only fire when you publish the release on GitHub. The `published` type will only...

~~This is in progress in the `develop` branch. Lots still to do.~~ Edit: This was pulled out. Needs adding back into the develop branch.