Releases: WebberZone/top-10
Releases · WebberZone/top-10
Version 3.2.2 Beta 2
Changes
-
Enhancements/Modifications:
- Dashboard widget will display the number of posts set in the Top 10 Settings page
-
Bug fixes:
- Tax query parameter was not set in
Top_Ten_Query
post_type
parameter was not set inTop_Ten_Query
- Parse error in some PHP installs prevented the plugin from being activated
- Tax query parameter was not set in
Installation
- Download the top-10.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 top-10.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: v3.2.2-beta1...v3.2.2-beta2
Version 3.2.2 Beta 1
Bug fixes:
tax_query
was not set in Top_Ten_Query
Installation
- Download the top-10.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 top-10.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
Version 3.2.1
-
Other Enhancements/Modifications:
- Modified behaviour of Popular Posts page and Admin Dashboard widgets to limit to public post types
-
Bug fixes:
- Fixed:
Fatal error: Uncaught Error: Call to undefined function restore_current_blog()
- Fixed:
Installation
- Download the top-10.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 top-10.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: v3.2.0...v3.2.1
Version 3.2.1 Beta 1
Full Changelog: v3.2.0...v3.2.1-beta1
Installation
- Download the top-10.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 top-10.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
Version 3.2.0
Release post: https://webberzone.com/blog/top-10-v3-2-0/
-
Features:
- New setting in the Popular Posts block to select the style by block type
-
Multisite improvements:
- Retrieve the popular posts across multiple blogs by passing multiple blog IDs to Top_Ten_Query
- New Tools page and Import/Export page in Network Admin - you can find this in the Top 10 menu
- Resetting the Popular Posts or Daily Popular Posts will apply to the current site in the Admin screen and across the network in the Network Admin screen
- Exporting/Importing tables will apply to the current site in the Admin screen and across the network in the Network Admin screen
-
Top_Ten_Query improvements:
- WP_Query's arguments
posts_per_page
,post_type
are prioritised - New filters:
top_ten_query_date_query
,top_ten_query_meta_query
,top_ten_query_meta_query_relation
,top_ten_query_tax_query_relation
,top_ten_query_posts_fields
,top_ten_query_posts_join
,top_ten_query_posts_where
,top_ten_query_posts_orderby
,top_ten_query_posts_groupby
- Cache key is generated from the
query_args
instead of just theinput_query_args
- WP_Query's arguments
-
Other Enhancements/Modifications:
- New function:
get_tptn_table()
; Code has been refactored to use this function - Popular Posts page in Admin or Network Admin use the same class
Top_Ten_Statistics_Table
. DeletedTop_Ten_Network_Statistics_Table
- Selecting "Text only" thumbnail setting or style will not display a thumbnail
- Use moment.js bundled with WordPress
- Updated ChartJS and ChartJS Data Labels plugin scripts to latest versions
- New function:
-
Bug fix:
- Scripts/styles didn't load in Network posts page
Version 3.2.0 Beta 1
- Enhancements/Modifications:
- Multisite improvements:
- Retrieve the popular posts across multiple blogs by passing multiple blog IDs to Top_Ten_Query
- New Tools page and Import/Export page in Network Admin - you can find this in the Top 10 menu
- Resetting the Popular Posts or Daily Popular Posts will apply to the current site in the Admin screen and across the network in the Network Admin screen
- Exporting/Importing tables will apply to the current site in the Admin screen and across the network in the Network Admin screen
- Top_Ten_Query improvements:
- WP_Query's arguments
posts_per_page
,post_type
are prioritised - New filters:
top_ten_query_date_query
,top_ten_query_meta_query
,top_ten_query_meta_query_relation
,top_ten_query_tax_query_relation
,top_ten_query_posts_fields
,top_ten_query_posts_join
,top_ten_query_posts_where
,top_ten_query_posts_orderby
,top_ten_query_posts_groupby
- Cache key is generated from the
query_args
instead of just theinput_query_args
- WP_Query's arguments
- New function:
get_tptn_table()
; Code has been refactored to use this function - Popular Posts page in Admin or Network Admin use the same class
Top_Ten_Statistics_Table
. DeletedTop_Ten_Network_Statistics_Table
- Selecting "Text only" thumbnail style will force the same for the output
- Use moment.js bundled with WordPress
- Multisite improvements:
Installation
- Download the top-10.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 top-10.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
Version 3.1.3
Release post: https://webberzone.com/blog/top-10-v3-1-0/
- Bug fixes:
- Updated moment.min.js
- Fixed PHP errors when editing a post in Gutenberg
Full Changelog: v3.1.2...v3.1.3
Version 3.1.2
Release post: https://webberzone.com/blog/top-10-v3-1-0/
Fixes parse errors in admin.php
Full Changelog: v3.1.0...v3.1.2
Version 3.1.0
Release post: https://webberzone.com/blog/top-10-v3-1-0/
-
Features:
- New filter
tptn_show_meta_box
that can be set to false to disable the Top 10 meta box on Edit screens - New option to exclude the current post from the list
- New option "Exclude on Categories" to disable the display of the popular posts on selected categories
- New filter
-
Enhancements/Modifications:
- Optimised import of tables particularly for larger imports
- Added wpml-config.xml file that will allow settings to be translated with WPML and PolyLang
- Upgraded block to the latest API
- Upgraded thumbnail display. If default image is disabled, then the site icon will be displayed if available
- Admin dashboard counts match with the Popular posts listings
- Updated chartjs to the latest version
-
Bug fixes:
- Fixed PHP notice on widgets.php page due to the block
- Widget checkboxes are not saved in WordPress 5.8
post__in
argument will now remove any false/0 values- Disabling/enabling author tracking didn't always work
- WP Multisite: Creating a new blog with automatically configure the plugin
- Widget incorrectly included all post types when no post types were selected instead of using the global settings
- Current post was incorrectly excluded when translation functions were run
Full Changelog: v3.0.0...v3.1.0
Version 3.1.0 Beta 2
-
Features:
- New filter
tptn_show_meta_box
that can be set to false to disable the Top 10 meta box on Edit screens - New option to exclude the current post from the list
- New filter
-
Enhancements/Modifications:
- Optimised import of tables particularly for larger imports
- Added wpml-config.xml file that will allow settings to be translated with WPML and PolyLang
- Upgraded block to the latest API
- Upgraded thumbnail display. If default image is disabled, then the site icon will be displayed if available
- Admin dashboard counts match with the Popular posts listings
-
Bug fixes:
- Fixed PHP notice on widgets.php page due to the block
- Widget checkboxes are not saved in WordPress 5.8
post__in
argument will now remove any false/0 values- Disabling/enabling author tracking didn't always work
- WP Multisite: Creating a new blog with automatically configure the plugin
- Widget incorrectly included all post types when no post types were selected instead of using the global settings
- Current post was incorrectly excluded when translation functions were run