Skip to content

Commit 7b93051

Browse files
committed
Version 3.6.4.
1 parent 8e8f4c6 commit 7b93051

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Co-Authors Plus
22

3-
Stable tag: 3.6.3
3+
Stable tag: 3.6.4
44
Requires at least: 5.9
55
Tested up to: 6.6
66
Requires PHP: 7.4

Diff for: co-authors-plus.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Plugin Name: Co-Authors Plus
1212
* Plugin URI: https://wordpress.org/plugins/co-authors-plus/
1313
* 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.
14-
* Version: 3.6.3
14+
* Version: 3.6.4
1515
* Requires at least: 5.9
1616
* Requires PHP: 7.4
1717
* Author: Mohammad Jangda, Daniel Bachhuber, Automattic
@@ -21,7 +21,7 @@
2121
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
2222
*/
2323

24-
const COAUTHORS_PLUS_VERSION = '3.6.3';
24+
const COAUTHORS_PLUS_VERSION = '3.6.4';
2525
const COAUTHORS_PLUS_FILE = __FILE__;
2626

2727
require_once __DIR__ . '/template-tags.php';

Diff for: package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "co-authors-plus",
3-
"version": "3.6.3",
3+
"version": "3.6.4",
44
"description": "Allows multiple authors to be assigned to a post.",
55
"license": "GPL-2.0-or-later",
66
"private": true,

0 commit comments

Comments
 (0)