Plugin Directory

Changeset 1706533


Ignore:
Timestamp:
08/01/2017 08:17:59 PM (9 years ago)
Author:
sethduncan
Message:

1.6.5 update

Location:
callcap-webmatch
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • callcap-webmatch/trunk/readme.txt

    r1694018 r1706533  
    2525
    2626== Changelog ==
     27
     28= 1.6.5 =
     29- Fixing a bug that would prevent UTM variables from sending in some circumstances
    2730
    2831= 1.6 =
  • callcap-webmatch/trunk/webmatch.php

    r1694018 r1706533  
    44 * Plugin URI: http://www.callcap.com/help/webmatch-wordpress/
    55 * Description: Works with Webmatch by Callcap to associate pageviews with phonecalls and dynamically switch out phone numbers with your Webmatch phone numbers.
    6  * Version: 1.6
     6 * Version: 1.6.5
    77 * Author: Callcap
    88 * Author URI: http://www.callcap.com
     
    8888
    8989                if ($campaign['utm_option'] == "load_utm_parameters") {
    90                     $dynamicHTML .= ", loadUTMParams: true";
     90                    $dynamicHTML .= ", loadUtmParams: true";
    9191                }
    9292
    9393                if ($campaign['utm_term_for_search'] == "on") {
    94                     $dynamicHTML .= ", useUTMTermForSearch: true";
     94                    $dynamicHTML .= ", useUtmTermForSearch: true";
    9595                }
    9696
     
    112112
    113113                if ($campaign['utm_option'] == "load_utm_parameters") {
    114                     $staticHTML .= ", loadUTMParams: true";
     114                    $staticHTML .= ", loadUtmParams: true";
    115115                }
    116116
    117117                if ($campaign['utm_term_for_search'] == "on") {
    118                     $staticHTML .= ", useUTMTermForSearch: true";
     118                    $staticHTML .= ", useUtmTermForSearch: true";
    119119                }
    120120
Note: See TracChangeset for help on using the changeset viewer.