Skip to content

Releases: publishpress/PublishPress-Authors

v3.8.1

05 Nov 17:54
3b33a61
Compare
Choose a tag to compare

Changelog

  • Fixed: Fixed the consistency of avatar dimensions between the img tag attributes and the CSS, #258;
  • Fixed: Fixed edit_posts permission check for the PublishPress calendar, #264;
  • Fixed: Restored the post count column in the Authors list, #95;

v.3.8.0

08 Oct 17:07
d155631
Compare
Choose a tag to compare

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

21 Sep 19:47
c8809b0
Compare
Choose a tag to compare

Changelog

  • Fixed: Fixed unresponsive author select box for new posts, #244;

v3.7.2

14 Sep 18:27
3cc0265
Compare
Choose a tag to compare

Changelog

  • Fixed: Fixed the reordering issue on authors in the post edit page;

v3.7.1

11 Sep 17:21
b7ffc76
Compare
Choose a tag to compare

Changelog

  • Fixed: Fixed the authors field in the quick edit panel. It was displaying all authors instead of only the post authors, #236;

v3.7.0

10 Sep 18:24
ac88627
Compare
Choose a tag to compare

Changelog

  • Fixed: Fixed performance issue in the post list and edit page removing avatars from the authors fields, #227;
  • Added: Added option to change the default author for new posts in the site, #50;

v3.6.3

04 Sep 03:48
a045de5
Compare
Choose a tag to compare

Changelog

  • Fixed: Fix error "Uncaught Error: Call to a member function add_cap() on null", #223;

v3.6.2

04 Sep 03:00
a0c37b2
Compare
Choose a tag to compare

Changelog

  • Fixed: Fix error "Call to a member function get_error_message() on boolean", a regression bug result of the recent updates, #221;

v3.6.1

03 Sep 20:46
1fabd95
Compare
Choose a tag to compare

Changelog

  • Fixed: Fix admin notice for Co-Authors Plus displaying even when the plugin is not installed;

v3.6.0

03 Sep 19:03
74771f8
Compare
Choose a tag to compare

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;