Releases: Automattic/Co-Authors-Plus
Releases · Automattic/Co-Authors-Plus
3.4.92
- Fix admin posts view for contributors #823 props @lschuyler
3.4.91
3.4.9
- Fix clash on updating guest author with same slug as a WP_User
- Resolve warning from fix_author_page() when called too early
- Adjust regex on posts_where_filter to be less greedy
- Update deprecated GitHub hosted runner
- Replace deprecated jQuery shorthand methods
- Switch guest author metabox to aside context
3.4.8
Fix AJAX author autocomplete when no author to post in selector
3.4.7
Fix accidental escaping introduced to coauthors_posts_links()
3.4.6
- Gravatars for guest authors now display in author select box #767
- Fix non-functional filter button on Guest Author listing page #768
- Added Hebrew translation strings #772
- Improve code style via PHPCBF #771 and .editorconfig #773
- Fix bug where guest author with pipe character in name is not rendered in author select box #775
- Fix
get_coauthor_by()
for correct return of users prefixed with "Cap" in name #778 - Correct failing unit tests under WP 5.7 #774
- Linked accounts display more accurate counts #776
- Switch to GitHub Actions from TravisCI #784
- Update .gitignore to exclude composer lock file and vendor dir #787
- Hide author section in Gutenberg for WP 5.7+ #793
- Delete correct CAP associated term on user delete #792
- Move changelog out of readme #768
3.4.5
3.4.4
3.4.3
- Added author support to CPT instructions in readme FAQ #720
- Added object check for user in
coauthors_set_post_author_field()
#721 - Fix inefficient user query in avatar url hook #724
- Fix operand typo in
get_guest_author_thumbnail()
for adding custom classes #725 - Remove hardcoded default avatar and use default option #728
3.4.2
- Fix incorrect user avatar being displayed from featured post image #706
- Add check for
filter_get_avatar_url
to ensure valid second parameter #707 add_coauthors()
accepts ID parameter now #685 and ensures valid term slug used #708filter_count_user_posts
checks that user ID returns valid user object #714- Added post count instructions in readme FAQ for CPTs #713