Changeset 3417994
- Timestamp:
- 12/12/2025 07:56:45 AM (4 months ago)
- Location:
- mlsimport
- Files:
-
- 8 edited
- 1 copied
-
tags/6.1.8 (copied) (copied from mlsimport/trunk)
-
tags/6.1.8/README.MD (modified) (1 diff)
-
tags/6.1.8/admin/class-mlsimport-admin.php (modified) (2 diffs)
-
tags/6.1.8/mlsimport.php (modified) (2 diffs)
-
tags/6.1.8/readme.txt (modified) (1 diff)
-
trunk/README.MD (modified) (1 diff)
-
trunk/admin/class-mlsimport-admin.php (modified) (2 diffs)
-
trunk/mlsimport.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mlsimport/tags/6.1.8/README.MD
r3399822 r3417994 5 5 Tested up to: 6.7.1 6 6 Requires PHP: 7.4 7 Stable Tag: 6.1. 67 Stable Tag: 6.1.7 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
mlsimport/tags/6.1.8/admin/class-mlsimport-admin.php
r3398577 r3417994 1459 1459 } 1460 1460 1461 1462 1463 1461 1464 foreach ($fieldImport as $key => $field): 1462 1465 $nameCheck = strtolower('mlsimport_item_' . $key . '_check'); … … 1549 1552 1550 1553 if ('City' === $key && isset($metadata_api_call_city[$selectKey])) { 1551 $option_label = $ metadata_api_call_city[$selectKey];1554 $option_label = $selectKey; 1552 1555 $comparison_values[] = $metadata_api_call_city[$selectKey]; 1553 1556 } elseif ('CountyOrParish' === $key && isset($metadata_api_call_county[$selectKey])) { 1554 $option_label = $ metadata_api_call_county[$selectKey];1557 $option_label = $selectKey; 1555 1558 $comparison_values[] = $metadata_api_call_county[$selectKey]; 1556 1559 } elseif ('PropertyType' === $key && isset($metadata_api_call_property_type[$selectKey])) { 1557 $option_label = $ metadata_api_call_property_type[$selectKey];1560 $option_label = $selectKey; 1558 1561 $comparison_values[] = $metadata_api_call_property_type[$selectKey]; 1559 1562 } -
mlsimport/tags/6.1.8/mlsimport.php
r3399822 r3417994 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. 66 * Version: 6.1.7 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.4 … … 21 21 22 22 23 define( 'MLSIMPORT_VERSION', '6.1. 6' );23 define( 'MLSIMPORT_VERSION', '6.1.7' ); 24 24 define( 'MLSIMPORT_CLUBLINK', 'mlsimport.com' ); 25 25 define( 'MLSIMPORT_CLUBLINKSSL', 'https' ); -
mlsimport/tags/6.1.8/readme.txt
r3399822 r3417994 5 5 Tested up to: 6.7.1 6 6 Requires PHP: 7.4 7 Stable Tag: 6.1. 67 Stable Tag: 6.1.7 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
mlsimport/trunk/README.MD
r3399822 r3417994 5 5 Tested up to: 6.7.1 6 6 Requires PHP: 7.4 7 Stable Tag: 6.1. 67 Stable Tag: 6.1.7 8 8 License: GPLv3 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html -
mlsimport/trunk/admin/class-mlsimport-admin.php
r3398577 r3417994 1459 1459 } 1460 1460 1461 1462 1463 1461 1464 foreach ($fieldImport as $key => $field): 1462 1465 $nameCheck = strtolower('mlsimport_item_' . $key . '_check'); … … 1549 1552 1550 1553 if ('City' === $key && isset($metadata_api_call_city[$selectKey])) { 1551 $option_label = $ metadata_api_call_city[$selectKey];1554 $option_label = $selectKey; 1552 1555 $comparison_values[] = $metadata_api_call_city[$selectKey]; 1553 1556 } elseif ('CountyOrParish' === $key && isset($metadata_api_call_county[$selectKey])) { 1554 $option_label = $ metadata_api_call_county[$selectKey];1557 $option_label = $selectKey; 1555 1558 $comparison_values[] = $metadata_api_call_county[$selectKey]; 1556 1559 } elseif ('PropertyType' === $key && isset($metadata_api_call_property_type[$selectKey])) { 1557 $option_label = $ metadata_api_call_property_type[$selectKey];1560 $option_label = $selectKey; 1558 1561 $comparison_values[] = $metadata_api_call_property_type[$selectKey]; 1559 1562 } -
mlsimport/trunk/mlsimport.php
r3399822 r3417994 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. 66 * Version: 6.1.7 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.4 … … 21 21 22 22 23 define( 'MLSIMPORT_VERSION', '6.1. 6' );23 define( 'MLSIMPORT_VERSION', '6.1.7' ); 24 24 define( 'MLSIMPORT_CLUBLINK', 'mlsimport.com' ); 25 25 define( 'MLSIMPORT_CLUBLINKSSL', 'https' ); -
mlsimport/trunk/readme.txt
r3399822 r3417994 5 5 Tested up to: 6.7.1 6 6 Requires PHP: 7.4 7 Stable Tag: 6.1. 67 Stable Tag: 6.1.7 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.