-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathreleases.json
221 lines (221 loc) · 10.6 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
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
[
{
"version": "1.1.14",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2018-01-08T17:29:17.496Z",
"notes": [
"[Improved] Fixed an issue with parsing of the `_ga`_ cookie"
]
},
{
"version": "1.1.13",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2017-11-08T17:29:17.496Z",
"notes": [
"[Improved] Don't set the `referrer` if it's the same as the `serverName`"
]
},
{
"version": "1.1.12",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2017-10-27T17:29:17.496Z",
"notes": [
"[Added] Added support for automatic parsing of UTM query string parameters"
]
},
{
"version": "1.1.11",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2017-10-06T17:29:17.496Z",
"notes": [
"[Fixed] Fixed a regression with product variants"
]
},
{
"version": "1.1.10",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2017-09-21T17:29:17.496Z",
"notes": [
"[Fixed] Fixed an issue with Digital Products (and potentially other types of third-party purchasables)"
]
},
{
"version": "1.1.9",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2017-08-24T17:29:17.496Z",
"notes": [
"[Fixed] Fixed the default DocumentReferrer that could have caused spurious analytic results in some cases",
"[Improved] Updated to the latest composer dependencies"
]
},
{
"version": "1.1.8",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2017-06-24T17:29:17.496Z",
"notes": [
"[Fixed] Fix for error when passing variant to `addCommerceProductDetailView`",
"[Added] Added support for category fields in products",
"[Improved] Installed the latest Composer dependencies"
]
},
{
"version": "1.1.7",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2017-03-21T17:29:17.496Z",
"notes": [
"[Improved] Wrap calls to `sendHit()` in a `try` / `catch` block to avoid hard errors"
]
},
{
"version": "1.1.6",
"downloadUrl": "https://github.com/nystudio107/instantanalytics/archive/master.zip",
"date": "2017-01-21T17:29:17.496Z",
"notes": [
"[Fixed] Fixed an issue where the `LIST_INDEX` wasn't being passed down to `addCommerceProductImpression`",
"[Fixed] Fixed an issue that would cause only one item to be listed on Product Lists",
"[Improved] Broke out the changelog into CHANGELOG.md"
]
},
{
"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"
]
}
]