-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
35 lines (22 loc) · 875 Bytes
/
changelog.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
********* Cookie Consent Plugin Change Log *********
version 0.0.4
Added container element for readMore link
Added config options:
readMoreContainer ~ default: ""
readMoreContainerClass ~ default: ""
----------------------------------------------------
version 0.0.3
Wrapped message in a span for easier styling. Added container for question and consent/deny links
Added config options:
messageContainer ~ default: "span"
messageClass ~ default: "message"
uiContainer ~ default: "fieldset"
uiClass ~ default: ""
----------------------------------------------------
version 0.0.2
Added events:
displayed ~ fired when the consent bar is displayed
consented ~ fired when the consent link is clicked
denied ~ fired when the deny link is clicked
cookieSet ~ fired when the cookie is set
analyticsInjected ~ fired when analytics script is injected