Changeset 2659649
- Timestamp:
- 01/18/2022 10:46:23 PM (4 years ago)
- Location:
- wprequal/trunk
- Files:
-
- 3 edited
-
includes/classes/class.SurveyForm.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wprequal.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wprequal/trunk/includes/classes/class.SurveyForm.php
r2654876 r2659649 161 161 162 162 $args = wp_parse_args( $slide, ContactForm::form_defaults() ); 163 $args['type'] = 'survey'; 163 164 164 165 ob_start(); -
wprequal/trunk/readme.txt
r2654876 r2659649 164 164 == Change Log == 165 165 166 = 7.10.1 = 167 Bug Fix - Set contact form type for survey 168 166 169 = 7.10.0 = 167 170 * Improvement - Add webhook support -
wprequal/trunk/wprequal.php
r2654876 r2659649 4 4 Plugin URI: https://wprequal.com 5 5 Description: Mortgage and Real Estate Lead Capture System 6 Version: 7.10. 06 Version: 7.10.1 7 7 Author: WPrequal 8 8 Author URI: https://wprequal.com … … 44 44 45 45 $constants = array( 46 'WPREQUAL_VERSION' => '7.10. 0',46 'WPREQUAL_VERSION' => '7.10.1', 47 47 'WPREQOAL_PLUGIN' => plugin_basename( __FILE__ ), 48 48 'WPREQUAL_OPTIONS' => 'wprequal_options',
Note: See TracChangeset
for help on using the changeset viewer.