Skip to content

Commit a9bbf98

Browse files
committed
Merge branch 'release/3.3'
2 parents a34519e + 492aee6 commit a9bbf98

File tree

3 files changed

+88
-12
lines changed

3 files changed

+88
-12
lines changed

README.md

Lines changed: 46 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
* Contributors: batmoo, danielbachhuber, automattic
44
* Tags: authors, users, multiple authors, coauthors, multi-author, publishing
5-
* Tested up to: 4.8
5+
* Tested up to: 4.9.5
66
* Requires at least: 4.1
7-
* Stable tag: 3.2.2
7+
* Stable tag: 3.3.0
88

99
Assign multiple bylines to posts, pages, and custom post types via a search-as-you-type input box
1010

11-
## Description
11+
## Description
1212

1313
Assign multiple bylines to posts, pages, and custom post types via a search-as-you-type input box. Co-authored posts appear on a co-author's archive page and in their feed. Co-authors may edit the posts they are associated with, and co-authors who are contributors may only edit posts if they have not been published (as is core behavior).
1414

@@ -18,7 +18,7 @@ On the frontend, use the [Co-Authors Plus template tags](http://vip.wordpress.co
1818

1919
This plugin is an almost complete rewrite of the Co-Authors plugin originally developed at [Shepherd Interactive](http://www.shepherd-interactive.com/) (2007). The original plugin was inspired by the 'Multiple Authors' plugin by Mark Jaquith (2005).
2020

21-
## Frequently Asked Questions
21+
## Frequently Asked Questions
2222

2323
* How do I add Co-Authors Plus support to my theme?
2424

@@ -28,17 +28,17 @@ If you've just installed Co-Authors Plus, you might notice that the bylines are
2828

2929
When a user is deleted from WordPress, they will be removed from all posts for which they are co-authors. If you chose to reassign their posts to another user, that user will be set as the coauthor instead.
3030

31-
* Can I use Co-Authors Plus with WordPress multisite?
31+
* Can I use Co-Authors Plus with WordPress multisite?
3232

3333
Yep! Co-Authors Plus can be activated on a site-by-site basis, or network-activated. If you create guest authors, however, those guest authors will exist on a site-by-site basis.
3434

35-
* Who needs permission to do what?
35+
* Who needs permission to do what?
3636

3737
To assign co-authors to posts, a WordPress user will need the `edit_others_posts` capability. This is typically granted to the Editor role, but can be altered with the `coauthors_plus_edit_authors` filter.
3838

3939
To create new guest author profiles, a WordPress will need the `list_users` capability. This is typically granted to the Administrator role, but can be altered with the `coauthors_guest_author_manage_cap` filter.
4040

41-
* Can I easily create a list of all co-authors?
41+
* Can I easily create a list of all co-authors?
4242

4343
Yep! There's a template tag called `coauthors_wp_list_authors()` that accepts many of the same arguments as `wp_list_authors()`. Look in template-tags.php for more details.
4444

@@ -60,6 +60,45 @@ $ wp --url=example.com co-authors-plus create-terms-for-posts
6060

6161
## Changelog ##
6262

63+
**3.3.0 ("Rebecca")**
64+
* Fix private post viewing on front-end #386
65+
* Reduce amount of sleep #400
66+
* Author search UX issues #407
67+
* Remove associated guest user when mapped user id deleted. #414
68+
* Removed double left join on posts_join_filter #419
69+
* Fixed WP CLI create-terms-for-posts if no co-authors found #420
70+
* Pages archive now displays coauthors and quick edit works #422
71+
* Terminology updated throughout #423
72+
* Replace hardcoded 'author' with $this->$coauthor_taxonomy #426
73+
* Move parenthesis to fix esc_html and sprintf #430
74+
* Added progress to create-guest-authors so users have an idea of how long it will take #431
75+
* Deleting guest authors is less confusing #432
76+
* Guest author's featured image is avatar now #433
77+
* Removed extra image sizing #434
78+
* Remove duplicated byline #435
79+
* coauthors_wp_list_authors() has option to list only guest authors now #436
80+
* remove duplicates from linked accounts on coauthors_wp_list_authors() #437
81+
* Accurate Guest Author post count on linked accounts #438
82+
* New README.md #439
83+
* Filter author archive #441
84+
* Fix coauthors_links_single() #444
85+
* Added guest author hooks for create/delete #446
86+
* Fixes logic for DOING_AUTOSAVE check #450
87+
* user_login spaces problem when using add_coauthors #453
88+
* Adding details of filter for slow performance #456
89+
* Remove redundant test for 404 on Author Archive #457
90+
* Guest Author Counts are more accurate #461
91+
* Set $coauthors_loading #468
92+
* Fix the issue where guest authors with non-ASCII characters can't be used as co-authors #473
93+
* Fix the issue where incompatibility when `coauthors_auto_apply_template_tags` set to true #474
94+
* Unit tests/Fix warnings for template tags #475
95+
* Review and improve test coverage #476
96+
* Update class-wp-cli.php #480
97+
* Update .travis.yml file for PHPUnit tests #482
98+
* Changes to resolve issue #332 about missing coauthor meta #484
99+
100+
Props to the many people who helped make this release possible: [catchmyfame](https://github.com/catchmyfame), [danielbachhuber](https://github.com/danielbachhuber), [david-binda](https://github.com/david-binda), [douglas-johnson](https://github.com/douglas-johnson), [castlehouse](https://github.com/castlehouse), [frankar](https://github.com/frankar), [haleeben](https://github.com/haleeben), [jjeaton](https://github.com/jjeaton), [johnbillion](https://github.com/johnbillion), [kevinlisota](https://github.com/kevinlisota), [mattoperry](https://github.com/mattoperry), [mdbitz](https://github.com/mdbitz), [mdchiragpatel](https://github.com/mdchiragpatel), [megfh](https://github.com/megfh), [mjangda](https://github.com/mjangda), [mslinnea](https://github.com/mslinnea), [natebot](https://github.com/natebot), [nickdaugherty](https://github.com/nickdaugherty), [nilzari](https://github.com/nilzari), [philipjohn](https://github.com/philipjohn), [pkevan](https://github.com/pkevan), [rebeccahum](https://github.com/rebeccahum), [ryanmarkel](https://github.com/ryanmarkel), [sanketio](https://github.com/sanketio), [sboisvert](https://github.com/sboisvert), [Spongsta](https://github.com/Spongsta), [srguglielmo](https://github.com/srguglielmo), [timburden](https://github.com/timburden), [trepmal](https://github.com/trepmal), [TylerDurdon](https://github.com/TylerDurdon)
101+
63102
**3.2.2**
64103
* Fix broken author ordering in 4.7+ (props mslinnea)
65104
* Fix no moderation e-mail bug (props RobjS)

co-authors-plus.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Co-Authors Plus
44
Plugin URI: http://wordpress.org/extend/plugins/co-authors-plus/
55
Description: Allows multiple authors to be assigned to a post. This plugin is an extended version of the Co-Authors plugin developed by Weston Ruter.
6-
Version: 3.2.2
6+
Version: 3.3.0
77
Author: Mohammad Jangda, Daniel Bachhuber, Automattic
88
Copyright: 2008-2015 Shared and distributed between Mohammad Jangda, Daniel Bachhuber, Weston Ruter
99
@@ -32,7 +32,7 @@
3232
Author - user with the role of author
3333
*/
3434

35-
define( 'COAUTHORS_PLUS_VERSION', '3.2.2' );
35+
define( 'COAUTHORS_PLUS_VERSION', '3.3.0' );
3636

3737
require_once( dirname( __FILE__ ) . '/template-tags.php' );
3838
require_once( dirname( __FILE__ ) . '/deprecated.php' );
@@ -1409,7 +1409,7 @@ public function get_author_term( $coauthor ) {
14091409
if ( false !== ( $term = wp_cache_get( $cache_key, 'co-authors-plus' ) ) ) {
14101410
return $term;
14111411
}
1412-
1412+
14131413
// use linked user for accurate post count
14141414
if ( ! empty ( $coauthor->linked_account ) ) {
14151415
$term = get_term_by( 'slug', 'cap-' . $coauthor->linked_account, $this->coauthor_taxonomy );

readme.txt

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=== Co-Authors Plus ===
22
Contributors: batmoo, danielbachhuber, automattic
33
Tags: authors, users, multiple authors, coauthors, multi-author, publishing
4-
Tested up to: 4.8
4+
Tested up to: 4.9.5
55
Requires at least: 4.1
6-
Stable tag: 3.2.2
6+
Stable tag: 3.3.0
77

88
Assign multiple bylines to posts, pages, and custom post types via a search-as-you-type input box
99

@@ -57,6 +57,43 @@ Bug fixes and minor enhancements
5757

5858
== Changelog ==
5959

60+
= 3.3.0 ("Rebecca") =
61+
* Fix private post viewing on front-end
62+
* Reduce amount of sleep
63+
* Author search UX issues
64+
* Remove associated guest user when mapped user id deleted.
65+
* Removed double left join on posts_join_filter
66+
* Fixed WP CLI create-terms-for-posts if no co-authors found
67+
* Pages archive now displays coauthors and quick edit works
68+
* Terminology updated throughout
69+
* Replace hardcoded 'author' with $this->$coauthor_taxonomy
70+
* Move parenthesis to fix esc_html and sprintf
71+
* Added progress to create-guest-authors so users have an idea of how long it will take
72+
* Deleting guest authors is less confusing
73+
* Guest author's featured image is avatar now
74+
* Removed extra image sizing
75+
* Remove duplicated byline
76+
* coauthors_wp_list_authors() has option to list only guest authors now
77+
* remove duplicates from linked accounts on coauthors_wp_list_authors()
78+
* Accurate Guest Author post count on linked accounts
79+
* New README.md
80+
* Filter author archive
81+
* Fix coauthors_links_single()
82+
* Added guest author hooks for create/delete
83+
* Fixes logic for DOING_AUTOSAVE check
84+
* user_login spaces problem when using add_coauthors
85+
* Adding details of filter for slow performance
86+
* Remove redundant test for 404 on Author Archive
87+
* Guest Author Counts are more accurate
88+
* Set $coauthors_loading
89+
* Fix the issue where guest authors with non-ASCII characters can't be used as co-authors
90+
* Fix the issue where incompatibility when `coauthors_auto_apply_template_tags` set to true
91+
* Unit tests/Fix warnings for template tags
92+
* Review and improve test coverage
93+
* Update class-wp-cli.php
94+
* Update .travis.yml file for PHPUnit tests
95+
* Changes to resolve issue #332 about missing coauthor meta
96+
6097
= 3.2.2 =
6198
* Fix broken author ordering in 4.7+ (props mslinnea)
6299
* Fix no moderation e-mail bug (props RobjS)

0 commit comments

Comments
 (0)