diff --git a/CHANGELOG.md b/CHANGELOG.md index 5794c02..e79ded6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ Inspired by: [keepachangelog.com](http://keepachangelog.com/) # Change History +# [1.7.3] - 2025-01-16 + +- fix: 🐛 Consent Mode v2 not corectly setup +- fix: 🐛 Include main script in head and earlier + # [1.7.2] - 2025-01-10 - fix: 🚑 One more fix on the Google Consent Mode v2 diff --git a/cookie-law-consent.php b/cookie-law-consent.php index f5f2af9..2d839da 100644 --- a/cookie-law-consent.php +++ b/cookie-law-consent.php @@ -2,7 +2,7 @@ /** * Plugin Name: Cookie Law Consent * Description: Handle your Cookies and give the user the ability to Accept or not the cookies. - * Version: 1.7.2 + * Version: 1.7.3 * Author: superhuit * Author URI: https://profiles.wordpress.org/superhuit * License: GPL-2.0+ diff --git a/package.json b/package.json index c08b0ff..b8561ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cookie-law-consent", - "version": "1.7.2", + "version": "1.7.3", "description": "Handle your Cookies and give the user the ability to Accept or not the cookies.", "main": "public/index.js", "author": "superhuit ",