Releases: humanmade/authorship
Releases · humanmade/authorship
0.2.17
0.2.16
0.2.15
- Fix REST response callback #125
- Remove required fields from profile update #124
- Fix eslint issue and JS testing github action and Build action
0.2.14
0.2.13
What's Changed
- Show all users in post author column. by @robindevitt in #106
- The v0.2.13 release by @roborourke in #108
New Contributors
- @robindevitt made their first contribution in #93
- @roborourke made their first contribution in #98
Full Changelog: https://github.com/humanmade/authorship/commits/0.2.13
0.2.12
Hi there PHP 8 👋
This update allows installing Authorship via Composer while using PHP 8.
WordPress 5.9 compatibility update
#93 - Update to remove any use of the new capability
query argument. props @robindevitt
No post, no authors. Welcome WP 5.8!
Compatibility fix for WordPress 5.8
Changes
- Skip loading assets if the block editor has no post : https://github.com/humanmade/authorship/pull/88/files
More filter parity with core
This adds a filter authorship_rest_user_collection_params
to mimic core's rest_user_collection_params
and allow overriding the values that Authorship overrides as well.