Plugin Directory

Changeset 2325232


Ignore:
Timestamp:
06/16/2020 03:19:45 PM (6 years ago)
Author:
wprequal
Message:

Commit v7.7.4

Location:
wprequal/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wprequal/trunk/app/classes/class.ContactForm.php

    r2321931 r2325232  
    215215        ];
    216216
     217        $post_id = intval( $post_id );
     218
    217219        if ( is_int( $post_id ) && 0 < $post_id ) {
    218220
  • wprequal/trunk/readme.txt

    r2324825 r2325232  
    159159== Change Log ==
    160160
     161= 7.7.4 =
     162* Bug Fix - Contact form deatils post_id type not int
     163
    161164= 7.7.3 =
    162165* Improvement - Improve details logging
  • wprequal/trunk/wprequal.php

    r2324825 r2325232  
    44Plugin URI:  https://wprequal.com
    55Description: Mortgage and Real Estate Lead Capture System
    6 Version:     7.7.3
     6Version:     7.7.4
    77Author:      WPrequal
    88Author URI:  https://wprequal.com
     
    4040
    4141$constants = array(
    42     'WPREQUAL_VERSION'            => '7.7.3',
     42    'WPREQUAL_VERSION'            => '7.7.4',
    4343    'WPREQOAL_PLUGIN'             => plugin_basename( __FILE__ ),
    4444    'WPREQUAL_OPTIONS'            => 'wprequal_options',
Note: See TracChangeset for help on using the changeset viewer.