|
1 | 1 | # Changelog for Co-Authors Plus
|
2 | 2 |
|
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 | + |
4 | 39 | * Author select improvements #924
|
5 | 40 | * Show author taxonomy in REST API, hide description based on capabilities #931
|
6 | 41 | * 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 | 46 | * CI: Split out CS and update integration tests workflow #948
|
12 | 47 | * Improve tests setup #949
|
13 | 48 |
|
14 |
| -**3.5.10 (Jan 24, 2023)** |
| 49 | +## [3.5.10] - 2023-01-24 |
| 50 | + |
15 | 51 | * Fix: Authors not being updated properly in the editor #920
|
16 | 52 |
|
17 |
| -**3.5.9 (Jan 19, 2023)** |
| 53 | +## [3.5.9] - 2023-01-19 |
| 54 | + |
18 | 55 | * Fix: Avoid Fatal errors reported in the Nav menu filters for Guest Authors #917
|
19 | 56 |
|
20 |
| -**3.5.8 (Jan 18, 2023)** |
| 57 | +## [3.5.8] - 2023-01-18 |
| 58 | + |
21 | 59 | * Make CoAuthors_Plus::get_coauthor_by() compatible with unicode author usernames #909
|
22 | 60 | * Yoast: Prevent no-indexing of guest authors' archive pages by @adekbadek #912
|
23 | 61 | * Refactors Gutenberg Feature #870
|
24 | 62 | * Fixes guest author menu item to display accurate URL #913
|
25 | 63 | * Only update authors on Gutenberg post save #914
|
26 | 64 |
|
27 |
| -**3.5.7 (Jan 5, 2023)** |
| 65 | +## [3.5.7] - 2023-01-05 |
| 66 | + |
28 | 67 | * Remove Composer autoloader dependency #898
|
29 | 68 | * Fixes Yoast deprecated warning for get_article_type_options_values() #901
|
30 | 69 |
|
31 |
| -**3.5.6 (Nov 16, 2022)** |
| 70 | +## [3.5.6] - 2022-11-16 |
| 71 | + |
32 | 72 | * CI: Add new deployment workflow #890
|
33 | 73 | * Dependency update #891
|
34 | 74 |
|
35 |
| -**3.5.5 (Nov 16, 2022)** |
| 75 | +## [3.5.5] - 2022-11-16 |
| 76 | + |
36 | 77 | * Add Yoast integration #877
|
37 | 78 | * CI: Add WP 6.1 #886 #887
|
38 | 79 |
|
39 |
| -**3.5.4 (Nov 4, 2022)** |
| 80 | +## [3.5.4] - 2022-11-04 |
| 81 | + |
40 | 82 | * Handle `WP_Error` on failed guest author creation for method `create_guest_author()` #879
|
41 | 83 | * Only use `pre_handle_404` filter in non-paged result #874
|
42 | 84 | * Add CLI create-author command #880
|
|
45 | 87 | * Fix tests and add IDE files #882
|
46 | 88 | * Bump dependencies #866 #865 #864
|
47 | 89 |
|
48 |
| -**3.5.3 (Oct 24, 2022)** |
| 90 | +## [3.5.3] - 2022-10-24 |
| 91 | + |
49 | 92 | * Add author taxonomy labels #860
|
50 | 93 | * Add check for empty author in Jetpack Open Graph tags #861
|
51 | 94 | * Improve performance of search_authors() #872
|
52 | 95 | * Update WP versions in tests and grant permission to composer-installer packages #863
|
53 | 96 |
|
54 |
| -**3.5.2 (June 1, 2022)** |
| 97 | +## [3.5.2] - 2022-06-01 |
| 98 | + |
55 | 99 | * Remove the `/wp/v2/coauthors` endpoint #851
|
56 | 100 | * Remove CSS hack that hides the add author box from core in the block editor #847
|
57 | 101 |
|
58 |
| -**3.5.1 (April 25, 2022)** |
| 102 | +## [3.5.1] - 2022-04-25 |
| 103 | + |
59 | 104 | * Fix error for undefined `use_block_editor_for_post` #843
|
60 | 105 |
|
61 |
| -**3.5 (April 21, 2022)** |
| 106 | +## [3.5] - 2022-04-21 |
| 107 | + |
62 | 108 | * Add Block Editor integration #790
|
63 | 109 | * Fix issues with cache key `id` not being deleted #832
|
64 | 110 | * 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
|
390 | 436 |
|
391 | 437 | **1.1.0 (Apr. 14, 2009)**
|
392 | 438 | * 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 |
0 commit comments