Changeset 3398986
- Timestamp:
- 11/19/2025 01:04:47 PM (4 months ago)
- Location:
- mlsimport
- Files:
-
- 6 edited
- 1 copied
-
tags/6.1.5 (copied) (copied from mlsimport/trunk)
-
tags/6.1.5/README.MD (modified) (1 diff)
-
tags/6.1.5/mlsimport.php (modified) (2 diffs)
-
tags/6.1.5/readme.txt (modified) (1 diff)
-
trunk/README.MD (modified) (1 diff)
-
trunk/mlsimport.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mlsimport/tags/6.1.5/README.MD
r3398577 r3398986 5 5 Tested up to: 6.7.1 6 6 Requires PHP: 7.4 7 Stable Tag: 6.1. 47 Stable Tag: 6.1.5 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
mlsimport/tags/6.1.5/mlsimport.php
r3398577 r3398986 1 1 <?php 2 2 /** 3 * Plugin Name: MlsImport testing version3 * Plugin Name: MlsImport 4 4 * Plugin URI: https://mlsimport.com/ 5 5 * Description: MLS Import - The MLSImport plugin facilitates the connection to your real estate MLS database, allowing you to download and synchronize real estate property data from the MLS. 6 * Version: 6.1. 46 * Version: 6.1.5 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.4 … … 21 21 22 22 23 define( 'MLSIMPORT_VERSION', '6.1. 4' );23 define( 'MLSIMPORT_VERSION', '6.1.5' ); 24 24 define( 'MLSIMPORT_CLUBLINK', 'mlsimport.com' ); 25 25 define( 'MLSIMPORT_CLUBLINKSSL', 'https' ); -
mlsimport/tags/6.1.5/readme.txt
r3398577 r3398986 5 5 Tested up to: 6.7.1 6 6 Requires PHP: 7.4 7 Stable Tag: 6.1. 47 Stable Tag: 6.1.5 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
mlsimport/trunk/README.MD
r3398577 r3398986 5 5 Tested up to: 6.7.1 6 6 Requires PHP: 7.4 7 Stable Tag: 6.1. 47 Stable Tag: 6.1.5 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
mlsimport/trunk/mlsimport.php
r3398577 r3398986 1 1 <?php 2 2 /** 3 * Plugin Name: MlsImport testing version3 * Plugin Name: MlsImport 4 4 * Plugin URI: https://mlsimport.com/ 5 5 * Description: MLS Import - The MLSImport plugin facilitates the connection to your real estate MLS database, allowing you to download and synchronize real estate property data from the MLS. 6 * Version: 6.1. 46 * Version: 6.1.5 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.4 … … 21 21 22 22 23 define( 'MLSIMPORT_VERSION', '6.1. 4' );23 define( 'MLSIMPORT_VERSION', '6.1.5' ); 24 24 define( 'MLSIMPORT_CLUBLINK', 'mlsimport.com' ); 25 25 define( 'MLSIMPORT_CLUBLINKSSL', 'https' ); -
mlsimport/trunk/readme.txt
r3398577 r3398986 5 5 Tested up to: 6.7.1 6 6 Requires PHP: 7.4 7 Stable Tag: 6.1. 47 Stable Tag: 6.1.5 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset
for help on using the changeset viewer.