Changeset 1706533
- Timestamp:
- 08/01/2017 08:17:59 PM (9 years ago)
- Location:
- callcap-webmatch
- Files:
-
- 7 added
- 2 edited
-
tags/1.6.5 (added)
-
tags/1.6.5/readme.md (added)
-
tags/1.6.5/readme.txt (added)
-
tags/1.6.5/style.css (added)
-
tags/1.6.5/uninstall.php (added)
-
tags/1.6.5/webmatch-form.php (added)
-
tags/1.6.5/webmatch.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/webmatch.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
callcap-webmatch/trunk/readme.txt
r1694018 r1706533 25 25 26 26 == Changelog == 27 28 = 1.6.5 = 29 - Fixing a bug that would prevent UTM variables from sending in some circumstances 27 30 28 31 = 1.6 = -
callcap-webmatch/trunk/webmatch.php
r1694018 r1706533 4 4 * Plugin URI: http://www.callcap.com/help/webmatch-wordpress/ 5 5 * 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 7 7 * Author: Callcap 8 8 * Author URI: http://www.callcap.com … … 88 88 89 89 if ($campaign['utm_option'] == "load_utm_parameters") { 90 $dynamicHTML .= ", loadU TMParams: true";90 $dynamicHTML .= ", loadUtmParams: true"; 91 91 } 92 92 93 93 if ($campaign['utm_term_for_search'] == "on") { 94 $dynamicHTML .= ", useU TMTermForSearch: true";94 $dynamicHTML .= ", useUtmTermForSearch: true"; 95 95 } 96 96 … … 112 112 113 113 if ($campaign['utm_option'] == "load_utm_parameters") { 114 $staticHTML .= ", loadU TMParams: true";114 $staticHTML .= ", loadUtmParams: true"; 115 115 } 116 116 117 117 if ($campaign['utm_term_for_search'] == "on") { 118 $staticHTML .= ", useU TMTermForSearch: true";118 $staticHTML .= ", useUtmTermForSearch: true"; 119 119 } 120 120
Note: See TracChangeset
for help on using the changeset viewer.