thoughtis / cata-co-authors-plus

Common functions, configuration and compatibility fixes for Co-Authors Plus when used in Cata child themes. Not a fork or replacement for CAP.
GNU General Public License v3.0
0 stars 0 forks source link

Update for 3.5.15 support #40

Closed douglas-johnson closed 5 months ago

douglas-johnson commented 6 months ago

We are awaiting Co-Authors Plus 3.6.0 but there are a few things we should update to support 3.5.15 first to make the transition smooth.

https://github.com/Automattic/Co-Authors-Plus/releases/tag/3.5.15 https://github.com/Automattic/Co-Authors-Plus/releases

In 3.5.12 they fixed some notifications for guest authors, but we may or may not want that. https://github.com/Automattic/Co-Authors-Plus/pull/964 3.5.12

In 3.5.11 we contributed by enabling the author taxonomy in the REST API, but it was done using coauthors instead of coauthor which we would need to change here: https://github.com/thoughtis/cata-co-authors-plus/blob/main/includes/api/class-api.php#L46

douglas-johnson commented 6 months ago

The notifications that were fixed were for comments on co-author's posts. We aren't currently using comments or pingbacks anywhere so this should be fine to leave alone.

douglas-johnson commented 5 months ago

Closed by #41