PluginProbe
CookieAdmin – Cookie Consent Banner / 1.1.9
CookieAdmin – Cookie Consent Banner v1.1.9
1.2.3 1.2.2 1.2.1 1.2.0 1.1.9 trunk 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8
cookieadmin / readme.txt

readme.txt in CookieAdmin – Cookie Consent Banner 1.1.9, at readme.txt

180 lines 8.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === CookieAdmin - Cookie Consent Banner ===
2 Contributors: softaculous
3 Tags: cookie, notice, banner, consent, gdpr
4 Requires at least: 4.4
5 Tested up to: 7.0
6 Requires PHP: 7.0
7 Stable tag: 1.1.9
8 License: LGPLv2.1
9 License URI: http://www.gnu.org/licenses/lgpl-2.1.html
10
11 CookieAdmin provides easy to configure cookie consent banner with GDPR and CCPA law support.
12
13 == Description ==
14
15 CookieAdmin is a Lightweight, Bloat-free & easy to use Cookie consent banner plugin which allows you to display a personalized banner on your website for your visitors to choose which cookies they would like to use.
16
17 Admins can customize the UI of the consent banner for the frontend to match with their website / brand identity.
18
19 CookieAdmin supports categorization of cookies and scanning of cookies used on their website. Users can choose to Accept All, Reject All or choose cookies categories to be loaded.
20
21 Free Features :
22
23 * Customizable Consent Form
24 * Preview Consent Form from admin panel
25 * Anonymized User IP
26 * Basic Cookie Scanning
27 * Categorized cookies list for users
28 * GDPR & US State Laws support
29 * ADA, EAA & WCAG Compliant
30
31 Pro Features :
32
33 * Advanced Cookie Scanning
34 * Google Consent Mode v2
35 * Microsoft Clarity Consent Mode v2
36 * Content Blocking
37 * Sub Domain Consent sharing support
38 * User Country Detection
39 * Multilingual - 17 Languages supported
40 * Consent Logs
41 * Export Consent Logs
42 * Global Privacy Control(GPC)
43 * Shortcode [/] Examples below :
44 - Shortcode to render all cookies in tabular format :
45 [cookieadmin_render]
46 - Shortcode to render cookies from selected categories in tabular format :
47 [cookieadmin_render categories="functional,analytics,marketing"]
48
49 Supported Languages (requires pro) :
50
51 * English
52 * Bulgarian
53 * Chinese
54 * Czech
55 * Dutch
56 * French
57 * German
58 * German Formal
59 * Hungarian
60 * Italian
61 * Japanese
62 * Polish
63 * Portuguese
64 * Portuguese Brazilian
65 * Romanian
66 * Russian
67 * Slovak
68 * Spanish
69 * Turkish
70 * Canadian French
71 * Lithuanian
72
73 == Installation ==
74
75 Upload the CookieAdmin plugin to your site, Activate it.
76 That's it. You're done!
77
78 == Screenshots ==
79
80 == Changelog ==
81
82 = 1.1.9 =
83 * [Pro Feature] Content Blocking: Admins can prevent content services like, Youtube, Vimeo, Google Maps and few other services from loading until, user accepts the required cookies.
84 * [Pro Feature] Subdomain Support: If enabled, user consent preferences are shared and respected across all subdomains.
85 * [Bug Fix] GPC override option was not visible, if the form of Preference was changed, this has been fixed.
86 * [Improvement] Improved and User Interface.
87
88
89 = 1.1.8 =
90 * [Pro Feature] Support for Microsoft Clarity consent mode.
91 * [Pro Improvement] Now you can select the pages you want to get scanned.
92 * [Improvement] Added wpml-config.xml file to support translation of Banner related strings stored in Options table.
93 * [Pro Bug Fix] When Pro was getting installed before free version it was generating fatal error, this has been fixed.
94 * [Bug Fix] Fatal error was getting generated when loading banner template for some users, this has been fixed.
95
96 = 1.1.7 =
97 * [Pro Bug Fix] There was an issue with Cookie scans resulting in timeouts that has been fixed.
98 * [Pro Bug Fix] There was an issue where toggle color customization was not working, this has been fixed.
99 * [Bug Fix] For some users scanning was giving a wait error after 1 hour of last scan, this has been fixed.
100 * [Task] Uninstalling the plugin was not cleaning the added options this has been fixed.
101 * [Task] Tested with WordPress 7.0.
102
103 = 1.1.6 =
104 * [Pro Feature] Added Global Privacy Control (GPC).
105 * [Pro Feature] Added Re-Consent icons options with support for custom icon upload and custom link.
106 * [Fix] Fixed async loading issue.
107 * [Fix] Improved Elementor banner compatibility.
108 * [Fix] Fixed Re-Consent icon JS error when modal banner only option is selected.
109 * [Fix] Optimized dependency JS.
110 * [Task] Maintained default priority for enqueue scripts function.
111 * [Task] Moved plugin activation/deactivation hooks before short-circuit loading.
112 * [Task] Removed unused database query comments and added missing table notice.
113 * [Task] Minor code improvements and structural changes.
114
115 = 1.1.5 =
116 * [Pro Feature] Added German (Switzerland), Spanish (Argentina), Finnish and Croatian languages.
117 * [Pro Feature] Introduced monthly automatic cookie scanning across all website pages.
118 * [Pro Feature] Added automatic consent log cleanup with configurable limit.
119 * [Fix] Improved Google Consent Mode v2 compatibility for cached websites.
120 * [Fix] Improved consent saving reliability on cached websites by making frontend requests cache-safe.
121 * [UI] Adjusted Consent Preferences modal description to auto height for better readability and removed Show more button.
122 * [UI] Fixed Re-Consent icon styling issues caused by page builder CSS conflicts.
123
124 = 1.1.4 =
125 * [Pro Feature] Added Canadian French and Lithuanian languages.
126 * [Bug Fix] Improved Cookie handling for some rare cases based on user selected preferences.
127 * [Task] Compatible with WordPress v6.9
128
129 = 1.1.3 =
130 * [Bug Fix] Cookie Consent js file was being enqueued while editing pages/posts from WordPress admin. Now the Cookie banner and the js will not be loaded in editor mode.
131
132 = 1.1.2 =
133 * [Pro Feature] Added German Formal & Romanian languages.
134 * [Pro Feature] Added Shortcode [/] which can be used by admins to display the cookies list on privacy policy or similar pages.
135 * [Bug Fix] [Pro] Improved the delay caused while submitting the consent preference in consent banner. Now the banner will be hidden instantly while the processing will complete in background.
136 * [Bug Fix] [Pro] Google Consent Mode v2, functionality_storage consent value was passed as granted by default. Now based on the CookieAdmin settings set by the admin, it will pass the value as granted or denied.
137
138 = 1.1.1 =
139 * [Pro Feature] Multilingual - 17 Languages added
140 * [Improvement] Added support for common HTML tags in cookie banner while customizing the content to be displayed.
141 * [Bug Fix] Users were unable to save posts/pages when error reporting was enabled in PHP configuration (this is generally disabled in production environments). This is fixed now.
142 * [Bug Fix] Users were unable to save posts/pages when using CookieAdmin Pro v1.0.9 and higher. This is fixed now.
143 * [Bug Fix] In rare cases, due to conflict with some cache plugin the reconsent icon was not visible. This is fixed now.
144
145 = 1.1.0 =
146 * [Pro Feature] Added advanced cookie scanner to detect cookies set by javascript on the site
147 * [Bug Fix] In some rare cases, "hide powered by link" setting when enabled was conflicting with some other plugins. This has been fixed.
148
149 = 1.0.9 =
150 * [Pro Feature] Added option to hide Powered by CookieAdmin link
151 * [Pro Feature] Added option to hide Re-consent icon
152 * [Task] Replaced hardcoded English strings with __() function for better translation support
153 * [Bug Fix] Fixed a typo
154
155 = 1.0.8 =
156 * [Pro Feature] Added option to customize the color for links and On/Off switch for the cookie consent preference modal
157 * [Task] Consent Banner will not be rendered while editing pages
158 * [Bug Fix] Consent Banner caused conflict with some forms on the page due to missing prefixes in some css classes. All css classes now have a prefix to avoid any conflict.
159 * [Bug Fix] Consent preference was not saved on sites running without SSL certificate. This is fixed now.
160
161 = 1.0.7 =
162 * [Bug Fix] Consent saved by a visitor on a page other than home page was saved incorrectly causing the consent banner to appear again on other pages. This is fixed now.
163
164 = 1.0.6 =
165 * [Feature] Added Google Consent Mode v2
166 * [Bug Fix] Fixes for ADA, EAA & WCAG compliance
167 * [Bug Fix] UI fixes for certain themes
168
169 = 1.0.5 =
170 * [Feature] CookieAdmin Consent Banner is now compliant with Americans with Disabilities Act (ADA), The European Accessibility Act (EAA) & Web Content Accessibility Guidelines (WCAG).
171
172 = 1.0.4 =
173 * [Bug Fix] The icons in Cookie Preferences modal were not visible on mobile devices. This has been fixed.
174
175 = 1.0.3 =
176 * [Bug Fix] In some cases, the consent banner was displayed even after accepting the cookies. This is fixed.
177 * [Bug Fix] Minor UI fixes
178
179 = 1.0.2 =
180 * Initial Release