diff --git a/att-consent.php b/att-consent.php index fc429d0..60d61b8 100644 --- a/att-consent.php +++ b/att-consent.php @@ -3,7 +3,7 @@ * Plugin Name: ATT Consent * Plugin URI: https://github.com/att-consent/att-consent * Description: Google Consent Mode v2 cookie consent with session attribution preservation, custom script management, and full gtag.js/GTM support. - * Version: 1.3.3 + * Version: 1.3.4 * Requires at least: 6.0 * Requires PHP: 7.4 * Author: ATT Consent @@ -18,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) { exit; } -define( 'ATT_CC_VERSION', '1.3.3' ); +define( 'ATT_CC_VERSION', '1.3.4' ); define( 'ATT_CC_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'ATT_CC_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); define( 'ATT_CC_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); diff --git a/public/js/tcf-bridge.js b/public/js/tcf-bridge.js index 28dc8ae..41bdf04 100644 --- a/public/js/tcf-bridge.js +++ b/public/js/tcf-bridge.js @@ -30,7 +30,7 @@ return; } - var MAX_WAIT_MS = 10000; + var MAX_WAIT_MS = 3000; var POLL_INTERVAL = 100; var elapsed = 0; var lastSignature = '';