From 92f623f28f1b1fe165d50ab0c4740c8bba388f79 Mon Sep 17 00:00:00 2001 From: Ajay D'Souza Date: Tue, 14 Jan 2025 21:33:24 +0000 Subject: [PATCH] Tagged v1.3 --- popular-authors.php | 4 ++-- readme.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/popular-authors.php b/popular-authors.php index fa1cefb..d0702d4 100644 --- a/popular-authors.php +++ b/popular-authors.php @@ -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+ @@ -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' ); } /** diff --git a/readme.txt b/readme.txt index f9260d4..4384ba5 100644 --- a/readme.txt +++ b/readme.txt @@ -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.