Plugin Directory

Changeset 2659649


Ignore:
Timestamp:
01/18/2022 10:46:23 PM (4 years ago)
Author:
wprequal
Message:

Commit 7.10.1

Location:
wprequal/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wprequal/trunk/includes/classes/class.SurveyForm.php

    r2654876 r2659649  
    161161
    162162        $args = wp_parse_args( $slide, ContactForm::form_defaults() );
     163        $args['type'] = 'survey';
    163164
    164165        ob_start();
  • wprequal/trunk/readme.txt

    r2654876 r2659649  
    164164== Change Log ==
    165165
     166= 7.10.1 =
     167Bug Fix - Set contact form type for survey
     168
    166169= 7.10.0 =
    167170* Improvement - Add webhook support
  • wprequal/trunk/wprequal.php

    r2654876 r2659649  
    44Plugin URI:  https://wprequal.com
    55Description: Mortgage and Real Estate Lead Capture System
    6 Version:     7.10.0
     6Version:     7.10.1
    77Author:      WPrequal
    88Author URI:  https://wprequal.com
     
    4444
    4545$constants = array(
    46     'WPREQUAL_VERSION'            => '7.10.0',
     46    'WPREQUAL_VERSION'            => '7.10.1',
    4747    'WPREQOAL_PLUGIN'             => plugin_basename( __FILE__ ),
    4848    'WPREQUAL_OPTIONS'            => 'wprequal_options',
Note: See TracChangeset for help on using the changeset viewer.