forked from nystudio107/instantanalytics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreleases.json
144 lines (144 loc) · 7.53 KB
/
releases.json
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
[
{
"version": "1.1.5",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2016-12-21T17:29:17.496Z",
"notes": [
"[Improved] Fixed the Analytics Excludes",
"[Added] Added support for DigitalProducts and other base purchaseables",
"[Added] Added `UptimeRobot` to the crawlers list",
"[Fixed] Rolled the mult-env aware `config.php` back; Craft doesn't work that way",
"[Improved] Updated README.md"
]
},
{
"version": "1.1.4",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2016-12-20T17:29:17.496Z",
"notes": [
"[Fixed] `addCommerceProductImpression()` now works properly",
"[Improved] Made the default `config.php` multi-environment",
"[Added] Added extensive logging of excluded analytics data",
"[Added] Added `logExcludedAnalytics` config.php setting",
"[Fixed] Fixed an issue that would cause InstantAnalytics to not filter out bots properly",
"[Improved] `DocumentHostName` is now set by default",
"[Improved] Fixed a CSS file typo in the `welcome.twig` template",
"[Improved] Updated to the latest vendor deps",
"[Improved] Updated README.md"
]
},
{
"version": "1.1.3",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2016-09-23T17:29:17.496Z",
"notes": [
"[Improved] Don't redirect to the welcome page if we're being installed via Console command",
"[Improved] Updated README.md"
]
},
{
"version": "1.1.2",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2016-09-18T17:29:17.496Z",
"notes": [
"[Improved] The URLs returned by `pageViewTrackingUrl()` and `eventTrackingUrl()` will now work even if there is no filename in the URL",
"[Improved] Added a global config option to strip the query string from PageView URLs",
"[Improved] The `_ia` cookie is now set on `/`",
"[Fixed] Tracking URL params are no longer double url encoded",
"[Improved] Updated README.md"
]
},
{
"version": "1.1.1",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2016-08-29T17:29:17.496Z",
"notes": [
"[Added] Added `Category` and `Brand` fields to the Settings, so you can specify what fields this data for Google Enhanced Ecommerce should be pulled from",
"[Improved] Changed the PageView Tracking URL and Event Tracking URL format so that they can be included in RSS feeds directly",
"[Improved] We do a better job checking to see if the Commerce and SEOmatic plugins are installed",
"[Added] If SEOmatic is installed, we automatically do a `setAffiliation` for the Analytics object, using the `siteSeoName`",
"[Added] You can now discretely choose which Google Enhanced Ecommerce events are automatically sent",
"[Added] A product's `Category` is by default set to the name of the Product Type",
"[Improved] Updated README.md"
]
},
{
"version": "1.1.0",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2016-08-26T17:29:17.496Z",
"notes": [
"[Added] Refactored the code so that an `instantAnalytics` object is now injected into your templates so you can manipulate it as you see fit, and then use `{% hook 'iaSendPageView' %}` to send the PageView",
"[Added] Automatic Google Enhanced Ecommerce tracking of Craft Commerce OrderComplete",
"[Added] Automatic Google Enhanced Ecommerce tracking of Craft Commerce AddToCart",
"[Added] Automatic Google Enhanced Ecommerce tracking of Craft Commerce RemoveFromCart",
"[Added] Added addCommerceProductImpression() to the IAnalytics object to allow for sending of product impressions",
"[Added] Added addCommerceProductDetailView() to the IAnalytics object to allow for sending of product detail views",
"[Added] Added addCommerceCheckoutStep() to the IAnalytics object to allow for sending of cart checkout steps",
"[Improved] Updated to the latest Google Measurement Protocol (2.3.0)",
"[Improved] Added debug logging when in `devMode` for any Analytics data that is sent",
"[Improved] Fall back on a default User Agent when `$_SERVER['HTTP_USER_AGENT']` is not set",
"[Added] We now send HTTP_REFERER by default",
"[Improved] Updated README.md"
]
},
{
"version": "1.0.5",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2016-08-16T17:29:17.496Z",
"notes": [
"[Fixed] If there is no _ga cookie set, we generate a UUID and set it, to allow sessions to work correctly",
"[Added] Added the $title parameter to sendPageView()",
"[Improved] Updated README.md"
]
},
{
"version": "1.0.4",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2016-08-08T17:29:17.496Z",
"notes": [
"[Added] Added an adminExclude setting in config.php for anyone logged in using an admin for Analytics data exclusion",
"[Improved] AI now ensures that the pageview URLs are not absolute URLs",
"[Improved] Updated README.md"
]
},
{
"version": "1.0.3",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2016-06-19T17:29:17.496Z",
"notes": [
"[Added] Added a bot UserAgent filter list (on by default), configurable via filterBotUserAgents in config.php",
"[Added] Added groupExcludes setting in config.php that has an array of Craft user group handles for Analytics data exclusion",
"[Added] Added serverExcludes setting in config.php that has arrays of $_SERVER[] superglobal RegEx tests for Analytics data exclusion",
"[Improved] The various _shouldSendAnalytics() tests now short-circuit, returning as soon as a false condition is met",
"[Improved] Updated README.md"
]
},
{
"version": "1.0.2",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2016-06-16T17:29:17.496Z",
"notes": [
"[Fixed] The UserAgent is now set to the client UserAgent by default",
"[Improved] Added a sendAnalyticsData setting to config.php",
"[Improved] Updated README.md"
]
},
{
"version": "1.0.1",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2016-06-14T17:29:17.496Z",
"notes": [
"[Added] Updated to a newer version of the GAMP lib for PHP, which uses Guzzle 6.x",
"[Fixed] No more Composer dependency conflicts with the Oauth 2.0 plugin",
"[Improved] Updated README.md"
]
},
{
"version": "1.0.0",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2016-06-13T17:29:17.496Z",
"notes": [
"[Added] Initial release"
]
}
]