Skip to content

1.3.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ajaydsouza ajaydsouza released this 12 Jan 22:15
· 1 commit to master since this release

Changelog:

  • Features:

    • Introducing a new feature to display popular posts by author, available as a Gutenberg block, shortcode, and template tag. This allows you to fetch and showcase popular posts for a specific author.
      • Use the wzpa_display_top_posts_by_author template tag to display the popular posts associated with a selected author easily.
      • The shortcode parameters are documented here.
      • The block is documented here.
    • Introducing a new post_type parameter lets you display popular authors for specific post types. This feature is accessible via the shortcode and block, and can also be configured in the Settings panel if you have Top 10 Pro installed.
  • Modifications:

    • Rewritten Popular Authors block for apiVersion 3 and better modular code.
    • Passing the styles parameter to the block will enqueue the style.
  • Bug fixes:

    • Cache setting clashed with Top 10.

Full Changelog: 1.2.1...1.3.0-beta1