Changeset 1988335 – WordPress Plugin Repository (original) (raw)

Timestamp:

12/07/2018 09:42:37 PM (7 years ago)

batmoo

Message:

Version 3.3.1

Adds 5.0 Compat. Details at ​https://github.com/Automattic/Co-Authors-Plus/pull/632

Location:

co-authors-plus/trunk

Files:

Legend:

Unmodified

Added

Removed

r1859671 r1988335
4 4 Plugin URI: http://wordpress.org/extend/plugins/co-authors-plus/
5 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.3.0
6 Version: 3.3.1
7 7 Author: Mohammad Jangda, Daniel Bachhuber, Automattic
8 8 Copyright: 2008-2015 Shared and distributed between Mohammad Jangda, Daniel Bachhuber, Weston Ruter
33 33 */
34 34
35 define( 'COAUTHORS_PLUS_VERSION', '3.3.0' );
35 define( 'COAUTHORS_PLUS_VERSION', '3.3.1' );
36 36
37 37 require_once( dirname( __FILE__ ) . '/template-tags.php' );
r1859671 r1988335
110 110 font-size: 13px;
111 111 }
112
113 /** Block Editor Hack for 5.0: Hide the core author input **/
114 .block-editor label[for^="post-author-selector-"],
115 .block-editor select[id^="post-author-selector-"] {
116 display: none;
117 }
r1978576 r1988335
4 4 Tested up to: 5.0
5 5 Requires at least: 4.1
6 Stable tag: 3.3.0
6 Stable tag: 3.3.1
7 7
8 8 Assign multiple bylines to posts, pages, and custom post types via a search-as-you-type input box
57 57
58 58 == Changelog ==
59
60 = 3.3.1 ("Gutentag") =
61 * 5.0 Compat: Hide core author inputs when using the Block Editor to limit confusion (h/t jonathanstegall).
59 62
60 63 = 3.3.0 ("Rebecca") =

Note: See TracChangeset for help on using the changeset viewer.