Version Description
(Mar. 20, 2014) = * Bug fix: Co-authors selection UI should appear when creating a new post too.
Download this release
Release Info
| Developer | automattic |
| Plugin | |
| Version | 3.1.1 |
| Comparing to | |
| See all releases | |
Code changes from version 3.1 to 3.1.1
- co-authors-plus.php +2 -2
- js/co-authors-plus.js +1 -1
- readme.txt +5 -2
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.1
|
| 7 |
Author: Mohammad Jangda, Daniel Bachhuber, Automattic
|
| 8 |
Copyright: 2008-2014 Shared and distributed between Mohammad Jangda, Daniel Bachhuber, Weston Ruter
|
| 9 |
|
|
@@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
| 24 |
|
| 25 |
*/
|
| 26 |
|
| 27 |
-
define( 'COAUTHORS_PLUS_VERSION', '3.1' );
|
| 28 |
|
| 29 |
require_once( dirname( __FILE__ ) . '/template-tags.php' );
|
| 30 |
require_once( dirname( __FILE__ ) . '/deprecated.php' );
|
| 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.1.1
|
| 7 |
Author: Mohammad Jangda, Daniel Bachhuber, Automattic
|
| 8 |
Copyright: 2008-2014 Shared and distributed between Mohammad Jangda, Daniel Bachhuber, Weston Ruter
|
| 9 |
|
| 24 |
|
| 25 |
*/
|
| 26 |
|
| 27 |
+
define( 'COAUTHORS_PLUS_VERSION', '3.1.1' );
|
| 28 |
|
| 29 |
require_once( dirname( __FILE__ ) . '/template-tags.php' );
|
| 30 |
require_once( dirname( __FILE__ ) . '/deprecated.php' );
|
js/co-authors-plus.js
CHANGED
|
@@ -466,7 +466,7 @@ jQuery(document).ready(function () {
|
|
| 466 |
hide_loading();
|
| 467 |
});
|
| 468 |
|
| 469 |
-
if ( 'post-php' == adminpage ) {
|
| 470 |
var $post_coauthor_logins = jQuery('input[name="coauthors[]"]');
|
| 471 |
var $post_coauthor_names = jQuery('input[name="coauthorsinput[]"]');
|
| 472 |
var $post_coauthor_emails = jQuery('input[name="coauthorsemails[]"]');
|
| 466 |
hide_loading();
|
| 467 |
});
|
| 468 |
|
| 469 |
+
if ( 'post-php' == adminpage || 'post-new-php' == adminpage ) {
|
| 470 |
var $post_coauthor_logins = jQuery('input[name="coauthors[]"]');
|
| 471 |
var $post_coauthor_names = jQuery('input[name="coauthorsinput[]"]');
|
| 472 |
var $post_coauthor_emails = jQuery('input[name="coauthorsemails[]"]');
|
readme.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
=== Co-Authors Plus ===
|
| 2 |
Contributors: batmoo, danielbachhuber, automattic
|
| 3 |
Tags: authors, users, multiple authors, coauthors, multi-author, publishing
|
| 4 |
-
Tested up to:
|
| 5 |
Requires at least: 3.7
|
| 6 |
-
Stable tag: 3.1
|
| 7 |
|
| 8 |
Assign multiple bylines to posts, pages, and custom post types via a search-as-you-type input box
|
| 9 |
|
|
@@ -57,6 +57,9 @@ Bug fixes and minor enhancements
|
|
| 57 |
|
| 58 |
== Changelog ==
|
| 59 |
|
|
|
|
|
|
|
|
|
|
| 60 |
= 3.1 (Mar. 17, 2014) =
|
| 61 |
* Manage co-authors from Quick Edit. Props [mpatek](https://github.com/mpatek).
|
| 62 |
* Updated Spanish translation, courtesy of [sergiomajluf](https://github.com/sergiomajluf).
|
| 1 |
=== Co-Authors Plus ===
|
| 2 |
Contributors: batmoo, danielbachhuber, automattic
|
| 3 |
Tags: authors, users, multiple authors, coauthors, multi-author, publishing
|
| 4 |
+
Tested up to: 4.5
|
| 5 |
Requires at least: 3.7
|
| 6 |
+
Stable tag: 3.1.1
|
| 7 |
|
| 8 |
Assign multiple bylines to posts, pages, and custom post types via a search-as-you-type input box
|
| 9 |
|
| 57 |
|
| 58 |
== Changelog ==
|
| 59 |
|
| 60 |
+
= 3.1.1 (Mar. 20, 2014) =
|
| 61 |
+
* Bug fix: Co-authors selection UI should appear when creating a new post too.
|
| 62 |
+
|
| 63 |
= 3.1 (Mar. 17, 2014) =
|
| 64 |
* Manage co-authors from Quick Edit. Props [mpatek](https://github.com/mpatek).
|
| 65 |
* Updated Spanish translation, courtesy of [sergiomajluf](https://github.com/sergiomajluf).
|
