Changeset 2907172
- Timestamp:
- 05/02/2023 08:35:47 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) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
showcase-idx/trunk/3/install.php
r2800689 r2907172 9 9 add_option( 'showcaseidx_search_page', 'properties' ); 10 10 11 if (getenv('SHOWCASEIDX_AGENT_HOST')) {12 update_option('showcaseidx_dev_agent_host', getenv('SHOWCASEIDX_AGENT_HOST'));13 }14 15 if (getenv('SHOWCASEIDX_SEARCH_HOST')) {16 update_option('showcaseidx_dev_search_host', getenv('SHOWCASEIDX_SEARCH_HOST'));17 }18 19 20 11 if(getenv('SHOWCASEIDX_WEBSITE_UUID')) { 21 12 update_option('showcaseidx_website_uuid', getenv('SHOWCASEIDX_WEBSITE_UUID')); 22 13 update_option('showcaseidx_website_name', 'Showcase IDX Local Dev'); 23 14 } 24 25 define( 'SHOWCASEIDX_SEARCH_HOST', get_option( 'showcaseidx_dev_search_host' ) ?: 'https://search.showcaseidx.com' );26 define( 'SHOWCASEIDX_AGENT_HOST', get_option( 'showcaseidx_dev_agent_host' ) ?: 'https://admin.showcaseidx.com' );27 15 } 28 16 -
showcase-idx/trunk/readme.txt
r2848220 r2907172 3 3 Tags: real estate search, idx search, idx, showcase idx, MLS 4 4 Requires at least: 4.6 5 Tested up to: 6. 1.15 Tested up to: 6.2 6 6 Requires PHP: 5.3.0 7 Stable tag: 3.2. 47 Stable tag: 3.2.5 8 8 9 9 The ideal plugin for adding MLS search to your website, portal-quality search, lead generation, and SEO that works. … … 141 141 142 142 == Changelog == 143 144 =3.2.5 = 145 *Added compatiblity with WordPress 6.2. 146 *Addresses a PHP issue that occurred for some sites when installing the IDX plugin on PHP 8. 143 147 144 148 =3.2.4 = -
showcase-idx/trunk/showcaseidx.php
r2848220 r2907172 6 6 * Author: Showcase IDX 7 7 * Author URI: https://showcaseidx.com/ 8 * Version: 3.2. 48 * Version: 3.2.5 9 9 */ 10 10 … … 18 18 define('SHOWCASEIDX_ACCOUNT_STATUS_EXPIRED', 'expired'); 19 19 define('SHOWCASEIDX_ACCOUNT_STATUS_INVALID', 'invalid'); 20 define('SHOWCASEIDX_SEARCH_HOST', 'https://search.showcaseidx.com'); 21 define('SHOWCASEIDX_AGENT_HOST', 'https://admin.showcaseidx.com'); 20 22 21 23 if ( get_option( 'showcaseidx_product_version' ) != '3' ) {
Note: See TracChangeset
for help on using the changeset viewer.