| 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: 6.9 |
| 6 |
Requires PHP: 7.0 |
| 7 |
Stable tag: 1.1.5 |
| 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 |
* User Country Detection |
| 36 |
* Multilingual - 17 Languages supported |
| 37 |
* Consent Logs |
| 38 |
* Export Consent Logs |
| 39 |
* Shortcode [/] Examples below : |
| 40 |
- Shortcode to render all cookies in tabular format : |
| 41 |
[cookieadmin_render] |
| 42 |
- Shortcode to render cookies from selected categories in tabular format : |
| 43 |
[cookieadmin_render categories="functional,analytics,marketing"] |
| 44 |
|
| 45 |
Supported Languages (requires pro) : |
| 46 |
|
| 47 |
* English |
| 48 |
* Bulgarian |
| 49 |
* Chinese |
| 50 |
* Czech |
| 51 |
* Dutch |
| 52 |
* French |
| 53 |
* German |
| 54 |
* German Formal |
| 55 |
* Hungarian |
| 56 |
* Italian |
| 57 |
* Japanese |
| 58 |
* Polish |
| 59 |
* Portuguese |
| 60 |
* Portuguese Brazilian |
| 61 |
* Romanian |
| 62 |
* Russian |
| 63 |
* Slovak |
| 64 |
* Spanish |
| 65 |
* Turkish |
| 66 |
* Canadian French |
| 67 |
* Lithuanian |
| 68 |
|
| 69 |
== Installation == |
| 70 |
|
| 71 |
Upload the CookieAdmin plugin to your site, Activate it. |
| 72 |
That's it. You're done! |
| 73 |
|
| 74 |
== Screenshots == |
| 75 |
|
| 76 |
== Changelog == |
| 77 |
|
| 78 |
= 1.1.5 = |
| 79 |
* [Pro Feature] Added German (Switzerland), Spanish (Argentina), Finnish and Croatian languages. |
| 80 |
* [Pro Feature] Introduced monthly automatic cookie scanning across all website pages. |
| 81 |
* [Pro Feature] Added automatic consent log cleanup with configurable limit. |
| 82 |
* [Fix] Improved Google Consent Mode v2 compatibility for cached websites. |
| 83 |
* [Fix] Improved consent saving reliability on cached websites by making frontend requests cache-safe. |
| 84 |
* [UI] Adjusted Consent Preferences modal description to auto height for better readability and removed Show more button. |
| 85 |
* [UI] Fixed Re-Consent icon styling issues caused by page builder CSS conflicts. |
| 86 |
|
| 87 |
= 1.1.4 = |
| 88 |
* [Pro Feature] Added Canadian French and Lithuanian languages. |
| 89 |
* [Bug Fix] Improved Cookie handling for some rare cases based on user selected preferences. |
| 90 |
* [Task] Compatible with WordPress v6.9 |
| 91 |
|
| 92 |
= 1.1.3 = |
| 93 |
* [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. |
| 94 |
|
| 95 |
= 1.1.2 = |
| 96 |
* [Pro Feature] Added German Formal & Romanian languages. |
| 97 |
* [Pro Feature] Added Shortcode [/] which can be used by admins to display the cookies list on privacy policy or similar pages. |
| 98 |
* [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. |
| 99 |
* [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. |
| 100 |
|
| 101 |
= 1.1.1 = |
| 102 |
* [Pro Feature] Multilingual - 17 Languages added |
| 103 |
* [Improvement] Added support for common HTML tags in cookie banner while customizing the content to be displayed. |
| 104 |
* [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. |
| 105 |
* [Bug Fix] Users were unable to save posts/pages when using CookieAdmin Pro v1.0.9 and higher. This is fixed now. |
| 106 |
* [Bug Fix] In rare cases, due to conflict with some cache plugin the reconsent icon was not visible. This is fixed now. |
| 107 |
|
| 108 |
= 1.1.0 = |
| 109 |
* [Pro Feature] Added advanced cookie scanner to detect cookies set by javascript on the site |
| 110 |
* [Bug Fix] In some rare cases, "hide powered by link" setting when enabled was conflicting with some other plugins. This has been fixed. |
| 111 |
|
| 112 |
= 1.0.9 = |
| 113 |
* [Pro Feature] Added option to hide Powered by CookieAdmin link |
| 114 |
* [Pro Feature] Added option to hide Re-consent icon |
| 115 |
* [Task] Replaced hardcoded English strings with __() function for better translation support |
| 116 |
* [Bug Fix] Fixed a typo |
| 117 |
|
| 118 |
= 1.0.8 = |
| 119 |
* [Pro Feature] Added option to customize the color for links and On/Off switch for the cookie consent preference modal |
| 120 |
* [Task] Consent Banner will not be rendered while editing pages |
| 121 |
* [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. |
| 122 |
* [Bug Fix] Consent preference was not saved on sites running without SSL certificate. This is fixed now. |
| 123 |
|
| 124 |
= 1.0.7 = |
| 125 |
* [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. |
| 126 |
|
| 127 |
= 1.0.6 = |
| 128 |
* [Feature] Added Google Consent Mode v2 |
| 129 |
* [Bug Fix] Fixes for ADA, EAA & WCAG compliance |
| 130 |
* [Bug Fix] UI fixes for certain themes |
| 131 |
|
| 132 |
= 1.0.5 = |
| 133 |
* [Feature] CookieAdmin Consent Banner is now compliant with Americans with Disabilities Act (ADA), The European Accessibility Act (EAA) & Web Content Accessibility Guidelines (WCAG). |
| 134 |
|
| 135 |
= 1.0.4 = |
| 136 |
* [Bug Fix] The icons in Cookie Preferences modal were not visible on mobile devices. This has been fixed. |
| 137 |
|
| 138 |
= 1.0.3 = |
| 139 |
* [Bug Fix] In some cases, the consent banner was displayed even after accepting the cookies. This is fixed. |
| 140 |
* [Bug Fix] Minor UI fixes |
| 141 |
|
| 142 |
= 1.0.2 = |
| 143 |
* Initial Release |