Plugin Directory

Changeset 1590270


Ignore:
Timestamp:
02/06/2017 08:52:45 PM (9 years ago)
Author:
bonzaithepenguin
Message:

Version 1.1.3

Location:
call-tracking-metrics
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • call-tracking-metrics/trunk/call_tracking_metrics.php

    r1590175 r1590270  
    55Description: View your CallTrackingMetrics daily call volume in your WordPress Dashboard, and integrate with Contact Form 7 and Gravity Forms
    66Author: CallTrackingMetrics
    7 Version: 1.1.2
     7Version: 1.1.3
    88Author URI: https://www.calltrackingmetrics.com/
    99*/
     
    1717   
    1818    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);
    2020   
    2121    $this->ctm_host = "https://api.calltrackingmetrics.com";
  • call-tracking-metrics/trunk/readme.txt

    r1590179 r1590270  
    3535
    3636== Changelog ==
     37
     38= 1.1.3 =
     39* Fix potential crash on cf7_enabled undefined
    3740
    3841= 1.1.2 =
Note: See TracChangeset for help on using the changeset viewer.