PluginProbe
CookieAdmin – Cookie Consent Banner / 1.2.4
CookieAdmin – Cookie Consent Banner v1.2.4
1.2.4 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
← All changes | readme.txt +85 -2 1.1.31.2.4 View file →
@@ -1,11 +1,11 @@
1 1 === CookieAdmin - Cookie Consent Banner ===
2 2 Contributors: softaculous
3 3 Tags: cookie, notice, banner, consent, gdpr
4 4 Requires at least: 4.4
5 -Tested up to: 6.8
5 +Tested up to: 7.1
6 6 Requires PHP: 7.0
7 -Stable tag: 1.1.3
7 +Stable tag: 1.2.4
8 8 License: LGPLv2.1
9 9 License URI: http://www.gnu.org/licenses/lgpl-2.1.html
10 10
11 11 CookieAdmin provides easy to configure cookie consent banner with GDPR and CCPA law support.
@@ -31,12 +31,20 @@
31 31 Pro Features :
32 32
33 33 * Advanced Cookie Scanning
34 34 * Google Consent Mode v2
35 +* Microsoft Clarity Consent Mode v2
36 +* Content Blocking
37 +* Geo Taregeting
38 +* Sub Domain Consent sharing support
35 39 * User Country Detection
36 40 * Multilingual - 17 Languages supported
41 +* Do not sell my Information
42 +* Polylang support
43 +* WPML support
37 44 * Consent Logs
38 45 * Export Consent Logs
46 +* Global Privacy Control(GPC)
39 47 * Shortcode [/] Examples below :
40 48 - Shortcode to render all cookies in tabular format :
41 49 [cookieadmin_render]
42 50 - Shortcode to render cookies from selected categories in tabular format :
@@ -62,8 +70,10 @@
62 70 * Russian
63 71 * Slovak
64 72 * Spanish
65 73 * Turkish
74 +* Canadian French
75 +* Lithuanian
66 76
67 77 == Installation ==
68 78
69 79 Upload the CookieAdmin plugin to your site, Activate it.
@@ -71,8 +81,81 @@
71 81
72 82 == Screenshots ==
73 83
74 84 == Changelog ==
85 +
86 += 1.2.4 =
87 +* [Improvement Pro] Added Code Signing: Every update now verifies the code signature to ensure secure updates.
88 +
89 += 1.2.3 =
90 +* [Improvement] We have improved the accessibility of the Cookie Modals.
91 +* [Bug fix] Banner loading excluded from the Divi editor mode.
92 +* [Improvement] Now patterns can be added to identify scripts while manually adding/editing cookies.
93 +* [Pro Feature] Google advance consent mode (google tags can be excluded for script blocking).
94 +
95 += 1.2.2 =
96 +* [Pro Feature] Geo Targeting, apply rules based on the visitors geo location.
97 +* [Pro Feature] Now supports string translation via WPML.
98 +* [Bug Fix Pro] There was an issue while adding the cookies manually from Scan Cookies page, that has been solved.
99 +* [Bug Fix] There was an issue in the block script, that has been solved.
100 +
101 += 1.2.1 =
102 +* [Pro Feature] Do no sell form support has been added, websites under US Privacy laws can use it to be compliant with the law.
103 +* [Pro Improvement] Support for Polylang has been added.
104 +* [Bug Fix Pro] Reconsent Icon was adding double slashes in its URL, which was being flagged by some SEO checkers, this has been fixed.
105 +* [Bug Fix] There was an issue where if Block scripts was enabled, it was breaking some Page builders, this has been fixed.
106 +
107 += 1.2.0 =
108 +* [Improvement] Block Scripts can now be disabled using an option in the settings, and now also handles the blocking of inline scripts.
109 +* [Improvement] More insightful widgets has been added to CookieAdmin dashboard.
110 +* [Bug Fix Pro] There was an issue with Content blocking with a few page builders, this has been fixed.
111 +
112 += 1.1.9 =
113 +* [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.
114 +* [Pro Feature] Subdomain Support: If enabled, user consent preferences are shared and respected across all subdomains.
115 +* [Bug Fix] GPC override option was not visible, if the form of Preference was changed, this has been fixed.
116 +* [Improvement] Improved User Interface.
117 +
118 +
119 += 1.1.8 =
120 +* [Pro Feature] Support for Microsoft Clarity consent mode.
121 +* [Pro Improvement] Now you can select the pages you want to get scanned.
122 +* [Improvement] Added wpml-config.xml file to support translation of Banner related strings stored in Options table.
123 +* [Pro Bug Fix] When Pro was getting installed before free version it was generating fatal error, this has been fixed.
124 +* [Bug Fix] Fatal error was getting generated when loading banner template for some users, this has been fixed.
125 +
126 += 1.1.7 =
127 +* [Pro Bug Fix] There was an issue with Cookie scans resulting in timeouts that has been fixed.
128 +* [Pro Bug Fix] There was an issue where toggle color customization was not working, this has been fixed.
129 +* [Bug Fix] For some users scanning was giving a wait error after 1 hour of last scan, this has been fixed.
130 +* [Task] Uninstalling the plugin was not cleaning the added options this has been fixed.
131 +* [Task] Tested with WordPress 7.0.
132 +
133 += 1.1.6 =
134 +* [Pro Feature] Added Global Privacy Control (GPC).
135 +* [Pro Feature] Added Re-Consent icons options with support for custom icon upload and custom link.
136 +* [Fix] Fixed async loading issue.
137 +* [Fix] Improved Elementor banner compatibility.
138 +* [Fix] Fixed Re-Consent icon JS error when modal banner only option is selected.
139 +* [Fix] Optimized dependency JS.
140 +* [Task] Maintained default priority for enqueue scripts function.
141 +* [Task] Moved plugin activation/deactivation hooks before short-circuit loading.
142 +* [Task] Removed unused database query comments and added missing table notice.
143 +* [Task] Minor code improvements and structural changes.
144 +
145 += 1.1.5 =
146 +* [Pro Feature] Added German (Switzerland), Spanish (Argentina), Finnish and Croatian languages.
147 +* [Pro Feature] Introduced monthly automatic cookie scanning across all website pages.
148 +* [Pro Feature] Added automatic consent log cleanup with configurable limit.
149 +* [Fix] Improved Google Consent Mode v2 compatibility for cached websites.
150 +* [Fix] Improved consent saving reliability on cached websites by making frontend requests cache-safe.
151 +* [UI] Adjusted Consent Preferences modal description to auto height for better readability and removed Show more button.
152 +* [UI] Fixed Re-Consent icon styling issues caused by page builder CSS conflicts.
153 +
154 += 1.1.4 =
155 +* [Pro Feature] Added Canadian French and Lithuanian languages.
156 +* [Bug Fix] Improved Cookie handling for some rare cases based on user selected preferences.
157 +* [Task] Compatible with WordPress v6.9
75 158
76 159 = 1.1.3 =
77 160 * [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.
78 161