Changeset 3475974
- Timestamp:
- 03/05/2026 10:34:21 PM (2 days ago)
- Location:
- shift8-real-estate-listings-for-treb/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
shift8-treb.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shift8-real-estate-listings-for-treb/trunk/readme.txt
r3475957 r3475974 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.8. 07 Stable tag: 1.8.1 8 8 License: GPLv3 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 303 303 304 304 == Changelog == 305 306 = 1.8.1 = 307 * Added full WP-CLI command reference documentation with all options, parameters, and examples 305 308 306 309 = 1.8.0 = … … 488 491 == Upgrade Notice == 489 492 493 = 1.8.1 = 494 Documentation update: Added comprehensive WP-CLI command reference with all options, parameters, and usage examples. 495 490 496 = 1.8.0 = 491 497 New 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 4 4 * Plugin URI: https://github.com/stardothosting/shift8-treb 5 5 * 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. 06 * Version: 1.8.1 7 7 * Author: Shift8 Web 8 8 * Author URI: https://shift8web.ca … … 22 22 23 23 // Plugin constants 24 define('SHIFT8_TREB_VERSION', '1.8. 0');24 define('SHIFT8_TREB_VERSION', '1.8.1'); 25 25 define('SHIFT8_TREB_PLUGIN_FILE', __FILE__); 26 26 define('SHIFT8_TREB_PLUGIN_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.