Skip to content

v3.11.0

Compare
Choose a tag to compare
@andergmartins andergmartins released this 25 Jan 18:59
· 2014 commits to master since this release
13756a4

Changelog

  • Added: Added fields for setting the plural and single title to the author box and widget, #75;
  • Added: Added Rest API support to list the post's authors, #311;
  • Added: Added new action to set authors to a post: "publishpress_authors_set_post_authors";
  • Added: Added filter and constant for specifying to not load styles in the frontend, so users can use their own styles, #313;
  • Added: Added Italian language files. Thanks to Angelo Giammarresi;
  • Added: Added more automated tests;
  • Changed: Updated Brazilian Portuguese language files;
  • Fixed: Improved general performance removing unnecessary permissions validation on every text in the page, #325;
  • Fixed: Improved general performance ignoring the body class change method if not in the frontend;
  • Fixed: Fixed support to PHP 5.6 downgrading the Twig's requirement "symfony/polyfill-ctype" to v1.19, the last one that supports PHP 5, #323;
  • Fixed: Fixed support to PHP 5.6 downgrading "pimple/pimple" to v3.2.3, the last one that supports PHP 5, #323;
  • Fixed: Removed meaningless warnings when the post doesn't have an author: "[PublishPress Authors] Warning - The link for the author_id="" was changed to the post page because the author is not specified in the given url", #308;
  • Fixed: If the post doesn't have an author term, the function filter_author_link doesn't recognized the user from "post_author" as author of the post, #308;
  • Fixed: If the post doesn't have an author term, the function "get_multiple_authors" returns a WP_User instance (based on "post_author") even if the user is mapped to an author term, #306;
  • Fixed: In the function "is_multiple_author_for_post", recognize user as author of a post even if he doesn't have a term, #307;
  • Fixed: One test is trying to create a term which already exists, logging the error message: "A term with the name provided already exists";
  • Fixed: Fixed multiple footers displayed when both Free and Pro are activated, #312;
  • Fixed: Fix PHP error when an older version of YoastSEO is installed and the warning "not compatible YoastSEO" is showed;