Skip to content

Commit

Permalink
3.5.14
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Aug 20, 2023
1 parent 45dbb83 commit b130253
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ 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 PHP Warnings on accessing $coauthor instance #975

### Maintenance
* CI: Update integration tests environnments #979
* CLI: Add Behat functional tests #980

## [3.5.13] - 2023-07-31

### Fixed
Expand Down Expand Up @@ -442,6 +452,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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

* Contributors: batmoo, danielbachhuber, automattic
* Tags: authors, users, multiple authors, co-authors, multi-author, publishing
* Tested up to: 6.2
* Tested up to: 6.3
* Requires at least: 4.1
* Stable tag: 3.5.13
* Stable tag: 3.5.14

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

require_once dirname( __FILE__ ) . '/template-tags.php';
require_once dirname( __FILE__ ) . '/deprecated.php';
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
=== Co-Authors Plus ===
Contributors: batmoo, danielbachhuber, automattic, GaryJones
Tags: authors, users, multiple authors, coauthors, multi-author, publishing
Tested up to: 6.2
Tested up to: 6.3
Requires at least: 4.1
Stable tag: 3.5.13
Stable tag: 3.5.14

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

Expand Down

0 comments on commit b130253

Please sign in to comment.