Plugin Directory

Changeset 2800689


Ignore:
Timestamp:
10/18/2022 03:14:21 PM (3 years ago)
Author:
showcaseidx
Message:

Version 3.2.2

Location:
showcase-idx/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • showcase-idx/trunk/3/install.php

    r2312466 r2800689  
    4141    }
    4242  }
    43 
    44   $response = wp_remote_get( SHOWCASEIDX_AGENT_HOST . '/api/provision/' . get_option( 'showcaseidx_install_id' ) );
     43  $agent_host_value = defined( 'SHOWCASEIDX_AGENT_HOST' ) ? SHOWCASEIDX_AGENT_HOST : 'https://admin.showcaseidx.com';
     44  $response = wp_remote_get( $agent_host_value . '/api/provision/' . get_option( 'showcaseidx_install_id' ) );
    4545  $code = wp_remote_retrieve_response_code( $response );
    4646  $website = json_decode( wp_remote_retrieve_body( $response ), true );
  • showcase-idx/trunk/readme.txt

    r2774420 r2800689  
    33Tags: real estate search, idx search, idx, showcase idx, MLS
    44Requires at least: 4.6
    5 Tested up to: 6.0.0
     5Tested up to: 6.0.2
    66Requires PHP: 5.3.0
    7 Stable tag: 3.2.1
     7Stable tag: 3.2.2
    88
    99The ideal plugin for adding MLS search to your website, portal-quality search, lead generation, and SEO that works.
     
    142142== Changelog ==
    143143
     144= 3.2.2 =
     145* Corrected PHP 8 issue during plugin activation.
     146
    144147= 3.2.1 =
    145 * Add shortcode for a mortgage calculator widget
     148* Added shortcode for a mortgage calculator widget.
    146149
    147150= 3.2.0 =
    148 * Added compatibility with WordPress 6.0
     151* Added compatibility with WordPress 6.0.
    149152
    150153= 3.1.8 =
  • showcase-idx/trunk/showcaseidx.php

    r2774420 r2800689  
    66 * Author: Showcase IDX
    77 * Author URI: https://showcaseidx.com/
    8  * Version: 3.2.1
     8 * Version: 3.2.2
    99 */
    1010
Note: See TracChangeset for help on using the changeset viewer.