Skip to content

Commit

Permalink
Release 3.5.7 (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahum authored Jan 5, 2023
1 parent be1a8c9 commit 2c2c209
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.7 (Jan 5, 2022)**
* Remove Composer autoloader dependency #898
* Fixes Yoast deprecated warning for get_article_type_options_values() #901

**3.5.6 (Nov 16, 2022)**
* CI: Add new deployment workflow #890
* Dependency update #891
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.6
* Stable tag: 3.5.7

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.6 (Nov 16, 2022)**
* CI: Add new deployment workflow #890
* Dependency update #891
**3.5.7 (Jan 5, 2023)**
* Remove Composer autoloader dependency #898
* Fixes Yoast deprecated warning for get_article_type_options_values() #901

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

require_once dirname( __FILE__ ) . '/template-tags.php';
require_once dirname( __FILE__ ) . '/deprecated.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.6
Stable tag: 3.5.7

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.6 (Nov 16, 2022) =
* CI: Add new deployment workflow #890
* Dependency update #891
= 3.5.7 (Jan 5, 2023) =
* Remove Composer autoloader dependency #898
* Fixes Yoast deprecated warning for get_article_type_options_values() #901

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

0 comments on commit 2c2c209

Please sign in to comment.