Changeset 2927244
- Timestamp:
- 06/17/2023 01:18:37 AM (3 years ago)
- Location:
- kvcore-idx/trunk
- Files:
-
- 2 edited
-
includes/kvcore/class-api.php (modified) (1 diff)
-
kvcore-idx.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kvcore-idx/trunk/includes/kvcore/class-api.php
r2927232 r2927244 148 148 $url = $url . $endpoint; 149 149 150 $headers = [ 'Authorization' => Settings::get_api_key() ];150 $headers = [ 'Authorization' => Settings::get_api_key(), 'x-kvcore-wordpress' => true ]; 151 151 152 152 if(!empty($includeFeaturedAgent)) { -
kvcore-idx/trunk/kvcore-idx.php
r2927232 r2927244 17 17 * Plugin URI: kvcore-idx 18 18 * 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.1 119 * Version: 2.3.12 20 20 * Author: Inside Real Estate 21 21 * Author URI: https://insiderealestate.com/kvcore/ … … 33 33 34 34 if( ! defined( 'KVCORE_IDX_PLUGIN_VERSION' ) ) { 35 define( 'KVCORE_IDX_PLUGIN_VERSION', '2.3.1 1' );35 define( 'KVCORE_IDX_PLUGIN_VERSION', '2.3.12' ); 36 36 } 37 37
Note: See TracChangeset
for help on using the changeset viewer.