Plugin Directory

Changeset 2560782


Ignore:
Timestamp:
07/08/2021 08:03:13 PM (5 years ago)
Author:
wprequal
Message:

Commit v7.8.8

Location:
wprequal/trunk
Files:
3 edited

Legend:

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

    r2560775 r2560782  
    9393        }
    9494
    95         // Default response
     95        $entry    = [];
     96        $lead_id  = FALSE;
    9697        $response = array(
    9798            'success'  => FALSE,
     
    155156        }
    156157
    157         return apply_filters( 'wprequal_entry_response', $response, $lead_id );
     158        return apply_filters( 'wprequal_entry_response', $response, $entry, $lead_id );
    158159
    159160    }
  • wprequal/trunk/readme.txt

    r2560775 r2560782  
    159159== Change Log ==
    160160
     161= 7.8.8 =
     162* Tweek - Include entry array in entry_response hook
     163
    161164= 7.8.7 =
    162165* Improvement - Add hook for entry_response
  • wprequal/trunk/wprequal.php

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