Compare commits
No commits in common. "main" and "v1.1.1" have entirely different histories.
10 changed files with 138 additions and 55 deletions
47
README.md
47
README.md
|
|
@ -1,46 +1,3 @@
|
|||
# Ansico Stat plugin
|
||||
# Ansico-Stat-plugin
|
||||
|
||||
Ansico Stat Plugin is a lightweight statistics plugin for WordPress that tracks views across your site and provides admin-friendly reporting in the dashboard and in dedicated statistics pages.
|
||||
|
||||
## Features
|
||||
|
||||
Features include:
|
||||
|
||||
- Track views for posts, pages, and selected public custom post types
|
||||
- Track views for front page, posts page, archives, taxonomies, search results, and 404 pages
|
||||
- Admin-only frontend view counter
|
||||
- Monthly and yearly statistics pages
|
||||
- Daily total views charts
|
||||
- Top views by month and year
|
||||
- Referral source statistics
|
||||
- Device, browser, and operating system breakdowns
|
||||
- Bot exclusion and logged-in user exclusion rules
|
||||
- Reset statistics from the settings page
|
||||
|
||||
## Installation
|
||||
|
||||
1. Upload the plugin folder to the `/wp-content/plugins/` directory, or upload the ZIP from the WordPress admin.
|
||||
2. Activate the plugin through the 'Plugins' screen in WordPress.
|
||||
3. Go to `Ansico Stat Plugin` in the admin menu to configure settings and view statistics.
|
||||
|
||||
Or install it through Ansico plugins.
|
||||
|
||||
## FAQ
|
||||
|
||||
### Can I exclude administrators or logged-in users?
|
||||
|
||||
Yes. You can choose whether to count everyone, exclude administrators only, or exclude all logged-in users.
|
||||
|
||||
### Can I choose what to track?
|
||||
|
||||
Yes. You can choose which post types and page types the plugin should track.
|
||||
|
||||
### Where can I get support?
|
||||
|
||||
Support URL: https://ansico.dk/Ansico/Ansico-Stat-plugin
|
||||
|
||||
## Changelog
|
||||
|
||||
- v1.0.0: First public release.
|
||||
- v1.1.0: Major update.
|
||||
- v1.1.1: Lots of corrections. Now monthly statistics, yearly statistics, lifetime statistics and single page statistics.
|
||||
Shows basic stats in a WordPress site
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -37,10 +37,12 @@ https://ansico.dk/Ansico/Ansico-Stat-plugin
|
|||
2. Activate the plugin through the 'Plugins' screen in WordPress.
|
||||
3. Go to `Ansico Stat Plugin` in the admin menu to configure settings and view statistics.
|
||||
|
||||
Or install it through Ansico plugins.
|
||||
|
||||
== Frequently Asked Questions ==
|
||||
|
||||
= Does it work without Post Views Counter? =
|
||||
|
||||
Yes. Ansico Stat Plugin is fully independent.
|
||||
|
||||
= Can I exclude administrators or logged-in users? =
|
||||
|
||||
Yes. You can choose whether to count everyone, exclude administrators only, or exclude all logged-in users.
|
||||
|
|
@ -56,6 +58,67 @@ https://ansico.dk/Ansico/Ansico-Stat-plugin
|
|||
|
||||
== Changelog ==
|
||||
|
||||
- v1.0.0: First public release.
|
||||
- v1.1.0: Major update.
|
||||
- v1.1.1: Lots of corrections. Now monthly statistics, yearly statistics, lifetime statistics and single page statistics.
|
||||
= 1.1.1 =
|
||||
* Stable release based on version 1.1.0.8.
|
||||
|
||||
= 1.1.0.8 =
|
||||
* Fixed pie chart tooltips so they render inside the chart area again.
|
||||
* Added consistent spacing between sections on monthly, yearly, and lifetime statistics pages.
|
||||
* Fixed chart tooltip positioning so hover labels stay inside the chart area.
|
||||
* Refreshed the Single page statistics layout with a cleaner card-based design.
|
||||
|
||||
|
||||
= 1.0.0.14 =
|
||||
* Fixed Google site verification token generation by handling URL-prefix properties with META verification and domain properties with DNS TXT verification.
|
||||
* Added clearer Google verification status messages and guidance for reconnecting after OAuth scope changes or waiting for DNS propagation.
|
||||
|
||||
= 1.0.0.13 =
|
||||
* Added a visible Google Search Console settings section with OAuth credentials, property selection, connection status, and verification controls.
|
||||
* Added a monthly Google search queries table with sync from Search Console for the selected month.
|
||||
|
||||
= 1.0.0.12 =
|
||||
* Added visible Monthly and Yearly top landing pages tables in the admin statistics screens.
|
||||
|
||||
= 1.0.0.10 =
|
||||
* Added anonymous unique visitor tracking alongside visits for monthly and yearly statistics.
|
||||
* Added unique visitor columns to top content, 404, referral, browser, operating system, device, and country tables.
|
||||
* Updated the browser and operating system charts to use Top 5 + Others pie charts.
|
||||
|
||||
|
||||
= 1.0.0.5 =
|
||||
* Keeps the Monthly/Yearly browsers and operating systems top-10 bar charts on a single row by using narrower bars and horizontal overflow when needed.
|
||||
|
||||
= 1.0.0.4 =
|
||||
* Added landing page tracking to referral rows so external referrals can be linked to the destination page on your site.
|
||||
* Updated referral tables to show the landing page for each tracked referral URL.
|
||||
|
||||
= 1.0.0 =
|
||||
* First public release.
|
||||
* Added tooltips to line, bar, and pie charts.
|
||||
* Added monthly and yearly statistics pages.
|
||||
* Added configurable tracking settings and frontend counter display.
|
||||
|
||||
== Upgrade Notice ==
|
||||
|
||||
= 1.0.0.14 =
|
||||
Fixes Google site verification token generation and improves verification guidance for URL-prefix and domain properties.
|
||||
|
||||
= 1.0.0.13 =
|
||||
* Added a visible Google Search Console settings section with OAuth credentials, property selection, connection status, and verification controls.
|
||||
* Added a monthly Google search queries table with sync from Search Console for the selected month.
|
||||
|
||||
= 1.0.0.12 =
|
||||
* Added visible Monthly and Yearly top landing pages tables in the admin statistics screens.
|
||||
|
||||
= 1.0.0.10 =
|
||||
Adds anonymous unique visitor tracking and shows unique visitor totals alongside visits in the reports.
|
||||
|
||||
|
||||
= 1.0.0.5 =
|
||||
Improves the browser and operating system top-10 bar charts so they stay on one row more reliably.
|
||||
|
||||
= 1.0.0.4 =
|
||||
Adds landing page tracking for referral rows.
|
||||
|
||||
= 1.0.0 =
|
||||
First public release.
|
||||
|
|
|
|||
73
readme.txt
73
readme.txt
|
|
@ -37,10 +37,12 @@ https://ansico.dk/Ansico/Ansico-Stat-plugin
|
|||
2. Activate the plugin through the 'Plugins' screen in WordPress.
|
||||
3. Go to `Ansico Stat Plugin` in the admin menu to configure settings and view statistics.
|
||||
|
||||
Or install it through Ansico plugins.
|
||||
|
||||
== Frequently Asked Questions ==
|
||||
|
||||
= Does it work without Post Views Counter? =
|
||||
|
||||
Yes. Ansico Stat Plugin is fully independent.
|
||||
|
||||
= Can I exclude administrators or logged-in users? =
|
||||
|
||||
Yes. You can choose whether to count everyone, exclude administrators only, or exclude all logged-in users.
|
||||
|
|
@ -56,6 +58,67 @@ https://ansico.dk/Ansico/Ansico-Stat-plugin
|
|||
|
||||
== Changelog ==
|
||||
|
||||
- v1.0.0: First public release.
|
||||
- v1.1.0: Major update.
|
||||
- v1.1.1: Lots of corrections. Now monthly statistics, yearly statistics, lifetime statistics and single page statistics.
|
||||
= 1.1.1 =
|
||||
* Stable release based on version 1.1.0.8.
|
||||
|
||||
= 1.1.0.8 =
|
||||
* Fixed pie chart tooltips so they render inside the chart area again.
|
||||
* Added consistent spacing between sections on monthly, yearly, and lifetime statistics pages.
|
||||
* Fixed chart tooltip positioning so hover labels stay inside the chart area.
|
||||
* Refreshed the Single page statistics layout with a cleaner card-based design.
|
||||
|
||||
|
||||
= 1.0.0.14 =
|
||||
* Fixed Google site verification token generation by handling URL-prefix properties with META verification and domain properties with DNS TXT verification.
|
||||
* Added clearer Google verification status messages and guidance for reconnecting after OAuth scope changes or waiting for DNS propagation.
|
||||
|
||||
= 1.0.0.13 =
|
||||
* Added a visible Google Search Console settings section with OAuth credentials, property selection, connection status, and verification controls.
|
||||
* Added a monthly Google search queries table with sync from Search Console for the selected month.
|
||||
|
||||
= 1.0.0.12 =
|
||||
* Added visible Monthly and Yearly top landing pages tables in the admin statistics screens.
|
||||
|
||||
= 1.0.0.10 =
|
||||
* Added anonymous unique visitor tracking alongside visits for monthly and yearly statistics.
|
||||
* Added unique visitor columns to top content, 404, referral, browser, operating system, device, and country tables.
|
||||
* Updated the browser and operating system charts to use Top 5 + Others pie charts.
|
||||
|
||||
|
||||
= 1.0.0.5 =
|
||||
* Keeps the Monthly/Yearly browsers and operating systems top-10 bar charts on a single row by using narrower bars and horizontal overflow when needed.
|
||||
|
||||
= 1.0.0.4 =
|
||||
* Added landing page tracking to referral rows so external referrals can be linked to the destination page on your site.
|
||||
* Updated referral tables to show the landing page for each tracked referral URL.
|
||||
|
||||
= 1.0.0 =
|
||||
* First public release.
|
||||
* Added tooltips to line, bar, and pie charts.
|
||||
* Added monthly and yearly statistics pages.
|
||||
* Added configurable tracking settings and frontend counter display.
|
||||
|
||||
== Upgrade Notice ==
|
||||
|
||||
= 1.0.0.14 =
|
||||
Fixes Google site verification token generation and improves verification guidance for URL-prefix and domain properties.
|
||||
|
||||
= 1.0.0.13 =
|
||||
* Added a visible Google Search Console settings section with OAuth credentials, property selection, connection status, and verification controls.
|
||||
* Added a monthly Google search queries table with sync from Search Console for the selected month.
|
||||
|
||||
= 1.0.0.12 =
|
||||
* Added visible Monthly and Yearly top landing pages tables in the admin statistics screens.
|
||||
|
||||
= 1.0.0.10 =
|
||||
Adds anonymous unique visitor tracking and shows unique visitor totals alongside visits in the reports.
|
||||
|
||||
|
||||
= 1.0.0.5 =
|
||||
Improves the browser and operating system top-10 bar charts so they stay on one row more reliably.
|
||||
|
||||
= 1.0.0.4 =
|
||||
Adds landing page tracking for referral rows.
|
||||
|
||||
= 1.0.0 =
|
||||
First public release.
|
||||
|
|
|
|||
Loading…
Reference in a new issue