Skip to content

3.3-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@philipjohn philipjohn released this 10 Apr 11:36
· 985 commits to develop since this release

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