Changeset 2314120
- Timestamp:
- 05/29/2020 04:29:35 AM (6 years ago)
- Location:
- wprequal/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (1 diff)
-
views/survey/admin/styles.php (modified) (1 diff)
-
wprequal.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wprequal/trunk/readme.txt
r2314102 r2314120 159 159 == Change Log == 160 160 161 = 7.6.16 = 162 * Bug Fix - Style select not printing 163 161 164 = 7.6.15 = 162 165 * Improvement - Add survey form styles -
wprequal/trunk/views/survey/admin/styles.php
r2314102 r2314120 52 52 53 53 <option value="<?php esc_attr_e( $key ); ?>" <?php esc_attr_e( $selected ); ?>> 54 <?php esc_html ( $value ); ?>54 <?php esc_html_e( $value ); ?> 55 55 </option> 56 56 -
wprequal/trunk/wprequal.php
r2314102 r2314120 4 4 Plugin URI: https://wprequal.com 5 5 Description: Mortgage and Real Estate Lead Capture System 6 Version: 7.6.1 56 Version: 7.6.16 7 7 Author: WPrequal 8 8 Author URI: https://wprequal.com … … 30 30 // Defines 31 31 $defines = array( 32 'WPREQUAL_VERSION' => '7.6.1 5',32 'WPREQUAL_VERSION' => '7.6.16', 33 33 'WPREQUAL_OPTIONS' => 'wprequal_options', 34 34 'WPREQUAL_ACCESS_TOKEN_KEY' => 'wprequal_access_token',
Note: See TracChangeset
for help on using the changeset viewer.