Plugin Directory

Changeset 2391079


Ignore:
Timestamp:
09/30/2020 04:20:27 PM (5 years ago)
Author:
showcaseidx
Message:

Version 3.1.3

Location:
showcase-idx/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • showcase-idx/trunk/readme.txt

    r2391057 r2391079  
    55Tested up to: 5.5.1
    66Requires PHP: 5.3.0
    7 Stable tag: 3.1.2
     7Stable tag: 3.1.3
    88
    99The 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  
    11<?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
    1013
    1114add_option( 'showcaseidx_product_version', get_option( 'showcaseidx_api_key' ) != '' ? '2' : '3' );
Note: See TracChangeset for help on using the changeset viewer.