Changeset 2391079
- Timestamp:
- 09/30/2020 04:20:27 PM (5 years ago)
- Location:
- showcase-idx/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
showcaseidx.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
showcase-idx/trunk/readme.txt
r2391057 r2391079 5 5 Tested up to: 5.5.1 6 6 Requires PHP: 5.3.0 7 Stable tag: 3.1. 27 Stable tag: 3.1.3 8 8 9 9 The ideal plugin for adding MLS search to your website, portal-quality search, lead generation, and SEO that works. -
showcase-idx/trunk/showcaseidx.php
r2367883 r2391079 1 1 <?php 2 /* 3 Plugin Name: Showcase IDX 4 Plugin URI: https://showcaseidx.com/ 5 Description: Interactive, responsive, SEO-friendly real estate property search. 6 Author: Showcase IDX 7 Version: 3.1.2 8 Author URI: https://showcaseidx.com/ 9 */ 2 /** 3 * Plugin Name: Showcase IDX 4 * Plugin URI: https://showcaseidx.com/ 5 * Description: Interactive, responsive, SEO-friendly real estate IDX property search. 6 * Author: Showcase IDX 7 * Author URI: https://showcaseidx.com/ 8 * Version: 3.1.3 9 */ 10 11 // NOTE: documentation for the above header block is at https://developer.wordpress.org/plugins/plugin-basics/header-requirements/ 12 10 13 11 14 add_option( 'showcaseidx_product_version', get_option( 'showcaseidx_api_key' ) != '' ? '2' : '3' );
Note: See TracChangeset
for help on using the changeset viewer.