Skip to content

Commit 091aef3

Browse files
authored
Merge pull request #981 from Automattic/release/3.5.14
2 parents 723534c + 424b337 commit 091aef3

File tree

4 files changed

+29
-8
lines changed

4 files changed

+29
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.5.14] - 2023-08-21
9+
10+
### Fixed
11+
* Check `get_current_screen()` exists #973
12+
* Fix Ajax-suggested user and guest author ID collision #974
13+
* Fix PHP Warnings on accessing `$coauthor` instance #975
14+
* i18n: Add text domain header #984
15+
16+
### Maintenance
17+
* CI: Update integration tests environnments #979
18+
* CLI: Add Behat functional tests #980
19+
* Create LICENSE file #985
20+
* Refresh plugin headers #986
21+
822
## [3.5.13] - 2023-07-31
923

1024
### Fixed
@@ -442,6 +456,7 @@ Props to the many people who helped make this release possible: [catchmyfame](ht
442456
**1.1.0 (Apr. 14, 2009)**
443457
* Initial beta release.
444458

459+
[3.5.14]: https://github.com/automattic/co-authors-plus/compare/3.5.13...3.5.14
445460
[3.5.13]: https://github.com/automattic/co-authors-plus/compare/3.5.12...3.5.13
446461
[3.5.12]: https://github.com/automattic/co-authors-plus/compare/3.5.11...3.5.12
447462
[3.5.11]: https://github.com/automattic/co-authors-plus/compare/3.5.10...3.5.11

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Co-Authors Plus
22

3-
* Contributors: batmoo, danielbachhuber, automattic
3+
* Contributors: batmoo, danielbachhuber, automattic, GaryJones
44
* Tags: authors, users, multiple authors, co-authors, multi-author, publishing
5-
* Tested up to: 6.2
65
* Requires at least: 4.1
7-
* Stable tag: 3.5.13
6+
* Tested up to: 6.3
7+
* Stable tag: 3.5.14
8+
* Requires PHP: 5.6
9+
* License: GPLv2 or later
10+
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
811

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

co-authors-plus.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Co-Authors Plus
1212
* Plugin URI: https://wordpress.org/plugins/co-authors-plus/
1313
* 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.
14-
* Version: 3.5.13
14+
* Version: 3.5.14
1515
* Requires at least: 4.1
1616
* Requires PHP: 5.6
1717
* Author: Mohammad Jangda, Daniel Bachhuber, Automattic
@@ -21,7 +21,7 @@
2121
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
2222
*/
2323

24-
define( 'COAUTHORS_PLUS_VERSION', '3.5.13' );
24+
define( 'COAUTHORS_PLUS_VERSION', '3.5.14' );
2525

2626
require_once dirname( __FILE__ ) . '/template-tags.php';
2727
require_once dirname( __FILE__ ) . '/deprecated.php';

readme.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
=== Co-Authors Plus ===
22
Contributors: batmoo, danielbachhuber, automattic, GaryJones
3-
Tags: authors, users, multiple authors, coauthors, multi-author, publishing
4-
Tested up to: 6.2
3+
Tags: authors, users, multiple authors, co-authors, multi-author, publishing
54
Requires at least: 4.1
6-
Stable tag: 3.5.13
5+
Tested up to: 6.3
6+
Stable tag: 3.5.14
7+
Requires PHP: 5.6
8+
License: GPLv2 or later
9+
License URI: https://www.gnu.org/licenses/gpl-2.0.html
710

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

0 commit comments

Comments
 (0)