Plugin Directory

Changeset 2927244


Ignore:
Timestamp:
06/17/2023 01:18:37 AM (3 years ago)
Author:
insiderealestate
Message:

Version 2.3.12

Location:
kvcore-idx/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kvcore-idx/trunk/includes/kvcore/class-api.php

    r2927232 r2927244  
    148148        $url = $url . $endpoint;
    149149
    150         $headers = [ 'Authorization' => Settings::get_api_key() ];
     150        $headers = [ 'Authorization' => Settings::get_api_key(), 'x-kvcore-wordpress' => true ];
    151151
    152152        if(!empty($includeFeaturedAgent)) {
  • kvcore-idx/trunk/kvcore-idx.php

    r2927232 r2927244  
    1717 * Plugin URI:        kvcore-idx
    1818 * Description:       Integrates seamlessly with kvCORE to bring the power of IDX search, high conversion lead capture, and much more to your WordPress site.
    19  * Version:           2.3.11
     19 * Version:           2.3.12
    2020 * Author:            Inside Real Estate
    2121 * Author URI:        https://insiderealestate.com/kvcore/
     
    3333
    3434if( ! defined( 'KVCORE_IDX_PLUGIN_VERSION' ) ) {
    35     define( 'KVCORE_IDX_PLUGIN_VERSION', '2.3.11' );
     35    define( 'KVCORE_IDX_PLUGIN_VERSION', '2.3.12' );
    3636}
    3737
Note: See TracChangeset for help on using the changeset viewer.