Co-Authors Plus - Version 3.5.6

Version Description

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

For all previous changes, view the Changelog

Download this release

Release Info

Developer automattic
Plugin Icon wp plugin Co-Authors Plus
Version 3.5.6
Comparing to
See all releases

Code changes from version 3.5.5 to 3.5.6

.editorconfig ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file is for unifying the coding style for different editors and IDEs
2
+ # editorconfig.org
3
+
4
+ # WordPress Coding Standards
5
+ # https://make.wordpress.org/core/handbook/coding-standards/
6
+
7
+ root = true
8
+
9
+ [*]
10
+ charset = utf-8
11
+ end_of_line = lf
12
+ insert_final_newline = true
13
+ trim_trailing_whitespace = true
14
+ indent_style = tab
15
+
16
+ [*.yml]
17
+ indent_style = space
18
+ indent_size = 2
19
+
20
+ [*.md]
21
+ trim_trailing_whitespace = false
22
+
23
+ [{*.txt,wp-config-sample.php}]
24
+ end_of_line = crlf
CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
  # Changelog for Co-Authors Plus
2
 
 
 
 
 
3
  **3.5.5 (Nov 16, 2022)**
4
  * Add Yoast integration #877
5
  * CI: Add WP 6.1 #886 #887
1
  # Changelog for Co-Authors Plus
2
 
3
+ **3.5.6 (Nov 16, 2022)**
4
+ * CI: Add new deployment workflow #890
5
+ * Dependency update #891
6
+
7
  **3.5.5 (Nov 16, 2022)**
8
  * Add Yoast integration #877
9
  * CI: Add WP 6.1 #886 #887
Makefile DELETED
@@ -1,9 +0,0 @@
1
- .PHONY: lint test
2
-
3
- test: lint phpunit
4
-
5
- lint:
6
- find . -name \*.php -not -path "./vendor/*" -print0 | xargs -0 -n 1 -P 4 php -d display_errors=stderr -l > /dev/null
7
-
8
- phpunit:
9
- phpunit
 
 
 
 
 
 
 
 
 
README.md CHANGED
@@ -4,7 +4,7 @@
4
  * Tags: authors, users, multiple authors, co-authors, multi-author, publishing
5
  * Tested up to: 6.1
6
  * Requires at least: 4.1
7
- * Stable tag: 3.5.5
8
 
9
  Assign multiple bylines to posts, pages, and custom post types via a search-as-you-type input box
10
 
@@ -85,8 +85,8 @@ add_filter( 'coauthors_count_published_post_types', function( $post_types ) {
85
 
86
  ## Changelog
87
 
88
- **3.5.5 (Nov 16, 2022)**
89
- * Add Yoast integration #877
90
- * CI: Add WP 6.1 #886 #887
91
 
92
  For all previous changes, [view the Changelog](https://github.com/Automattic/Co-Authors-Plus/blob/master/CHANGELOG.md)
4
  * Tags: authors, users, multiple authors, co-authors, multi-author, publishing
5
  * Tested up to: 6.1
6
  * Requires at least: 4.1
7
+ * Stable tag: 3.5.6
8
 
9
  Assign multiple bylines to posts, pages, and custom post types via a search-as-you-type input box
10
 
85
 
86
  ## Changelog
87
 
88
+ **3.5.6 (Nov 16, 2022)**
89
+ * CI: Add new deployment workflow #890
90
+ * Dependency update #891
91
 
92
  For all previous changes, [view the Changelog](https://github.com/Automattic/Co-Authors-Plus/blob/master/CHANGELOG.md)
co-authors-plus.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Co-Authors Plus
4
  Plugin URI: http://wordpress.org/extend/plugins/co-authors-plus/
5
  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.
6
- Version: 3.5.5
7
  Author: Mohammad Jangda, Daniel Bachhuber, Automattic
8
  Copyright: 2008-2015 Shared and distributed between Mohammad Jangda, Daniel Bachhuber, Weston Ruter
9
 
@@ -32,7 +32,7 @@ Co-author - in the context of a single post, a guest author or user assigned to
32
  Author - user with the role of author
33
  */
34
 
35
- define( 'COAUTHORS_PLUS_VERSION', '3.5.5' );
36
 
37
  require_once dirname( __FILE__ ) . '/vendor/autoload.php';
38
 
3
  Plugin Name: Co-Authors Plus
4
  Plugin URI: http://wordpress.org/extend/plugins/co-authors-plus/
5
  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.
6
+ Version: 3.5.6
7
  Author: Mohammad Jangda, Daniel Bachhuber, Automattic
8
  Copyright: 2008-2015 Shared and distributed between Mohammad Jangda, Daniel Bachhuber, Weston Ruter
9
 
32
  Author - user with the role of author
33
  */
34
 
35
+ define( 'COAUTHORS_PLUS_VERSION', '3.5.6' );
36
 
37
  require_once dirname( __FILE__ ) . '/vendor/autoload.php';
38
 
js/co-authors-plus.js CHANGED
File without changes
package-lock.json CHANGED
@@ -7982,9 +7982,9 @@
7982
  "dev": true
7983
  },
7984
  "loader-utils": {
7985
- "version": "2.0.2",
7986
- "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz",
7987
- "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==",
7988
  "dev": true,
7989
  "requires": {
7990
  "big.js": "^5.2.2",
7982
  "dev": true
7983
  },
7984
  "loader-utils": {
7985
+ "version": "2.0.4",
7986
+ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz",
7987
+ "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==",
7988
  "dev": true,
7989
  "requires": {
7990
  "big.js": "^5.2.2",
php/class-coauthors-endpoint.php CHANGED
File without changes
php/class-coauthors-wp-list-table.php CHANGED
File without changes
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: batmoo, danielbachhuber, automattic
3
  Tags: authors, users, multiple authors, coauthors, multi-author, publishing
4
  Tested up to: 6.1
5
  Requires at least: 4.1
6
- Stable tag: 3.5.5
7
 
8
  Assign multiple bylines to posts, pages, and custom post types via a search-as-you-type input box
9
 
@@ -62,8 +62,8 @@ Yep! Guest authors can be disabled entirely through an apt filter. Having the fo
62
 
63
  == Changelog ==
64
 
65
- = 3.5.5 =
66
- * Add Yoast integration #877
67
- * CI: Add WP 6.1 #886 #887
68
 
69
  For all previous changes, [view the Changelog](https://github.com/Automattic/Co-Authors-Plus/blob/master/CHANGELOG.md)
3
  Tags: authors, users, multiple authors, coauthors, multi-author, publishing
4
  Tested up to: 6.1
5
  Requires at least: 4.1
6
+ Stable tag: 3.5.6
7
 
8
  Assign multiple bylines to posts, pages, and custom post types via a search-as-you-type input box
9
 
62
 
63
  == Changelog ==
64
 
65
+ = 3.5.6 (Nov 16, 2022) =
66
+ * CI: Add new deployment workflow #890
67
+ * Dependency update #891
68
 
69
  For all previous changes, [view the Changelog](https://github.com/Automattic/Co-Authors-Plus/blob/master/CHANGELOG.md)