Skip to content

Commit

Permalink
3.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Jul 24, 2023
1 parent edf2557 commit 6c04a10
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog for Co-Authors Plus

**3.5.11 (Jul 24, 2023)**
* Author select improvements #924
* Show author taxonomy in REST API, hide description based on capabilities #931
* The author taxonomy was first added to the REST API in CAP 3.5.0, then removed in 3.5.2 over concerns of author email addresses being visible in the description. This adds it back but with the description hidden by default (filterable).
* Guest Authors: Add labels property #942
* Define dynamic guest_authors property #947
* Bump NPM dependencies #927 #933 #943 #944
* Workflows: Fix runner image and matrix #946
* CI: Split out CS and update integration tests workflow #948
* Improve tests setup #949

**3.5.10 (Jan 24, 2023)**
* Fix: Authors not being updated properly in the editor #920

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

* Contributors: batmoo, danielbachhuber, automattic
* Tags: authors, users, multiple authors, co-authors, multi-author, publishing
* Tested up to: 6.1
* Tested up to: 6.2
* Requires at least: 4.1
* Stable tag: 3.5.10
* Stable tag: 3.5.11

Assign multiple bylines to posts, pages, and custom post types with a search-as-you-type input box.

Expand Down
4 changes: 2 additions & 2 deletions co-authors-plus.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Co-Authors Plus
Plugin URI: http://wordpress.org/extend/plugins/co-authors-plus/
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.
Version: 3.5.10
Version: 3.5.11
Author: Mohammad Jangda, Daniel Bachhuber, Automattic
Copyright: 2008-2015 Shared and distributed between Mohammad Jangda, Daniel Bachhuber, Weston Ruter
Expand Down Expand Up @@ -32,7 +32,7 @@
Author - user with the role of author
*/

define( 'COAUTHORS_PLUS_VERSION', '3.5.10' );
define( 'COAUTHORS_PLUS_VERSION', '3.5.11' );

require_once dirname( __FILE__ ) . '/template-tags.php';
require_once dirname( __FILE__ ) . '/deprecated.php';
Expand Down
15 changes: 11 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Co-Authors Plus ===
Contributors: batmoo, danielbachhuber, automattic
Tags: authors, users, multiple authors, coauthors, multi-author, publishing
Tested up to: 6.1
Tested up to: 6.2
Requires at least: 4.1
Stable tag: 3.5.10
Stable tag: 3.5.11

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

Expand Down Expand Up @@ -62,7 +62,14 @@ Yep! Guest authors can be disabled entirely through an apt filter. Having the fo

== Changelog ==

= 3.5.10 (Jan 24, 2023) =
* Fix: Authors not being updated properly in the editor #920
= 3.5.11 (Jul 24, 2023) =
* Author select improvements #924
* Show author taxonomy in REST API, hide description based on capabilities #931
* Guest Authors: Add labels property #942
* Define dynamic guest_authors property #947
* Bump NPM dependencies #927 #933 #943 #944
* Workflows: Fix runner image and matrix #946
* CI: Split out CS and update integration tests workflow #948
* Improve tests setup #949

For all previous changes, [view the Changelog](https://github.com/Automattic/Co-Authors-Plus/blob/master/CHANGELOG.md)

0 comments on commit 6c04a10

Please sign in to comment.