Changeset 2800689
- Timestamp:
- 10/18/2022 03:14:21 PM (3 years ago)
- Location:
- showcase-idx/trunk
- Files:
-
- 3 edited
-
3/install.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
showcaseidx.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
showcase-idx/trunk/3/install.php
r2312466 r2800689 41 41 } 42 42 } 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' ) ); 45 45 $code = wp_remote_retrieve_response_code( $response ); 46 46 $website = json_decode( wp_remote_retrieve_body( $response ), true ); -
showcase-idx/trunk/readme.txt
r2774420 r2800689 3 3 Tags: real estate search, idx search, idx, showcase idx, MLS 4 4 Requires at least: 4.6 5 Tested up to: 6.0. 05 Tested up to: 6.0.2 6 6 Requires PHP: 5.3.0 7 Stable tag: 3.2. 17 Stable tag: 3.2.2 8 8 9 9 The ideal plugin for adding MLS search to your website, portal-quality search, lead generation, and SEO that works. … … 142 142 == Changelog == 143 143 144 = 3.2.2 = 145 * Corrected PHP 8 issue during plugin activation. 146 144 147 = 3.2.1 = 145 * Add shortcode for a mortgage calculator widget148 * Added shortcode for a mortgage calculator widget. 146 149 147 150 = 3.2.0 = 148 * Added compatibility with WordPress 6.0 151 * Added compatibility with WordPress 6.0. 149 152 150 153 = 3.1.8 = -
showcase-idx/trunk/showcaseidx.php
r2774420 r2800689 6 6 * Author: Showcase IDX 7 7 * Author URI: https://showcaseidx.com/ 8 * Version: 3.2. 18 * Version: 3.2.2 9 9 */ 10 10
Note: See TracChangeset
for help on using the changeset viewer.