Co-Authors-Plus

Multiple bylines and Guest Authors for WordPress

GPL-2.0 License

Downloads
596
Stars
291
Committers
119

Bot releases are visible (Hide)

Co-Authors-Plus - 3.4.9

Published by rebeccahum about 3 years ago

  • 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
Co-Authors-Plus - 3.4.8

Published by rebeccahum over 3 years ago

Fix AJAX author autocomplete when no author to post in selector

Co-Authors-Plus - 3.4.7

Published by rebeccahum over 3 years ago

Fix accidental escaping introduced to coauthors_posts_links()

Co-Authors-Plus - 3.4.6

Published by rebeccahum over 3 years ago

  • 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
Co-Authors-Plus - 3.4.5

Published by rebeccahum over 3 years ago

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

Co-Authors-Plus - 3.4.4

Published by rebeccahum over 3 years ago

  • 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
Co-Authors-Plus - 3.4.3

Published by rebeccahum over 4 years ago

  • 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
Co-Authors-Plus - 3.4.2

Published by rebeccahum almost 5 years ago

  • 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
Co-Authors-Plus - 3.4

Published by rebeccahum over 5 years ago

This release has numerous enhancements and bugfixes:

  • New filter get_coauthors for modifying coauthor data returned in get_coauthors() #646
  • New filter coauthors_guest_authors_exported_extra_data to allow guest author to export data as regular author #528
  • New filter get_avatar_url() to show avatar in JS selection #621
  • New parameter in coauthors_wp_list_authors() to only query authors with posts #496
  • Add internationalization support to title and name in author archives #516
  • Add safelist to skip irrelevant capabilities during permission checks #543
  • Add helper function get_guest_author_post_count() #605
  • Add parameter for outputting HTML classes in coauthors_get_avatar() template tag #610
  • Add --append_coauthors flag to synopsis of CLI assign-coauthors #600
  • Adjust CLI command create-guest-authors-from-csv to import website, avatar and description (#603 and #619)
  • Post type of "any" can be used in filters #617
  • Remove unnecessary is_array() check #471
  • Remove unnecessary action_pre_user_query() #531
  • Use correct args in search_authors() #519
  • Have filter_author_archive_title() run on author archives only #535
  • Improve tests coverage (#529, #540, #546, #576 and #569)
  • Change posts_selection to action from filter #563
  • Fix number of args expected for get_the_archive_title callback #657
  • Fix spelling, update FAQ for disabling guest authors and credits in readme (#656, #523 and #501)
  • Output coauthors_links_single() template tag correctly when guest author has no website #504
  • Number by "Mine" link shows correct listing of posts #663
  • Linked guest authors show accurate post counts #674
  • Can no longer add co-author more than once #532
  • No more overwriting posts with current user in add_coauthors() #545
  • Accurate post count for user when using different login #558
  • No more double post count for users with linked accounts #567
  • Fix SQL error (#593 and #628)
  • Fix "Mine" link href for Pages #547
  • Can delete users when guest authors functionality disabled #602
  • Fix incompatibility issue with Yoast of missing posts in author pages #624
  • Resolve undefined index warnings on author archives #521
  • Resolve warnings when current user has no term assigned #517

Props: TheCrowned, shantanu2704, WPprodigy, blunce24, rebeccahum, andrewfleming, justnorris, sboisvert, jasonbahl, mariovalney, RoyTheRoyalBoy, jacobarriola, smistephen, manzoorwanijk, kodemonster, westonruter, binodkalathil, scofennell, hyperionjrw, pdemarte, mostafaabd, paulschreiber

Co-Authors-Plus - 3.3.1 ("Gutentag")

Published by mjangda almost 6 years ago

Adds simple compat for WordPress 5.0.

Co-Authors-Plus - 3.3.0

Published by philipjohn over 6 years ago

v3.3.0 ("Rebecca") is a significant release, featuring numerous bug fixes and improved test coverage.

  • Fix private post viewing on front-end #386
  • Reduce amount of sleep #400
  • Author search UX issues #407
  • Remove associated guest user when mapped user id deleted. #414
  • Removed double left join on posts_join_filter #419
  • Fixed WP CLI create-terms-for-posts if no co-authors found #420
  • Pages archive now displays coauthors and quick edit works #422
  • Terminology updated throughout #423
  • Replace hardcoded 'author' with $this->$coauthor_taxonomy #426
  • Move parenthesis to fix esc_html and sprintf #430
  • Added progress to create-guest-authors so users have an idea of how long it will take #431
  • Deleting guest authors is less confusing #432
  • Guest author's featured image is avatar now #433
  • Removed extra image sizing #434
  • Remove duplicated byline #435
  • coauthors_wp_list_authors() has option to list only guest authors now #436
  • remove duplicates from linked accounts on coauthors_wp_list_authors() #437
  • Accurate Guest Author post count on linked accounts #438
  • New README.md #439
  • Filter author archive #441
  • Fix coauthors_links_single() #444
  • Added guest author hooks for create/delete #446
  • Fixes logic for DOING_AUTOSAVE check #450
  • user_login spaces problem when using add_coauthors #453
  • Adding details of filter for slow performance #456
  • Remove redundant test for 404 on Author Archive #457
  • Guest Author Counts are more accurate #461
  • Set $coauthors_loading #468
  • Fix the issue where guest authors with non-ASCII characters can't be used as co-authors #473
  • Fix the issue where incompatibility when coauthors_auto_apply_template_tags set to true #474
  • Unit tests/Fix warnings for template tags #475
  • Review and improve test coverage #476
  • Update class-wp-cli.php #480
  • Update .travis.yml file for PHPUnit tests #482
  • Changes to resolve issue #332 about missing coauthor meta #484
Co-Authors-Plus - 3.3-beta

Published by philipjohn over 6 years ago

v3.3.0 ("Rebecca") is a significant release, featuring numerous bug fixes and improved test coverage.

  • Fix private post viewing on front-end #386
  • Reduce amount of sleep #400
  • Author search UX issues #407
  • Remove associated guest user when mapped user id deleted. #414
  • Removed double left join on posts_join_filter #419
  • Fixed WP CLI create-terms-for-posts if no co-authors found #420
  • Pages archive now displays coauthors and quick edit works #422
  • Terminology updated throughout #423
  • Replace hardcoded 'author' with $this->$coauthor_taxonomy #426
  • Move parenthesis to fix esc_html and sprintf #430
  • Added progress to create-guest-authors so users have an idea of how long it will take #431
  • Deleting guest authors is less confusing #432
  • Guest author's featured image is avatar now #433
  • Removed extra image sizing #434
  • Remove duplicated byline #435
  • coauthors_wp_list_authors() has option to list only guest authors now #436
  • remove duplicates from linked accounts on coauthors_wp_list_authors() #437
  • Accurate Guest Author post count on linked accounts #438
  • New README.md #439
  • Filter author archive #441
  • Fix coauthors_links_single() #444
  • Added guest author hooks for create/delete #446
  • Fixes logic for DOING_AUTOSAVE check #450
  • user_login spaces problem when using add_coauthors #453
  • Adding details of filter for slow performance #456
  • Remove redundant test for 404 on Author Archive #457
  • Guest Author Counts are more accurate #461
  • Set $coauthors_loading #468
  • Fix the issue where guest authors with non-ASCII characters can't be used as co-authors #473
  • Fix the issue where incompatibility when coauthors_auto_apply_template_tags set to true #474
  • Unit tests/Fix warnings for template tags #475
  • Review and improve test coverage #476
  • Update class-wp-cli.php #480
  • Update .travis.yml file for PHPUnit tests #482
  • Changes to resolve issue #332 about missing coauthor meta #484
Co-Authors-Plus - 3.2.2

Published by philipjohn over 7 years ago

  • Fix broken author ordering in 4.7+ (props mslinnea)
  • Fix no moderation e-mail bug (props RobjS)
  • Cached functions in CLI commands (props jasonbahl)
  • Fix missing echos (props trepmal)
  • Add coauthors_guest_author_query_args filter (props trepmal)
Co-Authors-Plus - 3.2

Published by philipjohn over 8 years ago

Co-Authors-Plus -

Published by mattoperry about 9 years ago

Maintenance release