Changeset 2325232
- Timestamp:
- 06/16/2020 03:19:45 PM (6 years ago)
- Location:
- wprequal/trunk
- Files:
-
- 3 edited
-
app/classes/class.ContactForm.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wprequal.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wprequal/trunk/app/classes/class.ContactForm.php
r2321931 r2325232 215 215 ]; 216 216 217 $post_id = intval( $post_id ); 218 217 219 if ( is_int( $post_id ) && 0 < $post_id ) { 218 220 -
wprequal/trunk/readme.txt
r2324825 r2325232 159 159 == Change Log == 160 160 161 = 7.7.4 = 162 * Bug Fix - Contact form deatils post_id type not int 163 161 164 = 7.7.3 = 162 165 * Improvement - Improve details logging -
wprequal/trunk/wprequal.php
r2324825 r2325232 4 4 Plugin URI: https://wprequal.com 5 5 Description: Mortgage and Real Estate Lead Capture System 6 Version: 7.7. 36 Version: 7.7.4 7 7 Author: WPrequal 8 8 Author URI: https://wprequal.com … … 40 40 41 41 $constants = array( 42 'WPREQUAL_VERSION' => '7.7. 3',42 'WPREQUAL_VERSION' => '7.7.4', 43 43 'WPREQOAL_PLUGIN' => plugin_basename( __FILE__ ), 44 44 'WPREQUAL_OPTIONS' => 'wprequal_options',
Note: See TracChangeset
for help on using the changeset viewer.