Skip to content

v3.5.1

Compare
Choose a tag to compare
@andergmartins andergmartins released this 20 Aug 18:57
· 2320 commits to master since this release
19ea5de

Changelog

  • Fixed: Avoid warnings regarding constants already defined;
  • Fixed: Fixed the cache for the get_multiple_authors function for archive pages, #190;
  • Fixed: Fixed fatal error Object of class WP_Error could not be converted to string, #182;
  • Fixed: Fixed the value for $author->display_name which was returning the value from the user object instead of the custom value set for the author, #183;
  • Fixed: Fixed Plugin::filter_user_has_cap() is passing a param to Util::get_current_post_type() which doesn't support params, #187;
  • Fixed: Fixed Plugin::filter_user_has_cap() to use the correct user, not the current one, #186;
  • Fixed: Removed leftovers from the deprecated capability: ppma_edit_orphan_post, #193;