Releases: Automattic/Co-Authors-Plus
Releases · Automattic/Co-Authors-Plus
3.4
This release has numerous enhancements and bugfixes:
- New filter
get_coauthors
for modifying coauthor data returned inget_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 CLIassign-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
3.3.1 ("Gutentag")
Adds simple compat for WordPress 5.0.
3.3.0
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
3.3-beta
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
3.2.2
- 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)
3.2
Updating readme etc for v3.2
bumped version numbers for 3.1.2
Maintenance release