Releases: WebberZone/popular-authors
Version 1.3.0
Release post: 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.
- 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
1.3.0-beta1
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.
- 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
1.2.1
- Bug fixes:
- Removed incorrect shortcode
tptn_views
. - Styles Handler used the wrong filter.
- Renamed cache setting to avoid conflict with Top 10.
- Removed incorrect shortcode
Full Changelog: v1.2.0...1.2.1
Version 1.2.0
Release post: https://webberzone.com/announcements/popular-authors-1-2-0/
Popular Authors has been rewritten to use classes and autoloading.
-
Features:
- New style options: Choose between a Card Layout or Left Thumbs
- New filter:
wzpa_custom_template
which can be used to override the Popular Authors HTML output - New filters:
wzpa_query_fields
,wzpa_query_join
,wzpa_query_where
,wzpa_query_groupby
,wzpa_query_orderby
andwzpa_query_limits
to modify the Popular Authors mySQL query
-
Bug fixes:
- Block gave validation errors for the Daily range and Hour range fields when blank
What's Changed
- Implemented OOP by @ajaydsouza in #15
Full Changelog: v1.1.1...v1.2.0
Version 1.2.0 Beta 2
Changelog:
Popular Authors has been rewritten to use classes and autoloading.
-
Features:
- New style options: Choose between a Card Layout or Left Thumbs
- New filter:
wzpa_custom_template
which can be used to override the Popular Authors HTML output - New filters:
wzpa_query_fields
,wzpa_query_join
,wzpa_query_where
,wzpa_query_groupby
,wzpa_query_orderby
andwzpa_query_limits
to modify the Popular Authors mySQL query
-
Bug fixes:
- Block gave validation errors for the Daily range and Hour range fields when blank
Installation
- Download the popular-authors.zip file from this release post
- Visit Plugins in your Admin Area
- Hit the Add New button next to the Plugins heading
- Hit the Upload button next to the Add Plugins heading
- Select the popular-authors.zip file that you downloaded and hit Install Now
- In the next screen choose Replace current with uploaded
- This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number
Full Changelog: v1.2.0-beta1...v1.2.0-beta2
Version 1.2.0 Beta 1
Changelog:
Popular Authors has been rewritten to use classes and autoloading.
-
Features:
- New style options: Choose between a Card Layout or Left Thumbs
- New filter:
wzpa_custom_template
which can be used to override the Popular Authors HTML output - New filters:
wzpa_query_fields
,wzpa_query_join
,wzpa_query_where
,wzpa_query_groupby
,wzpa_query_orderby
andwzpa_query_limits
to modify the Popular Authors mySQL query
-
Bug fixes:
- Block gave validation errors for the Daily range and Hour range fields when blank
Installation
- Download the popular-authors.zip file from this release post
- Visit Plugins in your Admin Area
- Hit the Add New button next to the Plugins heading
- Hit the Upload button next to the Add Plugins heading
- Select the popular-authors.zip file that you downloaded and hit Install Now
- In the next screen choose Replace current with uploaded
- This should replace the plugin with the latest version. You can verify this by going back to the Plugins page and checking the version number
Full Changelog: v1.1.1...v1.2.0-beta1
Version 1.1.1
Security fix
Full Changelog: v1.1.0...v1.1.1
Version 1.1.0
Release post: https://webberzone.com/blog/popular-authors-1-1-0
-
Features:
- New Gutenberg block. Find it by searching for
popular authors
orauthor
- New settings tab added to Top 10 Settings page where global settings for this plugin can be configured
- New setting to display the author avatar
- New setting to cache the output. This option respects the cache settings of Top 10 and uses the similar transient names
- New Gutenberg block. Find it by searching for
-
Enhancements/Modifications:
- An admin notice will be displayed if Top 10 v3 and above is not installed
Full Changelog: v1.0.1...v1.1.0
Version 1.0.1
Released on: 24 Jul 2020
- Widget now has two additonal settings: Exclude admins and Show full names to make it easier to use
Full Changelog: v1.0.0...v1.0.1