Plugin Directory

Changeset 2617241


Ignore:
Timestamp:
10/20/2021 01:43:41 PM (4 years ago)
Author:
Wow Analytics
Message:

Updated version to 1.0.6

Location:
gatorleads
Files:
13 added
3 edited

Legend:

Unmodified
Added
Removed
  • gatorleads/trunk/gatorleads.php

    r2617095 r2617241  
    44Plugin URI: http://wordpress.org/extend/plugins/GatorLeads/
    55Description: Inserts the GatorLeads tracker into the footer of Wordpress pages
    6 Version: 1.0.5
     6Version: 1.0.6
    77Author: GatorLeads
    88Author URI: https://www.gatorleads.co.uk
     
    2121Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
    2222*/
    23 define('GATORLEADS_VERSION', '1.0.5');
     23define('GATORLEADS_VERSION', '1.0.6');
    2424
    2525require_once(dirname(__FILE__).'/includes/trackingcode.php');
  • gatorleads/trunk/includes/trackingcode.php

    r2617095 r2617241  
    9090               
    9191                <?php
     92                if($cookiebot_consent){?>
     93                _wow.push(['disableUserTracking']);
     94                <?php }
     95                ?>
     96
     97                <?php
    9298                if($cookiebot_consent && !$trackuser_bool){?>
    9399                _wow.push(['trackPageView']);
  • gatorleads/trunk/readme.txt

    r2617095 r2617241  
    44Requires at least: 4.0
    55Tested up to: 5.8.1
    6 Stable tag: 1.0.5
     6Stable tag: 1.0.6
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4848== Changelog ==
    4949
     50= 1.0.6 =
     51Updated Cookiebot consent to correctly disable cookie tracking if enabled and contact tracking is enabled.
     52
    5053= 1.0.5 =
    5154Updated Cookiebot consent support to handle if the Cookiebot consent is not intialised.
Note: See TracChangeset for help on using the changeset viewer.