Releases: publishpress/PublishPress-Authors
Releases · publishpress/PublishPress-Authors
v3.8.1
v.3.8.0
Changelog
- Fixed: Fixed PHP warning about undefined "default_author_for_new_posts" attribute for the module options;
- Fixed: Fixed the empty setting field "Default author for new posts", #242;
- Fixed: Fixed empty post_author on posts saved without any author. The current user will be added as the author, #238;
- Fixed: Fixed post_author field on posts when saving posts to store the user ID of the first author, ignoring guest authors, #171;
- Fixed: Fixed support for authors and guest authors in the PublishPress' calendar and content overview filters, #249;
- Added: Added new maintenance task to sync post_author with author terms for all posts, #171;
- Added: Added basic support for multiple authors in the Ultimate Members plugin's posts, #251;
v3.7.3
v3.7.2
Changelog
- Fixed: Fixed the reordering issue on authors in the post edit page;
v3.7.1
v3.7.0
v3.6.3
v3.6.2
v3.6.1
Changelog
- Fixed: Fix admin notice for Co-Authors Plus displaying even when the plugin is not installed;
v3.6.0
Changelog
- Added: Added support to update authors for posts using the quick edit form, #180;
- Added: Added argument "$ignoreCache" to the get_multiple_authors;
- Added: Added new capability (ppma_edit_post_authors) to control who can edit post authors, #213;
- Added: Added an admin notice if Co-Authors Plus is installed asking to read the documentation for migrating data, #209;
- Fixed: Removed mentions to the old name: Multiple Authors;
- Fixed: Error message "The plugin does not have a valid header" in PHP 5.6, #215;
- Fixed: Optimize performance in the get_multiple_authors again, replacing a function call with a specific db query; #190;
- Fixed: Fixed Co-Authors Plus data migration after installing. We still require to manually run the maintenance task to migrate the data;
- Fixed: Fixed get_multiple_authors cache when no arguments are passed to the functions;
- Fixed: Fixed fatal error that happens when get_term returns an error;
- Fixed: Upgrade link and banner were displayed for all users with access to the admin, #208;