This repository has been archived by the owner on Sep 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.txt
72 lines (49 loc) · 1.78 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
=== Analytics for Cloudflare ===
Contributors: chuckmac
Donate link: https://chuckmacdev.com/
Tags: analytics, admin, dashboard
Requires at least: 3.8
Tested up to: 4.3
Stable tag: 1.0.2
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A WordPress plugin to connect your WordPress dashboard to your CloudFlare account to display some key analytics data.
== Description ==
The dashboard widget provides a quick look at some key metrics for your site.
* Requests
* Page Views
* Unique Visitors
* Bandwidth
The data can be viewed from several timeframes.
* Last week
* Last Month
* Last 24 Hours
You can also get a quick look at some other metics available.
* SSL vs Non-SSL
* Breakdown of content types (html, jpg, png, js, etc..)
* Breakdown of requests by country
== Installation ==
1. Upload the entire `analytics-for-cloudflare` folder to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Enter your CloudFlare API credentials in the `Settings` -> `Analytics For Cloudflare` screen
4. Once connected, select the domain to display the statics for on the same settings page.
== Frequently Asked Questions ==
== Screenshots ==
1. A sample view of the analytics dashboard widget
== Changelog ==
= 1.1 =
* Match Wordpress-Extra coding standards.
* Fix text domain in i18n (make static instead of variable).
* Fix domains not appearing properly if you have more than 20
= 1.0.2 =
* Added: Developer hooks to filter api values
= 1.0.1 =
* Fixed: Internationalization not enabled.
* Added: Link to settings from the plugin page.
= 1.0 =
* The initial release of the plugin.
== Upgrade Notice ==
= 1.0.1 =
Additional developer hooks to filter api values.
= 1.0.1 =
Internationalization fix and other minor updates.