From 6c04a109093cf22dcaeb8860e81a02beb2cd988e Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Sun, 23 Jul 2023 01:22:49 +0100 Subject: [PATCH] 3.5.11 --- CHANGELOG.md | 11 +++++++++++ README.md | 4 ++-- co-authors-plus.php | 4 ++-- readme.txt | 15 +++++++++++---- 4 files changed, 26 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c14fdbc2..299aae0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index b089af37..360374f6 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/co-authors-plus.php b/co-authors-plus.php index d863c9e6..951d652a 100755 --- a/co-authors-plus.php +++ b/co-authors-plus.php @@ -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 @@ -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'; diff --git a/readme.txt b/readme.txt index 45b7f678..884d08b9 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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)