-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
112 lines (67 loc) · 2.55 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
=== Pirsch Analytics ===
Contributors: m5blum
Tags: pirsch, analytics, sdk, client, api
Requires at least: 5.1
Tested up to: 6.3
Requires PHP: 8.1
Stable tag: 1.6.4
License: MIT
License URI: https://github.com/pirsch-analytics/pirsch-wordpress/blob/master/LICENSE
The official Wordpress Plugin for Pirsch Analytics.
== Description ==
Pirsch is a simple, privacy-friendly, open-source web analytics tool. It's lightweight, cookie-free and easily integrates into your WordPress installation, without using JavaScript. It does not collect data that can be uniquely assigned to a user, but instead shows aggregated statistics. Find out more [here](https://docs.pirsch.io/privacy/) on how that works.
== Installation ==
To use this plugin, you will have to create an account at https://pirsch.io/ and set up a website. Create a client ID and secret from the dashboards settings page and set them in WordPress on the plugin page (Tools > Pirsch Analytics). It won't analyze your website traffic until you have provided the client details.
For more information, please read our [documentation](https://docs.pirsch.io/).
== Terms and Conditions, Privacy Policy ==
Please refer to our website for our [terms and conditions](https://pirsch.io/terms) and [privacy policy](https://pirsch.io/privacy). Responsible for this plugin is [Emvi Software GmbH](https://pirsch.io/legal).
== Screenshots ==
1. The Pirsch Analytics dashboard.
2. Manage as many websites as you want and get detailed insights into your statistics.
== Changelog ==
= 1.6.4 =
- fixed minimum required PHP version
= 1.6.3 =
- added support for client hints
- removed base URL
- updated SDK
= 1.5.5 =
- fixed tracking page views when path filter is left empty
= 1.5.4 =
- added missing delimiter and modifier to path filter
= 1.5.3 =
- fixed path filter separator
= 1.5.2 =
- fixed missing settings for path filter
= 1.5.1 =
- fixed settings
= 1.5.0 =
- added the option to filter pages/files using regular expressions
- added link to settings page
- fixed parsing X-Forwarded-For
= 1.4.0 =
- added support for base URL
- updated SDK
= 1.3.0 =
- added support for single access tokens
- added new option to configure a header when behind a proxy or load balancer
- updated SDK
- updated screenshots
= 1.2.0 =
- updated SDK
- improved /wp-... site filter
= 1.1.2 =
- fixed plugin version number
= 1.1.1 =
- updated SDK
- fixed str_starts_with
= 1.1.0 =
- updated SDK
- ignore /wp-... pages
= 1.0.2 =
- updated SDK
- updated screenshots
= 1.0.2 =
- respect the DNT (do not track) header
= 1.0.0 =
Initial release.