Robert O'Rourke
Robert O'Rourke
Yeah, being able to control editorial owner is really important I think, especially with regards to the guest author concept. I would make it opt-out as right now you have...
This is likely going to be affected by the outcome of https://github.com/humanmade/authorship/issues/66 - Authorship template tags still have to be explicitly used for output so I guess they're not used...
Same issue here is related to general incompatibility with Yoast SEO. I've started fixing it with https://github.com/humanmade/authorship-yoast, assuming that's in use in this instance, it will solve the problem.
Would be a breaking change without #139, both the name and slug are the same currently. The change should be treated as breaking regardless I think so would make part...
Updating to node 20 is a huge rabbit hole. I tried making a start and I think my recommendation is a to update the build tooling to use wp-scripts instead,...
Seems to not be limited to the featured image UI but the media replace workflow in general. It's failing to find the existing post by name or ID for some...
Covered this in https://github.com/humanmade/authorship-yoast so far. I think it just needs compat layers building for each popular plugin. Not sure if we want to build those in to the core...
Thanks @johnbillion. I think we ended up going with interfaces (rather than traits) as a way to properly ensure certain methods were implemented and to make it obvious to devs...
@kovshenin fair point, could remove it as part of this update? @joehoyle what was the goal with sending all the metadata with the early request too? Is it necessary?
@kovshenin depends if we consider this a bug, if we do need the metadata in the initial trace and it's going to be backported then it should retain the filter...