Skip to content

Commit

Permalink
3.5.6 release (#893)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum authored Nov 16, 2022
1 parent 9517748 commit 31edbb7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog for Co-Authors Plus

**3.5.6 (Nov 16, 2022)**
* CI: Add new deployment workflow #890
* Dependency update #891

**3.5.5 (Nov 16, 2022)**
* Add Yoast integration #877
* CI: Add WP 6.1 #886 #887
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Tags: authors, users, multiple authors, co-authors, multi-author, publishing
* Tested up to: 6.1
* Requires at least: 4.1
* Stable tag: 3.5.5
* Stable tag: 3.5.6

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

Expand Down Expand Up @@ -85,8 +85,8 @@ add_filter( 'coauthors_count_published_post_types', function( $post_types ) {

## Changelog

**3.5.5 (Nov 16, 2022)**
* Add Yoast integration #877
* CI: Add WP 6.1 #886 #887
**3.5.6 (Nov 16, 2022)**
* CI: Add new deployment workflow #890
* Dependency update #891

For all previous changes, [view the Changelog](https://github.com/Automattic/Co-Authors-Plus/blob/master/CHANGELOG.md)
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.5
Version: 3.5.6
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.5' );
define( 'COAUTHORS_PLUS_VERSION', '3.5.6' );

require_once dirname( __FILE__ ) . '/vendor/autoload.php';

Expand Down
8 changes: 4 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: batmoo, danielbachhuber, automattic
Tags: authors, users, multiple authors, coauthors, multi-author, publishing
Tested up to: 6.1
Requires at least: 4.1
Stable tag: 3.5.5
Stable tag: 3.5.6

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

Expand Down Expand Up @@ -62,8 +62,8 @@ Yep! Guest authors can be disabled entirely through an apt filter. Having the fo

== Changelog ==

= 3.5.5 =
* Add Yoast integration #877
* CI: Add WP 6.1 #886 #887
= 3.5.6 (Nov 16, 2022) =
* CI: Add new deployment workflow #890
* Dependency update #891

For all previous changes, [view the Changelog](https://github.com/Automattic/Co-Authors-Plus/blob/master/CHANGELOG.md)

0 comments on commit 31edbb7

Please sign in to comment.