=== AddonLogic Post View Dashboard ===
Contributors: snehalpancholi
Tags: analytics, post views, dashboard, charts, statistics
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Record per-post page views in a time-series database and visualise trends in a beautiful admin analytics dashboard.

== Description ==

AddonLogic Post View Dashboard logs every singular page view to a dedicated database table keyed by post and date, giving you granular, time-based analytics that post-meta counters cannot provide. An at-a-glance admin page shows a line chart of views over time and a horizontal bar chart of your top posts — no Google Analytics account required.

**Features:**

* Daily time-series logging in a custom, indexed table
* Session cookie prevents double-counting page reloads
* Bot exclusion via `wp_is_bot()`
* Exclude logged-in administrators
* Choose which post types to track
* Summary cards for today, last 7 days, last 30 days
* Line chart: views over the last 7 / 14 / 30 / 90 days
* Bar chart: top 10 posts for the selected period
* Sortable top-posts table with edit links

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/`
2. Activate through **Plugins > Installed Plugins**
3. The tracking table is created automatically on activation
4. Visit **View Dashboard** in the left admin menu

== Changelog ==

= 1.0.0 =
* Initial release
