Skip to content

Commit

Permalink
Tagged v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Jan 14, 2025
1 parent 9968bd0 commit 92f623f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions popular-authors.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Plugin Name: Popular Authors
* Plugin URI: https://webberzone.com/downlods/popular-authors/
* Description: Display a list of the popular authors. A Top 10 WordPress plugin addon.
* Version: 1.3.0-beta1
* Version: 1.3.0
* Author: WebberZone
* Author URI: https://webberzone.com
* License: GPL-2.0+
Expand All @@ -36,7 +36,7 @@
* @since 1.1.0
*/
if ( ! defined( 'POP_AUTHOR_VERSION' ) ) {
define( 'POP_AUTHOR_VERSION', '1.2.1' );
define( 'POP_AUTHOR_VERSION', '1.3.0' );
}

/**
Expand Down
2 changes: 2 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ Add a Gutenberg block by searching for `popular authors` or `author`. Check [thi

= 1.3.0 =

Release post: [https://webberzone.com/announcements/popular-authors-1-3-0](https://webberzone.com/announcements/popular-authors-1-3-0)

* 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.
Expand Down

0 comments on commit 92f623f

Please sign in to comment.