Version 3.2.11, December 6, 2024
- NEW The filter hooks
borlabsCookie/contentBlocker/skipIframeBlocking
, andborlabsCookie/frontendResources/disableDebugConsole
have been added.
Version 3.2.10, December 5, 2024
- IMPROVED Minor CSS improvements.
- ERROR RESOLVED The process for updating the version number of Borlabs Cookie during migration has been revised to ensure that packages can be installed seamlessly when upgrading from Borlabs Cookie Legacy.
Version 3.2.9, November 28, 2024
- NEW The filter hooks
borlabsCookie/contentBlocker/skipInitialization
,borlabsCookie/scriptBlocker/skipInitialization
, andborlabsCookie/styleBlocker/skipInitialization
have been added. - NEW Packages can now specify a required version of Borlabs Cookie. To receive package updates, ensure that Borlabs Cookie is updated to the specified version or higher.
- IMPROVED The backend of Borlabs Cookie has received several user interface improvements, particularly in the Library section. These enhancements make it clearer that each button only saves the settings of its corresponding form, addressing user confusion about buttons affecting multiple forms.
- IMPROVED The Legacy Importer now deactivates the "Pre-selected" setting for all Service Groups, except "Essential", during import.
- IMPROVED If the installation of a package via the library fails because the REST API is blocked by a third-party plugin, a corresponding message is displayed.
- ERROR RESOLVED When saving a Service or Content Blocker, the updated JavaScript configuration file previously failed to include the cookie, option, or location information on the first save, requiring a second save to apply these details. This issue has now been resolved. Kudos to Thomas who found the bug!
- ERROR RESOLVED The Deselect button in the IAB TCF Legitimate Interest section did not always work correctly.
- ERROR RESOLVED A warning message could be triggered if a script did not have an
id
. - ERROR RESOLVED The setting "Overwrite Code" for Content Blockers did not work properly and overwrote the "Locations".
- ERROR RESOLVED The Legacy Importer could trigger an error if the language code was invalid.
Version 3.2.8, November 7, 2024
- IMPROVED Minor CSS improvements.
Version 3.2.7, November 7, 2024
- IMPROVED The Legacy Importer converts the old
{privacyPageURL}
placeholder to the new{{ privacyPageUrl }}
format. - ERROR RESOLVED An error occurred when the Legacy Importer attempted to install the suggested packages, but the library was not up-to-date.
Version 3.2.6, November 5, 2024
- IMPROVED Minor CSS improvements.
- ERROR RESOLVED A CSS rule of the debug console could override third-party CSS.
Version 3.2.5, October 21, 2024
- IMPROVED Improved log message when package installation fails due to an outdated version of Borlabs Cookie.
- IMPROVED When installing a package for the first time, the "Auto Update" option is enabled by default.
- IMPROVED The "Config is loaded" test in the Debug Console has been improved to detect third-party modifications.
- IMPROVED The "Plugin URL is set correctly" test in the Debug Console has been improved to detect misconfigured protocols. Tips have been added to help resolve this issue.
- IMPROVED The CSS of the Debug Console has been enhanced to prevent third-party CSS from overwriting the intended design.
- ERROR RESOLVED An error occurred when accessing the Legacy Importer section if no legacy data was available for import.
- ERROR RESOLVED Migration files now update the CSS and JavaScript files for the correct language of the instance in Multisite Networks.
- ERROR RESOLVED The Debug Console and the library for backward compatibility now load correctly on older versions of WordPress.
Version 3.2.4, October 16, 2024
- ERROR RESOLVED Under rare circumstances, an error could occur if a multilingual plugin was used in combination with a plugin that deactivates standard WordPress pages, such as the author archive.
Version 3.2.3, October 14, 2024
- IMPROVED Disabled the Debug Console, which was enabled by default with update 3.2. For new installations, the Debug Console will remain enabled by default.
Version 3.2.2, October 3, 2024
- ERROR RESOLVED When using domain mapping (e.g., with WPML or Polylang), the consent history on the mapped domain may not have been retrievable, but it remained accessible on the main domain.
Version 3.2.1, October 2, 2024
- NEW The filter hook
borlabsCookie/scriptBuilder/modifyConfigBeforeSaving
has been added. - IMPROVED Multilingual plugin support has been improved when the domain mapping feature (Polylang & WPML) is used.
- IMPROVED The "Cookie Domain is set correctly" test in the debug console has been improved.
- ERROR RESOLVED The URL for cross-cookie domain article has been fixed and now points to the correct article in the knowledge base.
Version 3.2, September 26, 2024
- NEW Legacy Importer added. Import settings from Borlabs Cookie Legacy (version 2.x). This requires Borlabs Cookie version 2.3.0. For more details, visit https://borlabs.io/kb/upgrade-2-3-to-3-2/.
- NEW Debug Console added to help identify misconfigurations and common issues with Google Tag Manager integration.
- NEW PHP API for third-party developers is available and can be accessed through
borlabsCookieApi()
after the WordPressinit
action hook is executed. For more details, visit https://borlabs.io/kb/php-api-v3/. - IMPROVED Handling of Borlabs Service requests has been improved.
Version 3.1.9, September 4, 2024
- IMPROVED Cookie handling has been improved. The borlabs-cookie and TCF_COOKIE cookies are no longer created twice when the "Automatic Domain and Path Detection" setting is changed in live mode. Previously, these duplicate cookies could cause the dialog to reappear each time a page was loaded. This issue has now been resolved.
- IMPROVED The automatic update process has been improved.
- IMPROVED Handling of Borlabs Service requests has been improved.
Version 3.1.8, August 28, 2024
- IMPROVED Support for PHP 8.2 has been improved.
- IMPROVED The automatic update process has been improved. In earlier versions, there was a possibility that WordPress did not recognize that Borlabs Cookie should be updated automatically.
- IMPROVED The Service Shortcode now supports third-party Shortcodes.
- IMPROVED Multilingual plugin support has been improved. Borlabs Cookie now ensures that all default entries for Content Blockers, Providers, Services, and Service Groups are available in every language.
Version 3.1.7, August 7, 2024
- NEW A new setting has been added to disable email notifications for packages that are updated automatically. Although we believe it's important to receive notifications for automatic updates, we have made this feature available due to popular customer demand. This feature is enabled (
true
) by default and must be manually disabled. Future updates will not change this default setting tofalse
. - IMPROVED The handling of regex in Script Blockers and Style Blockers was improved.
Version 3.1.6.1, August 7, 2024
- ERROR RESOLVED The error message if the REST API is blocked (which should not be the case!) is now catched correctly.
Version 3.1.6, August 7, 2024
- IMPROVED The logging of regex in Script Blockers and Style Blockers without delimiters and the associated fallback have been removed. If you have manually added a blocker and are using a regex, make sure that your delimiters are set. If you use our Facebook package, make sure it is up to date.
Version 3.1.5, August 5, 2024
- IMPROVED Email notifications for packages that are updated manually are now disabled by default.
- IMPROVED The handling of regex in Script Blockers and Style Blockers was improved. If you have manually added a blocker and are using a regex, make sure that your delimiters are set.
- IMPROVED Replaced static white color with a CSS variable for the dialog background gradient. This change ensures better theming support and flexibility in styling.
- ERROR RESOLVED An error could occur when synchronizing Services with other languages.
- ERROR RESOLVED If invalid data was entered when adding a Provider, the error was not handled correctly and all the data entered had to be re-entered. Kudos to Christian for finding the error.
Version 3.1.4, July 26, 2024
- SECURITY UPDATE An XSS vulnerability has been discovered and fixed. This vulnerability is difficult for attackers to exploit as it requires an administrator to call the compromised log entry in the Borlabs cookie logs within 30 days. Previous data shows that attackers have attempted to perform SQL injections, but these have all failed. During the investigation, the XSS vulnerability and the possible attack scenario were recognised. All installations should therefore be urgently updated to version 3.1.4.
Version 3.1.3, July 25, 2024
- IMPROVED Minor code improvements.
- ERROR RESOLVED If IAB TCF was enabled, a JavaScript error appeared in some rare cases when reopening the Dialog.
- ERROR RESOLVED If a Content Blocker or Service is created due to a synchronisation, the settings fields were missing, if these settings fields were defined via a Borlabs Service package.
Version 3.1.2, July 17, 2024
- NEW A new setting has been added to disable email notifications for packages that are updated manually.
- IMPROVED The Library now checks for updates once a day instead of twice a day. This reduces the number of email notifications.
- IMPROVED The handling of nested Shortcodes has been improved.
- IMPROVED The generation of database foreign key names has been improved.
- IMPROVED The telemetry system was refactored to include the fetching of settings data regardless of the status of the telemetry option. This was done due to the need to monitor compliance with the IAB's TCF guidelines and to handle changes in browser behavior in relation to third-party cookies.
- IMPROVED The instructions for removing email addresses related to email notifications have been improved.
- ERROR RESOLVED Due to an error in the package update routine, this update resets the assigned service groups for the Google Tag Manager package according to our recommendations.
Version 3.1.1, July 5, 2024
- IMPROVED Content Blocker now detects iframes with the attribute
data-attr-src
. - IMPROVED Shortcodes from Borlabs Cookie Legacy (2.x) are now supported.
- IMPROVED Minor code improvements.
- IMPROVED The telemetry system was improved.
- ERROR RESOLVED Uninstaller did not removed job table.
- ERROR RESOLVED In Multisite Networks, migration files were previously executed only for the main instance. This update resolves that issue by also executing migration files for all other instances. Due to changes in the migration service, all previous migration files will be executed again to ensure that all websites and instances are updated to the desired status. As a result, configuration changes from updates 3.0.11 and 3.1.0 will be reapplied. These changes include the deactivation of "Debug Logging", enabling "Automatic Update" for all Borlabs Cookie versions, and change of the email recipients for automatic package updates.
Version 3.1, June 26, 2024
- NEW Library packages can now be updated automatically.
- NEW Email notifications when package updates are available.
- NEW Added scheduled log clean-up event to delete log entries older than 30 days.
- NEW Added the setting to display the Dialog on the first user interaction. This can improve Web Vitals, but can have a negative impact on user experience.
- NEW Added support for Falang.
- NEW Added support for FlyingPress cache. The FlyingPress package from the Library is additionally required.
- NEW Added Content Blocker preset "Preset D - Floating Icon". This preset is particularly suitable for blocked chat icons or trust badges.
- NEW Added Job overview to provide insights into Borlabs Cookie's background operations.
- IMPROVED Tailwind CSS variables now use the prefix
--brlbs-tw
. - IMPROVED Navigation within the Library has been improved. It is now possible to return to the previous Library view from the package details view, whereby all filters and search terms are retained unchanged.
- IMPROVED The layout of the Dialog Details for small devices has been improved.
- IMPROVED Default value of "Reload After Opt-out" changed from
false
totrue
. This only affects new Borlabs Cookie installations. - IMPROVED After installing/updating a package, the CSS is regenerated within the next 5 minutes. After the CSS regeneration, the cache will be cleared. This is all handled by the new Job system.
- IMPROVED Services in the dialog are now ordered by position and then alphabetically. Since in most cases all services have position 0, the list of services should be alphabetical.
- ERROR RESOLVED Changing the status of a service in the overview now updates the JavaScript configuration file, ensuring the service is correctly displayed or hidden in the dialog.
Version 3.0.11, June 4, 2024
- IMPROVED The option "Automatic Update" has been extended by the option "Patch versions". The configuration of automatic updates is now only possible via the Borlabs Cookie dashboard. Due to a display issue with the automatic updates status in previous versions, this update now enables automatic updates by default. You can adjust this setting in the Borlabs Cookie Dashboard. This update also disables "Debug Logging", as some customers inadvertently enable this setting without understanding its purpose, leading to unnoticed database overflow.
- IMPROVED Bots and crawlers no longer receive cookies from "Cross Cookie Domains" configured websites. We hope that this will also reduce the number of URLs collected by Google Search Console.
- IMPROVED Websites with ridiculously long prefixes should no longer receive the
Identifier name ... is too long
error message. - ERROR RESOLVED Fixed error of uninitialized properties.
Version 3.0.10.4, May 31, 2024
- ERROR RESOLVED An error in the update routine has been fixed. If you had installed version 3.0.10.3, a manual update might be necessary.
Version 3.0.10.3, May 31, 2024
- ERROR RESOLVED Fixed error of uninitialized properties.
Version 3.0.10.2, May 25, 2024
- IMPROVED The database prefix has been added to the telemetry data. This is temporarily necessary to check for a problem with prefixes that are too long, see https://borlabs.io/kb/error-message-incorrect-table-name-or-identifier-name-is-too-long/.
Version 3.0.10.1, May 24, 2024
- ERROR RESOLVED Fixed error of uninitialized properties.
Version 3.0.10, May 24, 2024
- IMPROVED When the "Automatic Domain and Path Detection" setting is enabled, the domain is detected via JavaScript instead of using the WordPress domain configuration.
- IMPROVED The telemetry system was improved, see https://borlabs.io/borlabs-cookie/telemetry/
- ERROR RESOLVED Due to a rework of our autoloader, some polyfills were not loaded, temporarily dropping support for PHP 7.4. This update resolves the issue and restores support for PHP 7.4. However, if you are still running PHP 7.4, you should update your server, as this version is outdated and no longer receives security patches. For more information, see https://www.php.net/supported-versions.php
Version 3.0.9, May 21, 2024
- IMPROVED GeoIP feature. If the IAB TCF is used and a country does not require consent, the TC string is created with consent for all purposes. When the Borlabs scanner scans a website, the GeoIP feature is disabled for the scanner's request.
- IMPROVED JavaScript code optimized.
Version 3.0.8, April 24, 2024
- IMPROVED IAB TCF integration improved for WordPress 6.5 installations without block-based themes.
- IMPROVED Improved detection of hostname exclusions by the Content Blocker.
Version 3.0.7.1, May 31, 2024
- WORKAROUND This hotfix allows you to update the plugin to version 3.0.10 if your PHP version is 7.4.
Version 3.0.7, April 23, 2024
- IMPROVED This update prepares the upcoming update of Borlabs Cookie 3.1.
- IMPROVED Bots and crawlers no longer generate statistics entries.
- ERROR RESOLVED Resetting the language did not work as expected when using WPML.
- ERROR RESOLVED The code from the meta box could be inserted into the page multiple times.
Version 3.0.6, April 9, 2024
- NEW The filter hooks
borlabsCookie/frontendResources/disableCssLoading
andborlabsCookie/frontendResources/disableJavaScriptLoading
have been added. - NEW The JavaScript event
borlabs-cookie-after-init
has been added. - ERROR RESOLVED The loading of JavaScript modules in WordPress 6.5 has been changed and could lead to an error due to a WordPress polyfill. This error has been fixed.
Version 3.0.5, March 26, 2024
- NEW Added plugin integrity event. The event is executed every hour and calls the MigrationService to ensure that the system is in the desired state.
- IMPROVED Update routine improved.
- IMPROVED WP CLI command improved, added
--outdated
flag tolibrary list
command. All other flags that contained_
have been changed and now use-
.
Version 3.0.4, March 25, 2024
- IMPROVED CSS optimizations.
- IMPROVED More logging during the update/migration process.
- ERROR RESOLVED WP CLI command for the installation of a package could throw an error.
Version 3.0.3.2, March 21, 2024
- ERROR RESOLVED Fixed an issue that occurred when adjusting timestamps to the configured time zone of the WordPress system.
Version 3.0.3.1, March 21, 2024
- IMPROVED Autoloader improved to avoid conflicts with other plugins that use Twig, for example.
- IMPROVED Asynchronous opt-out improved.
Version 3.0.3, March 19, 2024
- NEW More filter hooks for opt-in code, opt-out code and fallback code have been added.
- IMPROVED The CSS class
borlabs-cookie-open-dialog-preferences
can now be attached to button elements and used in the WordPress navigation system. - IMPROVED CSS optimizations.
- IMPROVED Timestamps now respect the configured time zone of the WordPress system.
- IMPROVED If the backdrop option is disabled, no overflow value is added to the body tag. This enables scrolling, but clicking is still not possible until consent has been given.
- IMPROVED Renaming of Borlabs Cookie database tables to avoid conflicts with ridiculously long prefixes. A prefix should simply not be 18 characters long...
- IMPROVED open_basedir related improvements.
- IMPROVED Added PHP polyfills for old WordPress systems using the latest PHP version.
- ERROR RESOLVED When using the cross-cookie domain function, the iframe was not hidden correctly.
- ERROR RESOLVED When using the GeoIP function, the consent for countries that do not receive the dialog was not set as intended.
- ERROR RESOLVED Deactivating syntax highlighting led to an error.
- ERROR RESOLVED Escape problems in the dialog have been fixed.
Version 3.0.2.1, March 9, 2024
- ERROR RESOLVED The descriptions were not displayed in some views.
Version 3.0.2, March 7, 2024
- IMPROVED Telemetry system
- IMPROVED Added workaround for the detectIframes() method. Handles null values that can occur, even though the WordPress hook used should always return a string.
- IMPROVED Handling of the overflow value in the body tag has been improved.
- ERROR RESOLVED Escape problems in the dialog have been fixed.
- ERROR RESOLVED A problem with escaping in the onExist field of the Script Blocker has been fixed.
Version 3.0.1, January 31, 2024
- NEW Borlabs Cookie 3.0 is no longer in beta! Hooray!
- NEW Language Dutch added.
- NEW Language French added.
- NEW Language Italian added.
- NEW Language Polish added.
- NEW Language Spanish added.
- NEW Language switcher added. Within the Dialog the visitor can switch to another language. Requires a plugin for multilingualism or Multisite Network.
- NEW WP-CLI support added.
- NEW Default Service Group Unclassified added.
- NEW AdBlocker warning within the backend of Borlabs Cookie. Informs the user that some files of Borlabs Cookie are blocked by the AdBlocker.
- NEW Plugin URL setting added. The settings now include a configurable URL for the Borlabs Cookie plugin. This is necessary if a plugin for multilingualism is used and each language uses its own domain.
- IMPROVED IAB TFC related: The gdpr_consent is now also added to img tags.
- IMPROVED Minor adjustment to the telemetry system, always sends information about installed packages.
- IMPROVED The CSS class
borlabs-cookie-open-dialog-preferences
can now be set to an anchor element. - IMPROVED Iframe detection improved.
- IMPROVED Content Blocker can now be used within AJAX requests.
- IMPROVED Many minor improvements.
- ERROR RESOLVED The color of the Content Blocker link was not set correctly.
Version 3.0.0.13, December 13, 2023
- NEW Import & Export of Dialog, Content Blocker - Appearance and Widget settings.
- NEW A new setting has been added for Services which, when enabled, disables the execution of the Service's code. This may be necessary if you use a tag management system (TMS) such as Google Tag Manager.
- IMPROVED Updating a package has been improved. You can now choose not to overwrite the code. Further information can be found behind the (i) symbol next to the new setting.
- IMPROVED Installation routine of database tables.
- IMPROVED CSS optimizations.
- ERROR RESOLVED The statistics calculation was incorrect and had to be revised. For this reason, the statistics start at 0 again with this update.
Version 3.0.0.12, December 1, 2023
- NEW IAB TFC related: Add the gdpr_consent parameter to links from configurable hostnames to pass consent to third parties.
- NEW Setup video added to the dashboard.
- IMPROVED Add up to 100 custom URLs to the cloud scanner for scanning.
- IMPROVED External libraries required by Borlabs Cookie now have their own namespace to avoid conflicts with third-party plugins/themes that use the same libraries.
- ERROR RESOLVED The texts for showing and hiding provider information have been swapped in the dialog.
- ERROR RESOLVED Under rare circumstances after an opt-out the website was not reloaded when reloading after opt-out was enabled.
Version 3.0.0.11, November 27, 2023
- IMPROVED CSS optimizations.
- ERROR RESOLVED The Services in the consent history table were not separated by commas.
- ERROR RESOLVED Some Packages could not be installed.
- ERROR RESOLVED Compatibility Patches were not loaded in version 3.0.0.10.
Version 3.0.0.10, November 25, 2023
- NEW Added an option to hide the Close button in Dialog Entrance.
- NEW Scheduled event added to check once an hour whether a stalled Cloud Scan has finally been completed.
- IMPROVED The IAB TCF integration has been improved, and you should now see more ads, hooray.
- IMPROVED The recognition of a Borlabs Cookie 3.0 cookie has been improved. This will cause you to see the Dialog again after this update. If you see the Dialog again and again, make sure that all caches have been cleared, including Cloudflare if you are using it.
- IMPROVED CSS optimizations.
- IMPROVED Compatibility with LiteSpeed Cache improved.
- IMPROVED Iframe detection of the Content Blocker improved.
- IMPROVED The saving of external files has been improved.
- IMPROVED The installation and uninstallation routine of a package has been improved.
- IMPROVED The scheduled event for updating the Library has been set to twice a day instead of once a week.
- ERROR RESOLVED The Shortcode for displaying the opt-out button of a Service was sometimes not displayed.
- ERROR RESOLVED When using a multilingual plugin, it could happen that the Service Group Essential was created for a language and deactivated, which made it impossible to give consent to Services in this language. If the name of the Service Group Essential is written in lower case, use the reset option at the bottom of the Service Group list.
- ERROR RESOLVED If a Service was disabled, but a user had given their consent to this Service and the Prioritize option was activated for at least one Service, an error occurred.
Version 3.0.0.9, November 20, 2023
- NEW New IAB TCF layout added, which can be enabled under IAB TCF » Settings » Compact Layout. This layout is currently in the BETA phase and may receive further visual improvements.
- NEW Added option to hide the Save button in Dialog Entrance. Please note that hiding this button is not allowed in most European countries.
- NEW Added check if the WordPress REST API can be accessed or is blocked by a plugin. Please note that Borlabs Cookie requires access to the REST API to save the visitor's consent.
- IMPROVED The saving of external files has been improved.
- ERROR RESOLVED When inline CSS exceeds 1,000,000 characters, a fatal error may occur. This issue is often caused by CSS optimization plugins. Although a fix has been implemented, it is still advisable to move inline CSS of this size to a separate file.
Version 3.0.0.8, November 16, 2023
- IMPROVED Content Blockers that are dynamically embedded can now be unblocked or are automatically unblocked if consent has been given.
- IMPROVED Visualization of Package updates improved.
- IMPROVED aria-label added to the close (x) button.
- IMPROVED CSS optimizations.
Version 3.0.0.7, November 15, 2023
- NEW Synchronize settings for multiple languages. Requires a plugin for multilingualism such as Polylang, WPML or TranslatePress.
- NEW Synchronize translation (texts) for multiple languages. The texts are translated automatically. Requires a plugin for multilingualism such as Polylang, WPML or TranslatePress.
- NEW HTTP authentication added to the scanner. You can now use our scanner to scan websites that are protected by HTTP authentication.
- IMPROVED Renamed Borlabs Cookie JavaScript files and added .min to the name to prevent them from being optimized by third-party plugins. Also added the data attribute data-no-minify="1" to avoid an error in WP Rocket.
- IMPROVED Building of the JavaScript config file improved.
- IMPROVED CSS optimizations.
Version 3.0.0.6, November 10, 2023
- IMPROVED IAB TCF texts can now be edited. Attention: Note the information in the red IMPORTANT box!
- ERROR RESOLVED The status of Show Widget was misleading.
Version 3.0.0.5, November 9, 2023
- IMPROVED Added new failure type for Cloud Scanner.
- IMPROVED CSS optimizations.
- IMPROVED Installation routine of database tables.
- ERROR RESOLVED Fixed a rare error when creating a new Content Blocker or Service.
- ERROR RESOLVED Iframes without a qualified URL led to a fatal error.
- ERROR RESOLVED The Services of the JavaScript configuration file could be an object instead of an array.
- ERROR RESOLVED When the option Enable Backdrop was disabled, the website was blocked until reload.
- ERROR RESOLVED Borlabs Cookie could not be installed if the WordPress version was prior than 6.2.
- ERROR RESOVLED Consenting to a Content Blocker Service could lead to an error if the Dialog was deactivated and no consent was previously given.
- ERROR RESOVLED Meta Box field is no longer mandatory.
Version 3.0.0.4, October 31, 2023
- IMPROVED Installation routine of database tables.
- IMPROVED CSS optimizations.
- ERROR RESOLVED Missing TCF purposes in Dialog - Details fixed.
Version 3.0.0.3, October 25, 2023
- IMPROVED Installation routine of database tables.
- IMPROVED Compatibility with PHP 8.1 and higher.
- IMPROVED Compatibility with Borlabs Font Blocker.
- IMPROVED Texts and translations.
Version 3.0.0.2, October 22, 2023
- ERROR RESOLVED When the update details were clicked, the message "Plugin not found" was displayed. This update fixes the error.
Version 3.0.0.1, October 22, 2023
- IMPROVED CSS optimizations. More will follow in the next few days.
Version 3.0, October 20, 2023
- NEW Scanner. Detects external resources and cookies, helps to set up Borlabs Cookie.
- NEW Library. Access to presets of Content Blockers, Services, Script Blockers, and Compatibility Patches.
- NEW TCF 2.2 support (including Google CMP certification).
- NEW Widget Icons. Select one of three widget icons to open the Dialog again.
- NEW GeoIP Restriction. Show the Dialog based on the country of origin.
- NEW WP CLI support.
- NEW Many new customization options.
- And much more.
Version 2.3, September 17, 2024
- ATTENTION: This update requires Borlabs Cookie 2.2.68! Do NOT install this update if your current version of Borlabs Cookie is not 2.2.68!
- NEW All tables and option names of
borlabs_cookie
orBorlabsCookie
renamed toborlabs_cookie_legacy
orBorlabsCookieLegacy
. - NEW Option to upgrade to Borlabs Cookie 3.0. For more details, visit https://borlabs.io/kb/upgrade-2-3-to-3-2/.
Version 2.2.68, June 17, 2024
- IMPROVED Upgrade routine improved.
- IMPROVED Minor code improvements.
Version 2.2.67, October 22, 2023
- ERROR RESOLVED Statistics table was not removed during uninstallation.
Version 2.2.66, August 30, 2023
- IMPROVED PixelYourSite Free (PYS) support. New cookies from PYS are now blocked.
Version 2.2.65, August 28, 2023
- IMPROVED PixelYourSite Pro (PYS) support. New cookies from PYS are now blocked.
Version 2.2.64, June 19, 2023
- IMPROVED Enfold video support
Version 2.2.63, March 21, 2023
- IMPROVED templates of Google Ads, Google Analytics and Google Tag Manager - Consent improved. Existing code is not updated!
- ERROR RESOLVED JavaScript that was manually blocked with shortcodes could have errors when unblocked in rare cases.
Version 2.2.62, February 20, 2023
- IMPROVED The Prioritize setting is automatically disabled when Content Blocker or Script Blocker functions are called in the code fields, as these functions cannot be combined with the setting.
- IMPROVED Minor adjustment to the telemetry system. For more information about the telemetry system: https://de.borlabs.io/borlabs-cookie/telemetrie/.
Version 2.2.61, December 16, 2022
- NEW Falang Support added.
- IMPROVED Detection of the DB version.
Version 2.2.60, December 6, 2022
- IMPROVED Compatibility with plugins/themes that use the Customizer.
- IMPROVED Addition of scope attribute to tables in frontend due to A11Y validators.
Version 2.2.59, November 17, 2022
- ERROR RESOLVED A Content Blocker could end up in an infinite loop when unlocking the global code in extremely rare cases in conjunction with the Script Blocker.
Version 2.2.58, November 14, 2022
- NEW Added cookie setting for SameSite attribute.
- IMPROVED Compatibility with Beaver Builder improved.
- IMPROVED CSS compatibility with Elementor improved.
- IMPROVED Script blocker now works in setup mode.
- ERROR RESOLVED Unblocked scripts that were previously blocked by Script Blocker retain all attributes originally specified. Prior to this change, only class, data, id, and src attributes were added, disregarding custom attributes.
Version 2.2.57, November 2, 2022
- IMPROVED Compatibility with Thrive Architect improved.
- IMPROVED Direction of dashboard statistics timeline changed. Kudos to Arik who reported the suggestion today.
- IMPROVED Blocking phrases of script blockers can now be defined more precisely.
- ERROR RESOLVED Statistics table is erroneous in Multisite Network instances, except for the main instance. The update corrects the table. Kudos to Arik who found the bug!
Version 2.2.56, September 29, 2022
- ERROR RESOLVED When using the Polylang setting "The language is set from content" the texts of the cookie groups were not loaded in the correct language.
Version 2.2.55.5, September 15, 2022
- ERROR RESOLVED The option "Reload After Opt-Out" was not executed in certain cases.
Version 2.2.55.4, September 15, 2022
- ERROR RESOLVED Script blocker reworked, issues with removing async/defer attributes and adjustments to src attribute fixed. This fix solves problems with MonsterInsights and GTM4WP among others.
Version 2.2.55.3, September 6, 2022
- ERROR RESOLVED Removal of async/defer attributes was incorrect in some cases.
Version 2.2.55.2, September 5, 2022
- ERROR RESOLVED Removal of async/defer attributes was incorrect in some cases.
Version 2.2.55.1, September 5, 2022
- ERROR RESOLVED Removal of async/defer attributes was incorrect in some cases.
Version 2.2.55, September 5, 2022
- IMPROVED Weglot compatibility, added support for custom languages.
- IMPROVED async/defer attribute is removed from blocked JavaScripts.
- IMPROVED Script Blocker adjustments due to changed integration of Google Tag Manager by MonsterInsights.
- IMPROVED CSS optimizations.
- IMPROVED Small adjustment to the telemetry system. More information about the telemetry system: https://borlabs.io/borlabs-cookie/telemetry/.
Version 2.2.54, August 1, 2022
- NEW Service template for Bing Ads added.
- NEW Telemetry system added, manual opt-in via dashboard required. More information about the telemetry system: https://borlabs.io/borlabs-cookie/telemetry/.
- NEW Added filter to enable CSS / JS loading for REST queries, see https://borlabs.io/kb/action-filter-hooks/#ch_12.
- IMPROVED Compatibility with Avada improved.
- IMPROVED compatibility with Bricks Builder improved.
- IMPROVED compatibility with Thrive Architect improved.
- IMPROVED Update routine improved.
- ERROR RESOLVED Unfolding cookie information could cause the website to reload if the <base> tag was set in the theme.
Version 2.2.53, June 27, 2022
- NEW Cookie service for TikTok.
- IMPROVED PixelYourSite Support, TikTok added. See: https://borlabs.io/kb/pixelyoursite/
- IMPROVED compatibility with Nova Core.
Version 2.2.52, June 20, 2022
- IMPROVED compatibility with Weglot.
- IMPROVED compatibility with Oxygen Builder.
- IMPROVED Handling of server responses (preparation for Borlabs Service).
Version 2.2.51, May 24, 2022
- ERROR RESOLVED Under certain conditions, Avada Live Builder could not be used when a Script Blocker was active.
Version 2.2.50, May 3, 2022
- NEW SiteOrigin Builder support, blocking of YouTube videos.
- NEW Ad blocker detection for WordPress dashboard of Borlabs Cookie. Gives a hint when CSS or JavaScript files are blocked by e.g. Ghostery.
- NEW A note is displayed if the Secure Attribute setting is active, but the website does not use a SSL certification.
- IMPROVED Added primary key for statistics table.
- IMPROVED Removed revocation text in the cookie preferences dialogue.
- IMPROVED Handling of dutch language packs.
Version 2.2.49, February 15, 2022
- ERROR RESOLVED WordPress versions older than 5.6 could not open the dashboard because a WordPress function was called that only exists in WordPress 5.6 and later.
Version 2.2.48, February 14, 2022
- NEW Added option to disable the Secure attribute. We still advise all affected customers to use an SSL certificate!
Version 2.2.47, February 11, 2022
- NEW System status shows PHP and database version and gives feedback if it is outdated.
- NEW Statistics older than 60 days are automatically deleted to keep the table small.
- IMPROVED When updating to version 2.2.46, the migration of statistics records is limited to 100,000.
- IMPROVED Widget now largely positions itself above all other elements.
- IMPROVED Added workaround for MySQL 5.5 databases. We strongly recommend to update this ancient version!
Version 2.2.46, February 10, 2022
- NEW Added option for reloading after an opt-out.
- NEW Box - Plus layout added. This is the new default layout of Borlabs Cookie and displays the cookie group description as well.
- NEW Widget added to change cookie settings afterwards. The widget can be activated under Borlabs Cookie > Cookie Box > Widget Settings.
- IMPROVED The UID is no longer generated if consent is limited to essential cookies.
- IMPROVED Dashboard statistics now shows the last 30 days by default instead of the last 10,000 consents.
- IMPROVED Compatibility with WordPress legacy widgets improved. The cookie box is no longer displayed in the preview of the widgets.
Version 2.2.45, January 26, 2022
- IMPROVED Active setup mode hides shortcodes for users without the 'manage\_borlabs\_cookie' capability.
- IMPROVED Improved height of the cookie box on mobile devices.
- IMPROVED Line height increased for content blockers (WCAG 2.1 AAA).
- ERROR RESOLVED Focus is now set correctly when cookie settings are opened via the shortcode.
- ERROR RESOLVED Upgrade routine no longer generates an error when Weglot is active. Sorry!
Version 2.2.44, January 17, 2022
- IMPROVED Layout optimizations for the cookie box.
- IMPROVED Support for PHP 8.1 improved. Attention: WordPress is not yet fully PHP 8.1 compatible!
- ERROR RESOLVED If WP Rocket was active, the update could not be executed. This error is fixed.
- ERROR RESOLVED Minor corrections to the German translation.
Version 2.2.43, January 7, 2022
- NEW Legal information added to the cookie box. Appearance of the cookie box is thus increased. See tips under "Cookie Box > Legal Information". Translations for Spanish, French, Italian, Dutch and Polish will follow soon.
- IMPROVED Addresses added to service templates (legally required), including renaming of Facebook to Meta.
- IMPROVED Accessibility improved, the cookie box passes WAVE validation https://wave.webaim.org/.
- IMPROVED Service template of Google Tag Manager - Consent extended by event. Does not apply to services already added with this template.
- IMPROVED Improved compatibility with page builders that are active in the frontend (including Avada and Divi).
- IMPROVED Improved hostname detection for Content Blockers.
- IMPROVED Fixed conflict with animations when animate.css is loaded by third party theme/plugin.
- IMPROVED License validation adjusted. Expired licenses can no longer be activated on newer versions.
- ERROR RESOLVED Refuse button color is applied to cookie settings.
- ERROR RESOLVED When visiting a website for the first time, it was possible to scroll to the end of the web page. This error is fixed.
Version 2.2.42, December 5, 2021
- ERROR RESOLVED Removed unnecessary text field from Cookie Box settings.
Version 2.2.41, December 1, 2021
- NEW Added choice between button and link display for refuse option in Cookie Settings.
- IMPROVED Ezoic services extended by a reference to the knowledge base. Please read https://borlabs.io/kb/ezoic/.
- IMPROVED HTTPS detection improved.
Version 2.2.40, November 24, 2021
- ERROR RESOLVED JavaScript of Google Analytics and Google Ads templates adjusted. If the templates were used from November 15th, the setup of these templates must be performed again.
Version 2.2.39, November 22, 2021
- ERROR RESOLVED In rare cases, the license could not be activated.
Version 2.2.38, November 18, 2021
- IMPROVED The cross domain cookie feature has been improved.
- ERROR RESOLVED In rare cases a stdClass not found error was raised.
Version 2.2.37, November 17, 2021
- ERROR RESOLVED Some tooltips were not displayed correctly.
Version 2.2.36, November 15, 2021
- IMPROVED Added support for Google Consent Mode. See knowledgebase: https://borlabs.io/kb/google-tag-manager-with-consent-mode/.
- IMPROVED jQuery handle changed to jquery-core. This no longer loads jquery-migrate.min.js through Borlabs Cookie. Existing installations must manually switch to jquery-core.
- IMPROVED Changed the behavior of the "Cookie before Consent" option. The cookie does not contain consent and does not show up in the statistics. Unnecessary log entries in the database are no longer generated.
- IMPROVED Animate.css and Bootstrap updated.
- IMPROVED Restructuring static assets. If the logo is no longer displayed in the cookie box, please reselect and save the logo.
- ERROR RESOLVED Individual animations could not be selected, including Heart Beat, Slide In Up, Bounce Out, Fade Out Up, Rotate Out, Zoom Out Up.
Version 2.2.35, October 1, 2021
- NEW Separate cookie lifetime if only essential cookies have been consented to.
- IMPROVED Improved Elementor video widget support. Autoplay, Overlay, Loop, Start, End, Mute and Controls are supported. Note: Not all settings can be combined!
- IMPROVED Minor adjustments for Enfold.
- IMPROVED Minor adjustments to the localization.
Version 2.2.34, September 15, 2021
- IMPROVED The blocking of cookies has been improved.
Version 2.2.33, September 10, 2021
- IMPROVED Iframe detection in widgets for WordPress 5.8 improved.
- IMPROVED Default colors for buttons as well as text sizes adjusted. We recommend to clear all color fields in the cookie box and press Save all settings to use our recommended settings.
Version 2.2.32, September 7, 2021
- IMPROVED Content Blocker adjusted. Reliably blocks iframes again in the latest version of Elementor.
Version 2.2.31, August 26, 2021
- NEW Support for the Google Maps integration of The Events Calendar plugin.
- NEW Autoplay option for the Content Blockers Vimeo and YouTube.
- NEW Statistics options in the dashboard. Last 6 hours, last 7 days, or last 10,000 consents (default).
- NEW Setup Mode: configure and test Borlabs cookie without having to activate Borlabs cookie. Only logged in users with appropriate permission will see the cookie box during this time, but not visitors.
Version 2.2.30, August 4, 2021
- IMPROVED The upgrade routine is now also executed when updating manually, e.g. uploading files via FTP or .zip via the plugin management. Kudos to Thomas who reported the suggestion including code example today.
- IMPROVED "Hide cookie box on page" now also works with port information in the address.
- IMPROVED CSS optimization.
- ERROR RESOLVED "Cookie groups justification" now shows the correct selection instead of always the first entry. Kudos to Thomas who found the bug!
Version 2.2.29, July 28, 2021
- NEW Weglot Support.
- IMPROVED If incorrect, the URL of the OpenStreetMap privacy policy will be updated.
Version 2.2.28, June 23, 2021
- ERROR RESOLVED Fixed an error in the animation for hiding the cookie box. Please note "After updating" and "Design issues".
Version 2.2.27, June 10, 2021
- IMPROVED Updates no longer reset the default Content Blockers.
- IMPROVED CSS optimizations.
- WORKAROUND Avada Live Builder could not be used when a Script Blocker was active. The workaround bypasses a bug in Avada and disables the Script Blocker for Live Builder.
Version 2.2.26, May 10, 2021
- ERROR RESOLVED In Elementor, YouTube Content Blocker was running even if it was disabled.
Version 2.2.25, April 30, 2021
- NEW Support for PixelYourSite. See: https://borlabs.io/kb/pixelyoursite/.
Version 2.2.24, April 22, 2021
- IMPROVED Added support for Bricks Builder (bricksbuilder.io).
- IMPROVED Minor CSS adjustments.
- IMPROVED Content Blocker detects iframes with data-src attribute and replaces them now.
Version 2.2.23, April 4, 2021
- IMPROVED API transmits PHP version for future legacy versions. Or in other words: whoever uses old, insecure PHP versions in the future will not get any new features.
Version 2.2.22, February 22, 2021
- ERROR RESOLVED Removed double / from the path to the icon.
Version 2.2.21, February 18, 2021
- IMPROVED Changed from .change() to .trigger('change') because of upcoming jQuery version.
- ERROR RESOLVED Client-side validation of form fields works again in Firefox.
Version 2.2.20, February 15, 2021
- ERROR RESOLVED WP-CLI can update Borlabs Cookie again. This function was broken since 2.2.14.
Version 2.2.19, February 15, 2021
- ERROR RESOLVED Unblocking multiple various YouTube videos on a single Elementor page works reliably again.
Version 2.2.18, February 11, 2021
- ERROR RESOLVED Patch 2.2.16 and 2.2.17 could make beautiful Elementor pages less beautiful. This patch ensures that they remain beautiful.
Version 2.2.17, February 11, 2021
- IMPROVED YouTube Content Blocker for Elementor 3.x. works again.
Version 2.2.16, February 9, 2021
- IMPROVED YouTube Content Blocker for Elementor Pro 3.x. works again.
Version 2.2.15, January 27, 2021
- ERROR RESOLVED Incorrect ID in Polylang service template.
Version 2.2.14, January 25, 2021
- IMPROVED PHP 8 Support
- IMPROVED Updating of renewed licenses optimized.
- IMPROVED Shortcode support for content loaded via AJAX.
- IMPROVED Checking for updates limited to the admin area.
Version 2.2.13, November 5, 2020
- ERROR RESOLVED Script Blocker could not be created in rare cases. Kudos to Constantin, who found the bug!
Version 2.2.12, October 19, 2020
- ERROR RESOLVED Path in cache path notice corrected.
Version 2.2.11, October 19, 2020
- IMPROVED Compatibility with MySQL Strict mode.
- IMPROVED Default SameSite attribute set to Lax.
Version 2.2.10, September 17, 2020
- ERROR RESOLVED Settings of a cookie could not be passed completely to JavaScript.
Version 2.2.9, September 1, 2020
- IMPROVED compatibility with Avada.
- IMPROVED h3-Tags removed from Cookie Box.
- ERROR RESOLVED Enabled VoiceOver blocked the website from Borlabs Cookie 2.2 onwards.
Version 2.2.8, August 7, 2020
- IMPROVED Shortcode support in the description field of the Cookie Box and Cookie Settings.
- ERROR RESOLVED The consent history shortcode now correctly displays HTML code from the Purpose field.
Version 2.2.7, August 3, 2020
- IMPROVED Cross domain cookies work again when the browser expects the SameSite attribute. https://borlabs.io/kb/set-up-cross-domain-cookie/.
Version 2.2.6, July 31, 2020
- IMPROVED Transfer of consent to Ezoic.
Version 2.2.5, July 28, 2020
- IMPROVED Script Blocker can block JavaScript that was not registered via WordPress. Blocking of reCAPTCHA and Jetpack now possible, instructions will follow.
- IMPROVED Google AdSense code updated.
- IMPROVED Added getCookieData function for third-party plugins. Regards to Thomas!
- IMPROVED Lighthouse requests no longer create a log entry. For real this time! I promise!
- ERROR RESOLVED addContentBlocker function did not work properly when using Polylang, causing WP Store Locator to fail to create its content blocker.
- ERROR RESOLVED Cookie Box can be displayed again on the login page without throwing error messages around.
Version 2.2.4, July 12, 2020
- ERROR RESOLVED Modification of the cookie bar/box template to avoid errors when "Show Accept all Button" is deactivated.
Version 2.2.3, July 9, 2020
- ERROR RESOLVED WP Store Locator fixed blocking and unblocking.
- ERROR RESOLVED Ezoic integration.
Version 2.2.2, July 8, 2020
- IMPROVED Ezoic integration. The upgrade will modify your current Ezoic setup for the best results.
- IMPROVED A11Y support.
- IMPROVED Upgrades from Borlabs Cookie automatically clear the cache of Autoptimize, Borlabs Cache, WP Fastest Cache, WP Rocket and WP Super Cache.
- ERROR RESOLVED IE 11 works again - what a buggy browser...
- ERROR RESOLVED Script Blocker can no longer block the prioritized code of Borlabs Cookie.
Version 2.2.1, July 3, 2020
- IMPROVED Changed term "Whitelist" to "Allow List".
- ERROR RESOLVED Script Blocker reliably blocks script handles again.
Version 2.2, June 28, 2020
- NEW Language French.
- NEW Language Italian.
- NEW Language Dutch.
- NEW Language Polish.
- NEW Language Spanish.
- NEW A11Y support (Cookie Box is accessible via screenreader and keyboard).
- NEW Cookie service for Ezoic.
- NEW Cookie service Hotjar.
- NEW Cookie service Hubspot.
- NEW Cookie service Tidio.
- NEW Cookie service Userlike.
- NEW display the Cookie Box on the login page.
- NEW Prioritize mode to unblock code within <head> section before the website is fully loaded. This can improve tracking data.
- NEW callWhenLoaded() JavaScript helper function to execute code when an external library was loaded.
- IMPROVED Shortcodes accept attributes to overwrite vars like the thumbnail.
- IMPROVED Lighthouse is treated as bot and does not get the Cookie Box displayed if the option "Cookies for Bots/Crawlers" is enabled.
- IMPROVED Cookie Box text should no longer be used by Google within the preview of the search results.
- IMPROVED compatibility with the defer attribute which is added by plugins like WP Rocket.
- IMPROVED handling of tracking ids for cookie services. Whitespace is removed to avoid a misconfiguration.
- IMPROVED compatibility with Elementor.
- IMPROVED compatibility with Oxygen Builder.
- IMPROVED the size length of cookie names and cookie expiry.
- REMOVED license unlink routine. To remove a website from a license key, visit the account section on https://borlabs.io/account/.
Version 2.1.15, March 15, 2020
- NEW Cookie service Polylang added.
- NEW Cookie service WPML added.
- IMPROVED Logo in the bar layouts is now displayed slightly larger.
- IMPROVED "Cookie before Consent" setting now also compatible with Internet Explorer 11
- IMPROVED Minor CSS optimizations.
- IMPROVED Improved compatibility with Advanced Custom Fields.
- IMPROVED Improved compatibility with HyperDB.
- ERROR RESOLVED When integrating via JavaScript, the Cookie Box is now correctly excluded from the index for Google.
Version 2.1.14, February 19, 2020
- IMPROVED CSS code for animations is no longer added if animations are disabled.
- IMPROVED Frontend CSS optimized.
- IMPROVED Cross Domain Cookie explanation adapted.
Version 2.1.13, January 15, 2020
- NEW Cookie service WooCommerce added.
- IMPROVED Cookie Box is excluded from the index for Google (<!--googleoff: all-->).
- IMPROVED Matomo service now asks for the Site ID.
- IMPROVED Cookie log table schema optimized for higher performance and less database load on high traffic websites.
- IMPROVED Alignment of the table contents is no longer overwritten by the theme.
- IMPROVED Cookie lifetime column increased from 35 characters to 255 characters.
- IMPROVED Minor CSS and JavaScript optimizations.
- ERROR RESOLVED Removed double space for cookie details link.
Version 2.1.12, December 11, 2019
- IMPROVED Added system check to recognize an incorrect language configuration.
- IMPROVED "Update Cookie Version & Force Re-Selection" no longer pre-selects already given consents.
- IMPROVED Added a note in the Cookie Group when the setting "Pre-selected" is overwritten with the setting "Ignore Pre-selected Status" of the Cookie Box.
- IMPROVED alt-Tag of the logo is set with the heading of the Cookie Box.
- IMPROVED Cookie Box is no longer displayed when the CSS file is missing (e.g. WooCommerce "thank you" page or others).
- ERROR RESOLVED WP Rocket CSS and JavaScript merging can be used again.
Version 2.1.11, November 21, 2019
- IMPROVED Fallback when CSS file is missing improved
- IMPROVED CSS optimized for frontend and backend
- ERROR RESOLVED Translation errors corrected
Version 2.1.10, November 5, 2019
- IMPROVED Compatibility with Polylang improved when the content of the page defines the language and not the URL.
- IMPROVED Content Blocker Tips section: Shortcode examples adapt to the current Content Blocker.
- IMPROVED Content Blocker option to remove iframes from feeds now removes all blocked content, not just iframes.
- IMPROVED Import & Export Tips section added.
- IMPROVED Frontend CSS improved for more theme compatibility.
- IMPROVED Script Blocker prevents the blocking of Borlabs Cookie JavaScript. Frequent misconfiguration had led to this problem.
- ERROR RESOLVED Corrected detection of Network Multisites in tips section in Settings.
Version 2.1.9, October 22, 2019
- ERROR RESOLVED The Script Blocker table was incorrectly created for Network Multisites for all instances except the main instance. As a result, no Script Blocker could be saved there. This update fixes this error.
Version 2.1.8, October 20, 2019
- ERROR RESOLVED Fixed issue when Borlabs Cookie could be initialized twice, causing multiple issues.
Version 2.1.7, October 19, 2019
- IMPROVED HTML code can be used for Cookies in the "Purpose" field.
- IMPROVED Shortcode for Cookie Preferences can now also be displayed as a link.
- IMPROVED CSS Optimizations.
- IMPROVED initialization of Borlabs Cookie JavaScript.
- ERROR RESOLVED Under certain circumstances, it was possible not to give consent for essential cookies.
Version 2.1.6, October 13, 2019
- NEW Option to display buttons at full width.
- IMPROVED The position of the buttons in the Layout Bar - Advanced has been changed in response to many customer requests.
- IMPROVED Smaller CSS and JavaScript optimizations.
Version 2.1.5, October 11, 2019
- ERROR RESOLVED The handling of the "Accept only essential cookies" button has been fixed for certain (rare) cases.
Version 2.1.4, October 10, 2019
- ERROR RESOLVED Cookie Box appears again in Internet Explorer 11.
Version 2.1.3, October 10, 2019
- ERROR RESOLVED Correction of Borlabs Cookie cookie detection when multiple WordPress systems are installed under one URL.
Version 2.1.2, October 10, 2019
- ERROR RESOLVED Cookie Groups without Cookies are no longer displayed in Bar/Box-Advanced.
Version 2.1.1, October 10, 2019
- NEW Cookie Blocker added to block cookies from third-party plugins.
- IMPROVED Enfold support
- IMPROVED Polylang support
Version 2.1, October 7, 2019
- NEW Script Blocker added to block JavaScript from third-party plugins. This can be used e.g. MonsterInsights or PixelYourSite as well as WP Google Map Plugin.
- NEW Cookie Box layouts (Bar - Advanced, Box - Advanced) added. Allows the user to consent to Cookie Groups without switching to Cookie Settings.
- NEW Refuse option can be displayed as button.
- NEW Option to display a button that gives all consents.
- NEW Option to ignore the pre-selected status from the Cookie Groups. Behaves differently depending on layout and view, see explanation in the tips section.
- NEW Styling options for checkboxes.
- NEW Import of Script Blockers.
- NEW Support of custom roles (Access for users who do not belong to the role "Admin").
- NEW Cookie Details link in the Cookie Box.
- NEW Imprint and Privacy page in the Cookie Box is hidden when no page is selected.
- NEW blockCookie() method added to the PHP API.
- NEW blockCookieGroup() method added to the PHP API.
- NEW gaveConsent() method added to the PHP API.
- NEW Added option to reset default Cookies and Cookie Groups (may correct text in wrong language).
- NEW Opt-out shortcode is displayed for each Cookie in the backend.
- NEW Option in the Content Blockers to execute the Global Code after click and before unblocking.
- IMPROVED Click UID in the Dashboard to paste it into the search box.
- IMPROVED Consents in Cookie Settings are reflected in the Cookie Box / Cookie Bar when you click "Back".
- IMPROVED Status message when Borlabs Cookie is not enabled.
- IMPROVED Handling of language files
- IMPROVED Language context more clearly structured
- IMPROVED detection of whether default Cookies, Cookie groups, or Content Blockers are present and if not, automatic correction.
- IMPROVED All external links with noopener, noreferrer, nofollow.
- IMPROVED Link to "powered by" now language dependent.
- IMPROVED Clarification of the option "Reload after consent".
- IMPROVED Handling "Reload after Consent", may no longer count twice.
- IMPROVED Various CSS adjustments for more compatibility with other themes.
- IMPROVED All notes in the tooltips and tips section revised.
- IMPROVED Adjustment of various formulations
- IMPROVED Click event handling for via AJAX loaded elements of Borlabs Cookie in Frontend revised.
- IMPROVED Language codes can now have more than 2 characters, e.g. pt-pt and pt-br, this must be entered in wp-config.php define('BORLABS\_COOKIE\_IGNORE\_ISO\_639\_1', true);.
- IMPROVES CSS adjustments in the backend to avoid conflicts with The7 Icon Manager.
- IMPROVED Compatibility with Gravity Forms - Iframe Add-on
- IMPROVED Matomo URL handling, index.php is automatically removed if it was incorrectly specified.
- IMPROVED Content-Blocker Global and initialization call gets the first and second parameter the Content-Blocker configuration passed (see Tips section).
- ERROR RESOLVED Link color for "Refuse" option could be overwritten unwanted by theme CSS.
- ERROR RESOLVED Google Maps via Divi is no longer blocked when the content blocker is disabled.
Version 2.0.6, July 11, 2019
- NEW "Reload After Consent" added (in 99% of all cases you don't need this option!)
- IMPROVED Compatibility with Enfold's Video Widget (requires an upcoming update of Enfold)
- IMPROVED Added !important CSS rule for buttons to prevent them being overwritten by theme CSS
- IMPROVED Minor spelling mistakes and setting labels
- IMPROVED Filter hook of the Cookie class
Version 2.0.5, June 25, 2019
- IMPROVED Divi compatibility
Version 2.0.4, June 19, 2019
- WORKAROUND Switch buttons can now be activated/deactivated. _Cause: some plugins load their own Bootstrap outside of their plugin part, so that at the end two Bootstrap instances are loaded, which causes a conflict. The workaround now ensures that the switch buttons work independently. Known problem currently exists when deleting cookie groups, cookies and content blockers when two bootstrap instances were loaded. No solution has been found yet. If you have a problem with two loaded Bootstrap instances, e.g. with the Bridge theme, please contact the theme author to correct his error._
Version 2.0.3, June 18, 2019
- NEW Cookie Box overlay is displayed via animation if "Animation" is activated
- NEW Custom Content Blocker now also replaces %%privacy\_policy\_url%% with the privacy policy URL
- IMPROVED Automatic Domain and Path Detection
- IMPROVED Minor improvements for the Divi Theme
- ERROR RESOLVED Cookie Box jumped down a few pixels when closing it
- ERROR RESOLVED Cookie Box could scroll out of view if "Block Content" was disabled
- WORKAROUND In rare cases, unnecessary scrollbars were displayed in the Cookie Box. The workaround bypasses the problem. A better solution is still being worked on.
Version 2.0.2, June 12, 2019
- NEW Video wrapper feature for YouTube and Vimeo Content Blocker
- IMPROVED Minor CSS adjustments for IE 11 and Safari 11 support
Version 2.0.1, June 10, 2019
- NEW Matomo added as Service
- NEW Matomo Tag Manager added as Service
- IMPROVED Minor CSS adjustments
- ERROR RESOLVED Label display On/Off in the cookie box might show the status "On" although the group/cookie was disabled. Purely cosmetic error.
Version 2.0, June 7, 2019
- Release of Borlabs Cookie 2.0
Version 1.9.9, May 12, 2019
- Added new license types for backwards compatibility
Version 1.9.8, April 4, 2019
- Improved installation/upgrade routine of database tables, fixed issue with webgo Webhosting
- Improved wording
- Improved cookie log html-table, added thead
- Improved iframe detection, solves a rare issue with WP Visual Composer
- Added a news routine, will show information when Borlabs Cookie 2.0 is released
Version 1.9.7, November 11, 2018
- Improved language detection
- Improved wording
- Added detection when cookie domain is wrong
- Changed initialization of the frontend hooks (before: plugins\_loaded, now: init)
- Fixed YouTube thumbnail detection when shortcode was used
Version 1.9.6, October 21, 2018
- Improved update routine to version 1.9.0
- Improved language detection
- Added option to reset default Blocked Content Types
- Fixed issue in the license check routine
Version 1.9.5, September 27, 2018
- Improved update routine to version 1.9.0
- Improved frontend initialization for better support of multilanguage plugins
- Improved file handling for websites with misconfigured SSL settings
- Added option to select cookie-box integration (JavaScript or HTML) - default is JavaScript since 1.9 and was HTML before 1.9
- Added option to change the status of a BCT within the BCT overview
- Added option to whitelist hosts from being blocked through the content blocker system
- Fixed issue when no BCT was enabled
Version 1.9.4, September 20, 2018
- Improved CSS
- Improved wording for different settings
- Improved displaying of license data. Concealed the license key
- Improved YouTube detection
Version 1.9.3, September 16, 2018
- Fixed thumbnail issue of YouTube and Vimeo when using oEmbed instead of iframes
- Fixed issue when activating option "Responsive Iframe" for default BCT
- Fixed issue when "Cookie box blocks content" option was disabled
Version 1.9.2, September 16, 2018
- Improved CSS of Blocked Content Types for mobile devices
Version 1.9.1, September 15, 2018
- Fixed issue with the cookie value of BCT Google Maps
Version 1.9, September 15, 2018
- Improved CSS
- Improved log handling
- Improved handling of multiple embedded instagram posts on a single site
- Improved handling of wildcard cookies
- Improved handling of oEmbeds of the same domain (is no longer blocked)
- Improved handling of multilanguage websites
- Added detection for misconfigured HTTPS sites
- Added detection for not updated table structures (including a routine to fix that)
- Added Blocked Content Types (different styles and options for blocked content)
- Added Blocked Content Type Facebook
- Added Blocked Content Type Google Maps
- Added Blocked Content Type Instagram
- Added Blocked Content Type Twitter
- Added Blocked Content Type Vimeo
- Added Blocked Content Type YouTube
- Added options for thumbnail size & quality from YouTube videos
Version 1.8.2, June 13, 2018
- Improved CSS
- Improved log handling
- Improved handling of multiple embedded facebook posts on a single site
- Added option to save Vimeo thumbnails locally
- Added option to aggregate consent logging on multisites
- Added option to enable wildcard cookies
Version 1.8.1, May 31, 2018
- Improved performance of statistics (possible fix for MySQL 5.5 users - minimum requirement is still MySQL 5.6!)
- Improved CSS
- Improved update routine
- Improved default texts
- Added shortcode \[borlabs\_cookie\_uid\]
- Added option to change YouTube URLs to www.youtube-nocookie.com
- Added setting to disable cookie box on certain pages
- Added option to add custom CSS
Version 1.8, May 27, 2018
- Improved, order and structure of the settings
- Improved, cookie option "first-party" can be disabled too
- Improved, handling of JavaScript and CSS
- Added, cookie lifetime depends on cookie option
- Added, each cookie option can have different styling
- Added, position of the cookie box can now be configured
- Added, cookie box can be disabled
- Fixed issue with english and german texts mixed
Version 1.7.10, May 26, 2018
- Fixed conflicts with other jQuery librarys - NOTICE: if you used unblockAllContent() you have to change the line from $jBC.BorlabsCookie.unblockAllContent(); to window.BorlabsCookie.unblockAllContent();
Version 1.7.9, May 25, 2018
- Improved CSS
- Improved scrolling in cookie box
- Improved handling of multiple jQuery instances - NOTICE: if you used unblockAllContent() you have to change the line from jQuery.BorlabsCookie.unblockAllContent(); to $jBC.BorlabsCookie.unblockAllContent();
- Added hideCookieBox to the JS configuration, useful for hook borlabs\_cookie\_js\_config
- Fixed WPML string for help headline
Version 1.7.8, May 23, 2018
- Fixed update routine for version 1.7.0
Version 1.7.7, May 22, 2018
- Added import & export feature
Version 1.7.6, May 22, 2018
- Added german formal language file
Version 1.7.5, May 22, 2018
- Added fallback for missing CSS file
- Fixed opt-out statistic
Version 1.7.4, May 21, 2018
- Added filter for embed\_oembed\_html again (was removed in 1.7)
Version 1.7.3, May 21, 2018
- Added message when cache folder of borlabs-cookie does not exist
Version 1.7.2, May 20, 2018
- Improved creation of borlabs-cookie cache folder
Version 1.7.1, May 20, 2018
- Added tab for support
- Fixed installation & upgrade routine for multisites
Version 1.7, May 19, 2018
- Added styling options
- Added shortcode \[borlabs\_cookie\_blocked\_oembed\]
- Removed filter for embed\_oembed\_html (please give feedback if something isn't blocked anymore that was blocked before)
Version 1.6.6, May 18, 2018
- Added filter hook borlabs\_cookie\_js\_config
- Fixed Do Not Track setting, was always active
Version 1.6.5, May 17, 2018
- Improved CSS
- Fixed broken Google opt-out routine (was broken in version 1.6.4)
Version 1.6.4, May 17, 2018
- Improved CSS
Version 1.6.3, May 17, 2018
- Improved cookie handling, the preference cookie applies to the domain and all subdomains now
- Added support for Do Not Track
- Changed create table statement, now works with old MySQL 5.5
Version 1.6.2, May 15, 2018
- Improved WPML & Polylang support
- Added iframe detection for embed\_oembed\_html hook
- Added iframe detection for iframes in HTML widgets in the sidebar (widget\_custom\_html\_content hook)
- Added align option for shortcode \[borlabs\_cookie\], e.g. \[borlabs\_cookie align="right"\] available options: left, left-float, center, right, right-float
- Added exception for iframes without src-attribute or where src is about:blank
Version 1.6.1, May 12, 2018
- Improved CSS
- Added filter hook borlabs\_cookie\_third\_party\_code
- Added filter hook borlabs\_cookie\_first\_party\_code
- Added filter hook borlabs\_cookie\_facebook\_pixel\_code
Version 1.6, May 10, 2018
- Improved structure of settings
- Improved opt-out handling for custom Google Analytics code
- Added Polylang support
- Added shortcode \[borlabs\_cookie\_log\] to show the user's cookie preference history
Version 1.5.3, May 7, 2018
- Fixed JavaScript issue with Thrive plugin
- Fixed wording/translation
Version 1.5.2, May 1, 2018
- Fixed ajax routine
Version 1.5.1, May 1, 2018
- Fixed upgrade routine
Version 1.5, May 1, 2018
- Improved handling of YouTube thumbnails
- Improved cookie box for mobile devices - text now scrollable
- Improved wording/translation
- Added WPML support
- Added cookie consent logging
- Added statistics
- Added option to select imprint page
Version 1.4, April 25, 2018
- Improved detection and handling of iframes
- Improved wording/translation
- Added option to always display cookie box
- Added option to block/unblock content below the cookie box
Version 1.3.4, April 24, 2018
- Added support for Advanced Custom Fields
Version 1.3.3, April 23, 2018
- Improved permalink handling for privacy page
Version 1.3.2, April 21, 2018
- Fixed issue with missing cache folder
Version 1.3.1, April 20, 2018
- Fixed code of Google Analytics
Version 1.3, April 20, 2018
- Added option to implement Google Analytics
- Added option to implement Facebook Pixel
- Added opt-out option for Google Analytics
- Added opt-out option for Facebook Pixel
- Added option to deliver blocked JavaScript to bots/crawlers
- Added option to save YouTube thumbnails locally
Version 1.2.1, April 19, 2018
- Added option to remove or show iframes in feeds
Version 1.2, April 16, 2018
- Added shortcode to block everything \[borlabs\_cookie\_blocked\_content\]
Version 1.1, April 15, 2018
- Added option to block iframes
- Fixed little CSS issue
Version 1.0.1, February 27, 2018
- Fixed little CSS issue
Version 1.0, February 26, 2018
- Improved translations
Version 0.8, February 25, 2018
- Improved text translation options
- Added uninstaller
Version 0.7, February 23, 2018
- Release of Borlabs Cookie