Co-Authors Plus was updated to version 3.1, from version 3.0.7. Changelog:
- Manage co-authors from Quick Edit.
- Updated Spanish translation.
- Now matches core behavior when displaying author archive on multisite: user of the blog, or previously published author on the blog.
- Breaking change: “Create Profile” link is no longer shown by default on the Manage Users screen. Instead, it can be enabled with the coauthors_show_create_profile_user_link filter.
- Guest authors work properly with Jetpack Open Graph tags.
- Guest author profile editor now supports a few different fields.
- New coauthors_count_published_post_types filter for specifying the post type(s) used when calculating the user’s number of published posts.
- Bug fix: Ensure post_author is set to one of the co-authors assigned to a post.
- Bug fix: Filter author feed link for guest authors on the author page.
- Packages a composer.json file for those using Composer.
- Beginnings of unit test coverage for core features. Increased minimum required WordPress version to 3.7 because WordPress.org unit testing framework doesn’t work reliabilty below that.