Co-Authors-Plus icon indicating copy to clipboard operation
Co-Authors-Plus copied to clipboard

Multiple bylines and Guest Authors for WordPress

Results 195 Co-Authors-Plus issues
Sort by recently updated
recently updated
newest added

The current version of https://github.com/Automattic/Co-Authors-Plus/blob/master/README.md uses bullet points as "headings" for FAQ questions. On GitHub, this means that [the automated Table of Contents support](https://github.blog/changelog/2021-04-13-table-of-contents-support-in-markdown-files/) doesn't pick up on the FAQ...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) and [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts). These dependencies needed to be updated together. Updates `node-fetch` from 2.6.5 to 2.6.7 Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade,...

dependencies

Bumps [nth-check](https://github.com/fb55/nth-check) and [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts). These dependencies needed to be updated together. Updates `nth-check` from 1.0.2 to 2.1.1 Release notes Sourced from nth-check's releases. v2.1.1 The ESM code had some issues...

dependencies

Bumps [markdown-it](https://github.com/markdown-it/markdown-it) and [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts). These dependencies needed to be updated together. Updates `markdown-it` from 12.0.4 to 12.3.2 Changelog Sourced from markdown-it's changelog. [12.3.2] - 2022-01-08 Security Fix possible ReDOS in...

dependencies

Add a CLI command to delete guest authors, i.e. wp co-authors-plus delete [--force] [--assign-to=...]

Type: enhancement
Status: has patch

Factor the coauthor/user data retrieval logic out of the `coauthors_wp_list_authors` template tag and into a separate template tag akin to WordPress' own `get_users` function. Allow theme developers to use raw...

Fixes #551. Bulk edit of coauthors has been disabled for a long time. This PR finishes work initiated by https://github.com/psaikali/Co-Authors-Plus/commit/2ac1afbacaec965bbd35bbdd569b8eeb3c160c03 and makes it fully working, by actually updating the coauthors...

Type: enhancement
Status: needs testing

When registering the author taxonomy, label being set to false breaks the Jetpack widget visibility option for Taxonomy. This Taxonomy option requires a label to form the first "all" option...

Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

When creating a new post, the list of authors defaults to the current logged in user. I realize why it does this, since `wp_posts` requires a value for the `post_author`....