Skip to content

Commit e1ecd2b

Browse files
committed
Fix gtag load, uncheck customize
1 parent aad35e9 commit e1ecd2b

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aesirx_consent",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "Consent via aesirx",
55
"private": true,
66
"scripts": {
@@ -37,7 +37,7 @@
3737
"webpack-stream": "^7.0.0"
3838
},
3939
"dependencies": {
40-
"aesirx-consent": "1.7.4",
40+
"aesirx-consent": "1.8.0",
4141
"aesirx-bi-app": "2.7.0",
4242
"react": "^18.2.0",
4343
"react-dom": "^18.3.1",

wp-content/plugins/aesirx-consent/aesirx-consent.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: AesirX Consent
44
* Plugin URI: https://analytics.aesirx.io?utm_source=wpplugin&utm_medium=web&utm_campaign=wordpress&utm_id=aesirx&utm_term=wordpress&utm_content=analytics
55
* Description: Aesirx Consent plugin. When you join forces with AesirX, you're not just becoming a Partner - you're also becoming a freedom fighter in the battle for privacy! Earn 25% Affiliate Commission <a href="https://aesirx.io/partner?utm_source=wpplugin&utm_medium=web&utm_campaign=wordpress&utm_id=aesirx&utm_term=wordpress&utm_content=analytics">[Click to Join]</a>
6-
* Version: 2.0.6
6+
* Version: 2.0.7
77
* Author: aesirx.io
88
* Author URI: https://aesirx.io/
99
* Domain Path: /languages
@@ -65,7 +65,7 @@
6565
'aesirx-consent',
6666
plugins_url('assets/vendor/consent-loader.global.js', __FILE__),
6767
[],
68-
'2.0.6',
68+
'2.0.7',
6969
true
7070
);
7171

@@ -81,7 +81,7 @@
8181
'aesirx-consent',
8282
plugins_url($cssFile, __FILE__),
8383
[],
84-
'2.0.6',
84+
'2.0.7',
8585
'all'
8686
);
8787
wp_enqueue_style('aesirx-consent');

wp-content/plugins/aesirx-consent/languages/aesirx-consent.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the GPL v3.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: AesirX Consent 2.0.6\n"
5+
"Project-Id-Version: AesirX Consent 2.0.7\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/aesirx-consent\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"

wp-content/plugins/aesirx-consent/readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: aesirx,vikingtechguy,nixa999,nguyenbao10,vietnguyen1406,devphutran
33
Tags: privacy, analytics, compliance, wordpress analytics, consent
44
Requires at least: 5.9
55
Tested up to: 6.7.1
6-
Stable tag: 2.0.6
6+
Stable tag: 2.0.7
77
Requires PHP: 7.4
88
License: GPL 3.0
99

@@ -48,6 +48,9 @@ The Terms of service can be found here https://aesirx.io/terms-conditions and th
4848

4949
== Changelog ==
5050

51+
= 2.0.7 =
52+
* Fix gtag load, uncheck customize
53+
5154
= 2.0.6 =
5255
* Fix bug customize consent
5356

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3258,10 +3258,10 @@ aesirx-bi-app@2.7.0:
32583258
simple-react-validator "^1.6.0"
32593259
web-vitals "^3.3.1"
32603260

3261-
aesirx-consent@1.7.4:
3262-
version "1.7.4"
3263-
resolved "https://registry.yarnpkg.com/aesirx-consent/-/aesirx-consent-1.7.4.tgz#47e16b76c4245a6b0fce5c99877b7dbfe6565a3e"
3264-
integrity sha512-VE3E3dPkGC3HOqleXt31Ud+KLFFY3MS+BMiy7IdFCBFaFoZLTVt8HZBs+/RpOdPVCciv53KVlJbSZu+bUvU6+g==
3261+
aesirx-consent@1.8.0:
3262+
version "1.8.0"
3263+
resolved "https://registry.yarnpkg.com/aesirx-consent/-/aesirx-consent-1.8.0.tgz#90e91c2a1ab8a38ca05025cc81cacaaa545e9955"
3264+
integrity sha512-r/bRry8pij+nQ3m0ASElONbus/ihdkLGukoGQPU4YQamkYbWd84UMmoxLIZCtEl31YDjigGDqQU6y6nX4mOlAA==
32653265
dependencies:
32663266
"@concordium/browser-wallet-api-helpers" "3.0.1"
32673267
"@concordium/react-components" "0.6.1"

0 commit comments

Comments
 (0)