diff --git a/CHANGELOG.md b/CHANGELOG.md index cf8be2c6..cf3a2a5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ 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.14] - 2023-08-21 + +### Fixed +* Check `get_current_screen()` exists #973 +* Fix Ajax-suggested user and guest author ID collision #974 +* Fix PHP Warnings on accessing `$coauthor` instance #975 +* i18n: Add text domain header #984 + +### Maintenance +* CI: Update integration tests environnments #979 +* CLI: Add Behat functional tests #980 +* Create LICENSE file #985 +* Refresh plugin headers #986 + ## [3.5.13] - 2023-07-31 ### Fixed @@ -442,6 +456,7 @@ Props to the many people who helped make this release possible: [catchmyfame](ht **1.1.0 (Apr. 14, 2009)** * Initial beta release. +[3.5.14]: https://github.com/automattic/co-authors-plus/compare/3.5.13...3.5.14 [3.5.13]: https://github.com/automattic/co-authors-plus/compare/3.5.12...3.5.13 [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 diff --git a/README.md b/README.md index 599b1a1e..7ee0829f 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,13 @@ # Co-Authors Plus -* Contributors: batmoo, danielbachhuber, automattic +* Contributors: batmoo, danielbachhuber, automattic, GaryJones * Tags: authors, users, multiple authors, co-authors, multi-author, publishing -* Tested up to: 6.2 * Requires at least: 4.1 -* Stable tag: 3.5.13 +* Tested up to: 6.3 +* Stable tag: 3.5.14 +* Requires PHP: 5.6 +* License: GPLv2 or later +* License URI: https://www.gnu.org/licenses/gpl-2.0.html 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 018d3121..78af3596 100755 --- a/co-authors-plus.php +++ b/co-authors-plus.php @@ -11,7 +11,7 @@ * Plugin Name: Co-Authors Plus * Plugin URI: https://wordpress.org/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.13 + * Version: 3.5.14 * Requires at least: 4.1 * Requires PHP: 5.6 * Author: Mohammad Jangda, Daniel Bachhuber, Automattic @@ -21,7 +21,7 @@ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt */ -define( 'COAUTHORS_PLUS_VERSION', '3.5.13' ); +define( 'COAUTHORS_PLUS_VERSION', '3.5.14' ); require_once dirname( __FILE__ ) . '/template-tags.php'; require_once dirname( __FILE__ ) . '/deprecated.php'; diff --git a/readme.txt b/readme.txt index 6fe77c04..6939f5ac 100644 --- a/readme.txt +++ b/readme.txt @@ -1,9 +1,12 @@ === Co-Authors Plus === Contributors: batmoo, danielbachhuber, automattic, GaryJones -Tags: authors, users, multiple authors, coauthors, multi-author, publishing -Tested up to: 6.2 +Tags: authors, users, multiple authors, co-authors, multi-author, publishing Requires at least: 4.1 -Stable tag: 3.5.13 +Tested up to: 6.3 +Stable tag: 3.5.14 +Requires PHP: 5.6 +License: GPLv2 or later +License URI: https://www.gnu.org/licenses/gpl-2.0.html Assign multiple bylines to posts, pages, and custom post types via a search-as-you-type input box