-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathCHANGELOG.txt
More file actions
147 lines (107 loc) · 3.07 KB
/
CHANGELOG.txt
File metadata and controls
147 lines (107 loc) · 3.07 KB
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
== changelog ==
= 2.4.8 =
* Update - updated webpack package
= 2.4.7 =
* Fix - new version added.
= 2.4.6 =
* Fix - Fixed the empty array in class-removecookie.php
= 2.4.5 =
* Fix - Fixed a js bug with duracelltomi-google-tag-manager plugin.
= 2.4.4 =
* Fix - Fixed shortcodes functionality in Content Options.
* Fix - Fixed ["opt_in_opt_out"] warning empty value.
= 2.4.1 =
* Support for a opt-in method, instead of the previous opt-out method. Use with caution and make sure to test the site functionality, before activating on a live environment.
= 2.4.0 =
* Changed checkbox design.
= 2.3.9 =
* Adding default cookies list.
= 2.3.8 =
* Adding ability to remove the cookies.
= 2.3.7 =
* Removed lang parameter from ajax request.
= 2.3.6 =
* Fix the translation.
* Renamed and explained some options and removed som unnecessarily code.
= 2.3.5 =
* Fix for pll_current_language fatal error.
= 2.3.4 =
* Removed API request when closing off cookie banner.
* Fix for saving settings
= 2.2.4 =
* Only use the translation function if it exists
= 2.2.2 =
* Fixed missing options page error.
= 2.2.1 =
* Only set the options on the option page.
* Add default values in general array.
= 2.2.0 =
* Changed banner layout for better user experience.
* Option to choose type of close button (close or accept).
* More options for better button styling.
* Option to select internal page for (about cookies page).
* Internal page is ready for multilingual sites.
* Internal about cookies page can be overwritten by external link field.
* Fixed error 500 bug.
* Added select2 for admin forms select tags.
= 2.1.8 =
* Added more support to Polylang (strings translations).
= 2.1.7 =
* Banner animation options.
* Custom CSS field for buttons and other elements.
* Scroll content container down/up (optional).
= 2.1.6 =
* Export and import settings.
= 2.1.4 =
* Solved bug with wp_nonce
* Warn if the options are not set
= 2.1.3 =
* Translations folder path updated to load the correct translations
* Responsive styling updates
= 2.1.2 =
* Z-index updated
* Button hover text color settings added
* Responsive styling updates
* Minor styling fixes
= 2.1.1 =
* Undefined variables fixes
= 2.1.0 =
* Updated styling to better work on older browsers.
* Improve default styling settings.
* Improve user styling options for buttons.
= 2.0.3 =
* Swedish translation.
* Improve default settings values.
= 2.0.0 =
* New Cookie structure
* Support for Polylang
* Support for GDPR
* Better cookie life time spam (LTS)
= 1.6.4 =
* Changed on scroll behavior and added roles restriction to change styles in settings
= 1.6.3 =
* Fixed margin bug
= 1.6.2 =
* Update readme
= 1.6.1 =
* Add check to see if opacity is set.
= 1.6 =
* Add more styling options.
= 1.5.3 =
* Small css change to link.
= 1.5.2 =
* Look over code to work for older versions of php.
= 1.5.1 =
* Add minor styling fix.
= 1.5 =
* Improved the functionality of adding styling from theme.
= 1.4 =
* Redefine styling.
= 1.3 =
* Add possibility to use styling from theme.
= 1.2 =
* Add localstorage.
= 1.1 =
* Add debounce for scroll events.
= 1.0 =
* Initial commit.