Compare commits
3 commits
0421a56943
...
f30f8f5f30
| Author | SHA1 | Date | |
|---|---|---|---|
| f30f8f5f30 | |||
| 714db5d9a0 | |||
| a243bdc41c |
8 changed files with 1412 additions and 19 deletions
Binary file not shown.
Binary file not shown.
BIN
ansico-stat-plugin-v1.1.0.1.zip
Normal file
BIN
ansico-stat-plugin-v1.1.0.1.zip
Normal file
Binary file not shown.
BIN
ansico-stat-plugin-v1.1.0.1.zip:Zone.Identifier
Normal file
BIN
ansico-stat-plugin-v1.1.0.1.zip:Zone.Identifier
Normal file
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load diff
|
|
@ -351,3 +351,114 @@
|
||||||
box-shadow: 0 4px 16px rgba(0,0,0,.15);
|
box-shadow: 0 4px 16px rgba(0,0,0,.15);
|
||||||
max-width: min(260px, calc(100% - 16px));
|
max-width: min(260px, calc(100% - 16px));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.ansico-stat-url-form-row {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: minmax(0, 1fr) auto;
|
||||||
|
gap: 12px;
|
||||||
|
align-items: end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ansico-stat-url-field {
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ansico-stat-url-action .button {
|
||||||
|
min-width: 110px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ansico-stat-summary-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
|
||||||
|
gap: 14px;
|
||||||
|
margin-top: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ansico-stat-summary-card {
|
||||||
|
border: 1px solid #dcdcde;
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 14px;
|
||||||
|
background: #f9f9f9;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ansico-stat-summary-label {
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 1.4;
|
||||||
|
color: #50575e;
|
||||||
|
margin-bottom: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ansico-stat-summary-value {
|
||||||
|
font-size: 28px;
|
||||||
|
line-height: 1.2;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ansico-stat-summary-description {
|
||||||
|
font-size: 12px;
|
||||||
|
line-height: 1.4;
|
||||||
|
color: #50575e;
|
||||||
|
margin-top: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ansico-stat-target-badge {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 6px 10px;
|
||||||
|
border-radius: 999px;
|
||||||
|
background: #eef4fb;
|
||||||
|
color: #1d4f82;
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 782px) {
|
||||||
|
.ansico-stat-url-form-row {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.ansico-stat-url-form-row {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: minmax(0, 1fr) 160px 160px auto;
|
||||||
|
gap: 12px;
|
||||||
|
align-items: end;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ansico-stat-date-field input {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ansico-stat-dual-chart-legend {
|
||||||
|
display: flex;
|
||||||
|
gap: 18px;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
margin-top: 12px;
|
||||||
|
font-size: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ansico-stat-dual-chart-legend span {
|
||||||
|
display: inline-flex;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ansico-stat-dual-chart-swatch {
|
||||||
|
display: inline-block;
|
||||||
|
width: 22px;
|
||||||
|
height: 0;
|
||||||
|
border-top: 3px solid #2271b1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ansico-stat-dual-chart-swatch-unique {
|
||||||
|
border-top-color: #8c8f94;
|
||||||
|
border-top-style: dashed;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 960px) {
|
||||||
|
.ansico-stat-url-form-row {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ Tags: analytics, statistics, views, post views, dashboard
|
||||||
Requires at least: 6.0
|
Requires at least: 6.0
|
||||||
Tested up to: 6.9.4
|
Tested up to: 6.9.4
|
||||||
Requires PHP: 7.4
|
Requires PHP: 7.4
|
||||||
Stable tag: 1.0.0
|
Stable tag: 1.1.0.1
|
||||||
License: GPLv2 or later
|
License: GPLv2 or later
|
||||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
|
|
@ -27,6 +27,7 @@ Features include:
|
||||||
* Device, browser, and operating system breakdowns
|
* Device, browser, and operating system breakdowns
|
||||||
* Bot exclusion and logged-in user exclusion rules
|
* Bot exclusion and logged-in user exclusion rules
|
||||||
* Reset statistics from the settings page
|
* Reset statistics from the settings page
|
||||||
|
* Single page statistics page with URL-based lookup, date range filters, per-page charts, unique visitor tracking from version 1.0.0.6 forward, and a frontend admin bar shortcut
|
||||||
|
|
||||||
Support and documentation:
|
Support and documentation:
|
||||||
https://ansico.dk/Ansico/Ansico-Stat-plugin
|
https://ansico.dk/Ansico/Ansico-Stat-plugin
|
||||||
|
|
@ -58,6 +59,28 @@ https://ansico.dk/Ansico/Ansico-Stat-plugin
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.1.0.1 =
|
||||||
|
- Added visible data points to the combined views and unique visitors chart.
|
||||||
|
- Added hover tooltips to the combined chart so each point can be read directly.
|
||||||
|
- Updated the plugin version to 1.1.0.1.
|
||||||
|
|
||||||
|
= 1.0.0.7 =
|
||||||
|
* Added date range filters and a combined views/unique visitors chart on the single page statistics screen.
|
||||||
|
* Added a frontend admin bar shortcut that opens statistics for the current page directly in wp-admin.
|
||||||
|
* Updated single-page CSV export to include the selected date range.
|
||||||
|
|
||||||
|
= 1.0.0.6 =
|
||||||
|
* Added true per-page unique visitor tracking stored per day for posts, pages, and tracked non-singular pages.
|
||||||
|
* Extended the single page statistics screen and CSV export with unique visitor metrics and charts.
|
||||||
|
|
||||||
|
= 1.0.0.5 =
|
||||||
|
* Expanded the single page statistics screen with more page-specific KPIs, weekday distribution, and period-over-period comparisons.
|
||||||
|
* Added CSV export for the selected page URL so the report can be downloaded directly from the single page statistics screen.
|
||||||
|
|
||||||
|
= 1.0.0.4 =
|
||||||
|
* Added a single page statistics admin page where you can enter a site URL and view statistics for that specific tracked page or post.
|
||||||
|
* Added per-page daily and monthly charts plus lifetime and recent-period summaries.
|
||||||
|
|
||||||
= 1.0.0 =
|
= 1.0.0 =
|
||||||
* First public release.
|
* First public release.
|
||||||
* Added tooltips to line, bar, and pie charts.
|
* Added tooltips to line, bar, and pie charts.
|
||||||
|
|
@ -66,5 +89,17 @@ https://ansico.dk/Ansico/Ansico-Stat-plugin
|
||||||
|
|
||||||
== Upgrade Notice ==
|
== Upgrade Notice ==
|
||||||
|
|
||||||
|
= 1.0.0.7 =
|
||||||
|
Adds custom date ranges, a combined page chart, and a frontend admin bar shortcut for the current page report.
|
||||||
|
|
||||||
|
= 1.0.0.6 =
|
||||||
|
Adds true per-page unique visitor tracking for new data and shows those metrics on the single page statistics screen.
|
||||||
|
|
||||||
|
= 1.0.0.5 =
|
||||||
|
Adds more page-specific KPIs and CSV export on the single page statistics screen.
|
||||||
|
|
||||||
|
= 1.0.0.4 =
|
||||||
|
Adds a single page statistics screen with URL-based lookup.
|
||||||
|
|
||||||
= 1.0.0 =
|
= 1.0.0 =
|
||||||
First public release.
|
First public release.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue