Skip to content

Releases: Automattic/Co-Authors-Plus

3.4.92

15 Oct 00:18
ad8bbcc
Compare
Choose a tag to compare

3.4.91

12 Aug 15:10
0b9322a
Compare
Choose a tag to compare

Revert change with #686 regex change

3.4.9

11 Aug 20:37
dd9df75
Compare
Choose a tag to compare
  • 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

15 Jun 14:44
626f3f5
Compare
Choose a tag to compare

Fix AJAX author autocomplete when no author to post in selector

3.4.7

31 May 15:00
614dc28
Compare
Choose a tag to compare

Fix accidental escaping introduced to coauthors_posts_links()

3.4.6

28 May 14:32
f55bc07
Compare
Choose a tag to compare
  • 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

28 Mar 19:26
a5953a2
Compare
Choose a tag to compare

Fixed bug where guest authors with spaces in names were not showing when queried in AJAX suggest box #763 #764

3.4.4

26 Mar 17:07
cafa456
Compare
Choose a tag to compare
  • Fixed bug where author with slug beginning with "cap" does not appear in bylines AJAX suggest box when queried #744
  • Travis for Xenial build no longer fails #751
  • Unit tests no longer fail #752
  • Fixed REST permissions bug where co-author cannot view post assigned to them in Gutenberg #757

3.4.3

20 Apr 20:25
221e4df
Compare
Choose a tag to compare
  • 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

16 Dec 20:59
399c41e
Compare
Choose a tag to compare
  • 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 #708
  • filter_count_user_posts checks that user ID returns valid user object #714
  • Added post count instructions in readme FAQ for CPTs #713