Skip to content

Commit

Permalink
Tagged v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaydsouza committed Apr 15, 2020
1 parent b691839 commit 3d2fcd2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
[![WordPress Tested](https://img.shields.io/wordpress/v/top-10.svg?style=flat-square)](https://wordpress.org/plugins/top-10/)
[![Build Status](https://travis-ci.org/WebberZone/top-10.svg?branch=master)](https://travis-ci.org/WebberZone/top-10)

__Requires:__ 4.8
__Requires:__ 4.9

__Tested up to:__ 5.3
__Tested up to:__ 5.4

__License:__ [GPL-2.0+](http://www.gnu.org/licenses/gpl-2.0.html)

Expand Down
14 changes: 8 additions & 6 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ So, if you've got some cool feature that you'd like to implement into the plugin
== Frequently Asked Questions ==

Check out the [FAQ on the plugin page](http://wordpress.org/plugins/top-10/faq/) and the [FAQ on the WebberZone knowledgebase](https://webberzone.com/support/section/top-10/).
It is the fastest way to get support as I monitor the forums regularly. I also provide [premium *paid* support via email](https://webberzone.com/support/).
It is the fastest way to get support as I monitor the forums regularly. I also provide [*paid* premium support via email](https://webberzone.com/support/).


= How can I customise the output? =
Expand All @@ -120,7 +120,7 @@ The main CSS classes include:

= Shortcodes =

You can find details of the shortcodes in this [article](https://webberzone.com/support/knowledgebase/top-10-shortcodes/)
You can find details of the shortcodes in this [knowledge base article](https://webberzone.com/support/knowledgebase/top-10-shortcodes/)

= Manual install =

Expand All @@ -138,7 +138,7 @@ View [examples of the plugin API](https://gist.github.com/ajaydsouza/c8defd4b46e

= Can this plugin replace Google Analytics? =

No. Top 10 has been designed to only track the number of page-views on your blog posts and display the same. It isn't designed to replace Google Analytics or any other full fledged statistics application.
No. Top 10 has been designed to only track the number of page-views on your blog posts and display the same. It isn't designed to replace Google Analytics or any other full fledged analytics application.

= How does the scheduled maintenance work? =

Expand All @@ -162,6 +162,8 @@ add_filter( 'manage_edit-projects_sortable_columns', 'tptn_column_register_sorta

= 2.9.0 =

Release post: [https://webberzone.com/blog/top-10-v2-9-0/](https://webberzone.com/blog/top-10-v2-9-0/)

* Features:
* Edit the total visits from the Top 10 > Popular Posts page
* New shortcode setting `include_cat_ids` to limit top posts to selected categories/taxonomies. Use a comma separated list of [term_taxonomy_id](https://codex.wordpress.org/WordPress_Taxonomy#wp_term_taxonomy)
Expand All @@ -180,7 +182,7 @@ add_filter( 'manage_edit-projects_sortable_columns', 'tptn_column_register_sorta

= 2.8.0 =

Release post: [https://webberzone.com/blog/contextual-related-posts-v2-8-0/](https://webberzone.com/blog/contextual-related-posts-v2-8-0/)
Release post: [https://webberzone.com/blog/top-10-v2-8-0/](https://webberzone.com/blog/top-10-v2-8-0/)

* Features:
* Custom feed for popular posts: Find new options under a new tab called Feed in the settings page where you can set the URL for the overall and daily feeds
Expand All @@ -189,7 +191,7 @@ Release post: [https://webberzone.com/blog/contextual-related-posts-v2-8-0/](htt

= 2.7.0 =

Release post: [https://webberzone.com/blog/contextual-related-posts-v2-7-0/](https://webberzone.com/blog/contextual-related-posts-v2-7-0/)
Release post: [https://webberzone.com/blog/top-10-v2-7-0/](https://webberzone.com/blog/top-10-v2-7-0/)

* Features:
* Recreate the Top 10 database tables. You can find the button in the Tools page. Backup your database first
Expand All @@ -204,6 +206,6 @@ For previous changelog entries, please refer to the separate changelog.txt file
== Upgrade Notice ==

= 2.9.0 =
Bug fixes.
Bug fixes and new features;
Check the Changelog for more details

2 changes: 1 addition & 1 deletion top-10.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* Plugin Name: Top 10
* Plugin URI: https://webberzone.com/plugins/top-10/
* Description: Count daily and total visits per post and display the most popular posts based on the number of views
* Version: 2.9.0-beta1
* Version: 2.9.0
* Author: Ajay D'Souza
* Author URI: https://webberzone.com
* License: GPL-2.0+
Expand Down

0 comments on commit 3d2fcd2

Please sign in to comment.