Changeset 1590270
- Timestamp:
- 02/06/2017 08:52:45 PM (9 years ago)
- Location:
- call-tracking-metrics
- Files:
-
- 5 added
- 2 edited
-
tags/1.1.2 (added)
-
tags/1.1.2/call_tracking_metrics.php (added)
-
tags/1.1.2/css (added)
-
tags/1.1.2/js (added)
-
tags/1.1.2/readme.txt (added)
-
trunk/call_tracking_metrics.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
call-tracking-metrics/trunk/call_tracking_metrics.php
r1590175 r1590270 5 5 Description: View your CallTrackingMetrics daily call volume in your WordPress Dashboard, and integrate with Contact Form 7 and Gravity Forms 6 6 Author: CallTrackingMetrics 7 Version: 1.1. 27 Version: 1.1.3 8 8 Author URI: https://www.calltrackingmetrics.com/ 9 9 */ … … 17 17 18 18 add_filter('gform_confirmation', array(&$this, 'gf_confirmation'), 10, 1); 19 if ( cf7_enabled()) add_filter('wpcf7_contact_form_properties', array(&$this, 'cf7_confirmation'), 10, 1);19 if (get_option('ctm_api_cf7_enabled', true)) add_filter('wpcf7_contact_form_properties', array(&$this, 'cf7_confirmation'), 10, 1); 20 20 21 21 $this->ctm_host = "https://api.calltrackingmetrics.com"; -
call-tracking-metrics/trunk/readme.txt
r1590179 r1590270 35 35 36 36 == Changelog == 37 38 = 1.1.3 = 39 * Fix potential crash on cf7_enabled undefined 37 40 38 41 = 1.1.2 =
Note: See TracChangeset
for help on using the changeset viewer.