Skip to content

v3.13.0

Compare
Choose a tag to compare
@andergmartins andergmartins released this 18 Mar 21:39
· 1886 commits to master since this release
c51dc58

Changelog

  • Added: Added the post terms support in layouts, for displaying them or using on conditionals, #384;
  • Added: Add bulk action to auto map authors to user based on the slug, #347;
  • Added: Improve layout for Centered box and add a color picker to choose a base color, #376, #377;
  • Added: Added new filter to extend the "post" variable exposed to the layouts. The new filter: "publishpress_authors_layout_post_properties", #384;
  • Fixed: Fix the Authors List widget sorting by the author name, #389;
  • Fixed: Fixed Notice: Undefined index: title_plural in the Widget.php file, #393;
  • Fixed: Error Cannot access private property MultipleAuthors\Classes\Objects\Author::$term_id, #386;
  • Fixed: The authors field is not displayed for custom post types created by Toolset, or other plugins, #385;
  • Fixed: Fix link for authors in the Genesis Framework Featured Posts widget, #378;
  • Fixed: PHP Warning: in_array() expects parameter 2 to be array, string given "multiple-authors/multiple-authors.php" #402;
  • Fixed: PHP Fatal error: Uncaught Error: [] operator not supported for strings in MA_Multiple_Authors->filter_workflow_receiver_post_authors #403;
  • Changed: Change the default layout to "boxed", #370;