Skip to content

Commit

Permalink
Merge pull request #968 from Automattic/release/3.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones authored Jul 30, 2023
2 parents e9a5979 + 0fdc21b commit 1753147
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 27 deletions.
84 changes: 72 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
# Changelog for Co-Authors Plus

**3.5.11 (Jul 24, 2023)**
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.5.12] - 2023-07-30

### Fixed

* Author archive: ensure queried object ID is an int
#966
* Ensure 'nickname' is created to prevent is_author() PHP notice with Guest Author #939
* Refreshing meta box nonce after re-authenticating following a wp_auth_check() #670
* Fix Co-Authors Plus & Elementor Archive Pages conflict #926
* Fix broken link in readme #957
* Unable to change avatar image sizes #959
* Fix avatar id collision between user id and guest-author post type #960
* Add i18n string for PluginDocumentSettingPanel title ##961
* Improve I18n strings #963
* Fix notification to post co-authors #964
* UI: Fix admin headings #965

### Added
* Add: List Co Authors Plus authors in the Slack social share #953

### Maintenance
* Add .gitattributes file #951.
* Tests: Add previously deleted test back in #967
* Refresh screenshots, add banner and icon images #956


### Removed
* Removed deprecated social media fields #830

## [3.5.11] - 2023-07-24

* 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).
Expand All @@ -11,32 +46,39 @@
* CI: Split out CS and update integration tests workflow #948
* Improve tests setup #949

**3.5.10 (Jan 24, 2023)**
## [3.5.10] - 2023-01-24

* Fix: Authors not being updated properly in the editor #920

**3.5.9 (Jan 19, 2023)**
## [3.5.9] - 2023-01-19

* Fix: Avoid Fatal errors reported in the Nav menu filters for Guest Authors #917

**3.5.8 (Jan 18, 2023)**
## [3.5.8] - 2023-01-18

* Make CoAuthors_Plus::get_coauthor_by() compatible with unicode author usernames #909
* Yoast: Prevent no-indexing of guest authors' archive pages by @adekbadek #912
* Refactors Gutenberg Feature #870
* Fixes guest author menu item to display accurate URL #913
* Only update authors on Gutenberg post save #914

**3.5.7 (Jan 5, 2023)**
## [3.5.7] - 2023-01-05

* Remove Composer autoloader dependency #898
* Fixes Yoast deprecated warning for get_article_type_options_values() #901

**3.5.6 (Nov 16, 2022)**
## [3.5.6] - 2022-11-16

* CI: Add new deployment workflow #890
* Dependency update #891

**3.5.5 (Nov 16, 2022)**
## [3.5.5] - 2022-11-16

* Add Yoast integration #877
* CI: Add WP 6.1 #886 #887

**3.5.4 (Nov 4, 2022)**
## [3.5.4] - 2022-11-04

* Handle `WP_Error` on failed guest author creation for method `create_guest_author()` #879
* Only use `pre_handle_404` filter in non-paged result #874
* Add CLI create-author command #880
Expand All @@ -45,20 +87,24 @@
* Fix tests and add IDE files #882
* Bump dependencies #866 #865 #864

**3.5.3 (Oct 24, 2022)**
## [3.5.3] - 2022-10-24

* Add author taxonomy labels #860
* Add check for empty author in Jetpack Open Graph tags #861
* Improve performance of search_authors() #872
* Update WP versions in tests and grant permission to composer-installer packages #863

**3.5.2 (June 1, 2022)**
## [3.5.2] - 2022-06-01

* Remove the `/wp/v2/coauthors` endpoint #851
* Remove CSS hack that hides the add author box from core in the block editor #847

**3.5.1 (April 25, 2022)**
## [3.5.1] - 2022-04-25

* Fix error for undefined `use_block_editor_for_post` #843

**3.5 (April 21, 2022)**
## [3.5] - 2022-04-21

* Add Block Editor integration #790
* Fix issues with cache key `id` not being deleted #832
* Fix broken SQL query caused by wpdb->prepare() escaping quotes #831
Expand Down Expand Up @@ -390,3 +436,17 @@ Props to the many people who helped make this release possible: [catchmyfame](ht

**1.1.0 (Apr. 14, 2009)**
* Initial beta release.

[3.5.12]: https://github.com/automattic/co-authors-plus/compare/3.5.11...3.5.12
[3.5.11]: https://github.com/automattic/co-authors-plus/compare/3.5.10...3.5.11
[3.5.10]: https://github.com/automattic/co-authors-plus/compare/3.5.9...3.5.10
[3.5.9]: https://github.com/automattic/co-authors-plus/compare/3.5.8...3.5.9
[3.5.8]: https://github.com/automattic/co-authors-plus/compare/3.5.7...3.5.8
[3.5.7]: https://github.com/automattic/co-authors-plus/compare/3.5.6...3.5.7
[3.5.6]: https://github.com/automattic/co-authors-plus/compare/3.5.5...3.5.6
[3.5.5]: https://github.com/automattic/co-authors-plus/compare/3.5.4...3.5.5
[3.5.4]: https://github.com/automattic/co-authors-plus/compare/3.5.3...3.5.4
[3.5.3]: https://github.com/automattic/co-authors-plus/compare/3.5.2...3.5.3
[3.5.2]: https://github.com/automattic/co-authors-plus/compare/3.5.1...3.5.2
[3.5.1]: https://github.com/automattic/co-authors-plus/compare/3.5...3.5.1
[3.5]: https://github.com/automattic/co-authors-plus/compare/3.4.92...3.5
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Tags: authors, users, multiple authors, co-authors, multi-author, publishing
* Tested up to: 6.2
* Requires at least: 4.1
* Stable tag: 3.5.11
* Stable tag: 3.5.12

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.11
Version: 3.5.12
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.11' );
define( 'COAUTHORS_PLUS_VERSION', '3.5.12' );

require_once dirname( __FILE__ ) . '/template-tags.php';
require_once dirname( __FILE__ ) . '/deprecated.php';
Expand Down
14 changes: 2 additions & 12 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: batmoo, danielbachhuber, automattic
Tags: authors, users, multiple authors, coauthors, multi-author, publishing
Tested up to: 6.2
Requires at least: 4.1
Stable tag: 3.5.11
Stable tag: 3.5.12

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

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

== Changelog ==

= 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)
[View the change log](https://github.com/Automattic/Co-Authors-Plus/blob/master/CHANGELOG.md).

0 comments on commit 1753147

Please sign in to comment.