authorship icon indicating copy to clipboard operation
authorship copied to clipboard

A modern approach to author attribution in WordPress.

Results 54 authorship issues
Sort by recently updated
recently updated
newest added

We're quite behind with PHP version testing. This adds testing up to PHP 8.3. Once this is in place we can look at bumping the phpcs packages, the minimum supported...

Authorship specifies no Node requirements, and will fail if using modern NodeJS. To fix this the `package.json` should specify the range of Node versions that are supported in the `engines`...

Documentation
Task
P1

The readme suggests using `npm run start` after running `npm install` and `composer install` for local development. However, doing this results in a hard crash: ``` ❯ npm run start...

Bug
P1

In a multisite context, site admins do not have the ability to create guest authors, as only super-admins can create users. This creates a painful experience where site admins become...

Except in #139 (which is probably a typo/mistake), Authorship doesn't make use of `$term->name` in `authorship` taxonomy. This might be a good idea to store the user display name as...

I'm working with a customer who is experiencing slowness on admin-ajax requests, which appears to be at least partially attributable to Authorship. For example, on a `query-attachments` action (sorted by...

This plugin doesn't filter the output of the `core/post-author` block, making it not usable out of the box in block themes. It would be good to provide some rendered output...

Enhancement

Fix https://github.com/humanmade/authorship/issues/141 ![image](https://github.com/humanmade/authorship/assets/23632632/90c17269-b099-4fb5-8c6d-40af7246d50c)

I have customized the capabilities, removing the possibility of creating guest users, but the editor is showing an error on displaying the error: ![image](https://github.com/humanmade/authorship/assets/23632632/74b08930-e121-42e9-a1cc-fa4015c13fe9) I'm aware of https://github.com/humanmade/authorship/issues/76, but this...

Recently Gutenberg finished removing all usage of `lodash`: https://github.com/WordPress/gutenberg/issues/17025#issuecomment-1632633444 Because the editor scripts in Authorship still rely on lodash, but it's not declared as a dependency, they fail in the...

Bug