Skip to content

Commit 1753147

Browse files
authored
Merge pull request #968 from Automattic/release/3.5.12
2 parents e9a5979 + 0fdc21b commit 1753147

File tree

4 files changed

+77
-27
lines changed

4 files changed

+77
-27
lines changed

CHANGELOG.md

+72-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,41 @@
11
# Changelog for Co-Authors Plus
22

3-
**3.5.11 (Jul 24, 2023)**
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [3.5.12] - 2023-07-30
9+
10+
### Fixed
11+
12+
* Author archive: ensure queried object ID is an int
13+
#966
14+
* Ensure 'nickname' is created to prevent is_author() PHP notice with Guest Author #939
15+
* Refreshing meta box nonce after re-authenticating following a wp_auth_check() #670
16+
* Fix Co-Authors Plus & Elementor Archive Pages conflict #926
17+
* Fix broken link in readme #957
18+
* Unable to change avatar image sizes #959
19+
* Fix avatar id collision between user id and guest-author post type #960
20+
* Add i18n string for PluginDocumentSettingPanel title ##961
21+
* Improve I18n strings #963
22+
* Fix notification to post co-authors #964
23+
* UI: Fix admin headings #965
24+
25+
### Added
26+
* Add: List Co Authors Plus authors in the Slack social share #953
27+
28+
### Maintenance
29+
* Add .gitattributes file #951.
30+
* Tests: Add previously deleted test back in #967
31+
* Refresh screenshots, add banner and icon images #956
32+
33+
34+
### Removed
35+
* Removed deprecated social media fields #830
36+
37+
## [3.5.11] - 2023-07-24
38+
439
* Author select improvements #924
540
* Show author taxonomy in REST API, hide description based on capabilities #931
641
* 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).
@@ -11,32 +46,39 @@
1146
* CI: Split out CS and update integration tests workflow #948
1247
* Improve tests setup #949
1348

14-
**3.5.10 (Jan 24, 2023)**
49+
## [3.5.10] - 2023-01-24
50+
1551
* Fix: Authors not being updated properly in the editor #920
1652

17-
**3.5.9 (Jan 19, 2023)**
53+
## [3.5.9] - 2023-01-19
54+
1855
* Fix: Avoid Fatal errors reported in the Nav menu filters for Guest Authors #917
1956

20-
**3.5.8 (Jan 18, 2023)**
57+
## [3.5.8] - 2023-01-18
58+
2159
* Make CoAuthors_Plus::get_coauthor_by() compatible with unicode author usernames #909
2260
* Yoast: Prevent no-indexing of guest authors' archive pages by @adekbadek #912
2361
* Refactors Gutenberg Feature #870
2462
* Fixes guest author menu item to display accurate URL #913
2563
* Only update authors on Gutenberg post save #914
2664

27-
**3.5.7 (Jan 5, 2023)**
65+
## [3.5.7] - 2023-01-05
66+
2867
* Remove Composer autoloader dependency #898
2968
* Fixes Yoast deprecated warning for get_article_type_options_values() #901
3069

31-
**3.5.6 (Nov 16, 2022)**
70+
## [3.5.6] - 2022-11-16
71+
3272
* CI: Add new deployment workflow #890
3373
* Dependency update #891
3474

35-
**3.5.5 (Nov 16, 2022)**
75+
## [3.5.5] - 2022-11-16
76+
3677
* Add Yoast integration #877
3778
* CI: Add WP 6.1 #886 #887
3879

39-
**3.5.4 (Nov 4, 2022)**
80+
## [3.5.4] - 2022-11-04
81+
4082
* Handle `WP_Error` on failed guest author creation for method `create_guest_author()` #879
4183
* Only use `pre_handle_404` filter in non-paged result #874
4284
* Add CLI create-author command #880
@@ -45,20 +87,24 @@
4587
* Fix tests and add IDE files #882
4688
* Bump dependencies #866 #865 #864
4789

48-
**3.5.3 (Oct 24, 2022)**
90+
## [3.5.3] - 2022-10-24
91+
4992
* Add author taxonomy labels #860
5093
* Add check for empty author in Jetpack Open Graph tags #861
5194
* Improve performance of search_authors() #872
5295
* Update WP versions in tests and grant permission to composer-installer packages #863
5396

54-
**3.5.2 (June 1, 2022)**
97+
## [3.5.2] - 2022-06-01
98+
5599
* Remove the `/wp/v2/coauthors` endpoint #851
56100
* Remove CSS hack that hides the add author box from core in the block editor #847
57101

58-
**3.5.1 (April 25, 2022)**
102+
## [3.5.1] - 2022-04-25
103+
59104
* Fix error for undefined `use_block_editor_for_post` #843
60105

61-
**3.5 (April 21, 2022)**
106+
## [3.5] - 2022-04-21
107+
62108
* Add Block Editor integration #790
63109
* Fix issues with cache key `id` not being deleted #832
64110
* Fix broken SQL query caused by wpdb->prepare() escaping quotes #831
@@ -390,3 +436,17 @@ Props to the many people who helped make this release possible: [catchmyfame](ht
390436

391437
**1.1.0 (Apr. 14, 2009)**
392438
* Initial beta release.
439+
440+
[3.5.12]: https://github.com/automattic/co-authors-plus/compare/3.5.11...3.5.12
441+
[3.5.11]: https://github.com/automattic/co-authors-plus/compare/3.5.10...3.5.11
442+
[3.5.10]: https://github.com/automattic/co-authors-plus/compare/3.5.9...3.5.10
443+
[3.5.9]: https://github.com/automattic/co-authors-plus/compare/3.5.8...3.5.9
444+
[3.5.8]: https://github.com/automattic/co-authors-plus/compare/3.5.7...3.5.8
445+
[3.5.7]: https://github.com/automattic/co-authors-plus/compare/3.5.6...3.5.7
446+
[3.5.6]: https://github.com/automattic/co-authors-plus/compare/3.5.5...3.5.6
447+
[3.5.5]: https://github.com/automattic/co-authors-plus/compare/3.5.4...3.5.5
448+
[3.5.4]: https://github.com/automattic/co-authors-plus/compare/3.5.3...3.5.4
449+
[3.5.3]: https://github.com/automattic/co-authors-plus/compare/3.5.2...3.5.3
450+
[3.5.2]: https://github.com/automattic/co-authors-plus/compare/3.5.1...3.5.2
451+
[3.5.1]: https://github.com/automattic/co-authors-plus/compare/3.5...3.5.1
452+
[3.5]: https://github.com/automattic/co-authors-plus/compare/3.4.92...3.5

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Tags: authors, users, multiple authors, co-authors, multi-author, publishing
55
* Tested up to: 6.2
66
* Requires at least: 4.1
7-
* Stable tag: 3.5.11
7+
* Stable tag: 3.5.12
88

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

co-authors-plus.php

+2-2
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.5.11
6+
Version: 3.5.12
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.5.11' );
35+
define( 'COAUTHORS_PLUS_VERSION', '3.5.12' );
3636

3737
require_once dirname( __FILE__ ) . '/template-tags.php';
3838
require_once dirname( __FILE__ ) . '/deprecated.php';

readme.txt

+2-12
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: batmoo, danielbachhuber, automattic
33
Tags: authors, users, multiple authors, coauthors, multi-author, publishing
44
Tested up to: 6.2
55
Requires at least: 4.1
6-
Stable tag: 3.5.11
6+
Stable tag: 3.5.12
77

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

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

6262
== Changelog ==
6363

64-
= 3.5.11 (Jul 24, 2023) =
65-
* Author select improvements #924
66-
* Show author taxonomy in REST API, hide description based on capabilities #931
67-
* Guest Authors: Add labels property #942
68-
* Define dynamic guest_authors property #947
69-
* Bump NPM dependencies #927 #933 #943 #944
70-
* Workflows: Fix runner image and matrix #946
71-
* CI: Split out CS and update integration tests workflow #948
72-
* Improve tests setup #949
73-
74-
For all previous changes, [view the Changelog](https://github.com/Automattic/Co-Authors-Plus/blob/master/CHANGELOG.md)
64+
[View the change log](https://github.com/Automattic/Co-Authors-Plus/blob/master/CHANGELOG.md).

0 commit comments

Comments
 (0)