Plugin Directory

Changeset 3475974


Ignore:
Timestamp:
03/05/2026 10:34:21 PM (2 days ago)
Author:
shift8
Message:

Updated readme with wp-cli documentation

Location:
shift8-real-estate-listings-for-treb/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • shift8-real-estate-listings-for-treb/trunk/readme.txt

    r3475957 r3475974  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.8.0
     7Stable tag: 1.8.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    303303
    304304== Changelog ==
     305
     306= 1.8.1 =
     307* Added full WP-CLI command reference documentation with all options, parameters, and examples
    305308
    306309= 1.8.0 =
     
    488491== Upgrade Notice ==
    489492
     493= 1.8.1 =
     494Documentation update: Added comprehensive WP-CLI command reference with all options, parameters, and usage examples.
     495
    490496= 1.8.0 =
    491497New feature: Geographic region filtering allows restricting listings by postal code prefix or city name. New WP-CLI preview command for API query analysis. CLI commands consolidated to eliminate code duplication.
  • shift8-real-estate-listings-for-treb/trunk/shift8-treb.php

    r3475951 r3475974  
    44 * Plugin URI: https://github.com/stardothosting/shift8-treb
    55 * Description: Integrates Toronto Real Estate Board (TREB) listings via AMPRE API, automatically importing property listings into WordPress. Replaces the Python script with native WordPress functionality.
    6  * Version: 1.8.0
     6 * Version: 1.8.1
    77 * Author: Shift8 Web
    88 * Author URI: https://shift8web.ca
     
    2222
    2323// Plugin constants
    24 define('SHIFT8_TREB_VERSION', '1.8.0');
     24define('SHIFT8_TREB_VERSION', '1.8.1');
    2525define('SHIFT8_TREB_PLUGIN_FILE', __FILE__);
    2626define('SHIFT8_TREB_PLUGIN_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.