Plugin Directory

Changeset 3417994


Ignore:
Timestamp:
12/12/2025 07:56:45 AM (4 months ago)
Author:
mlsimport
Message:

Update to version 6.1.8 from GitHub

Location:
mlsimport
Files:
8 edited
1 copied

Legend:

Unmodified
Added
Removed
  • mlsimport/tags/6.1.8/README.MD

    r3399822 r3417994  
    55Tested up to: 6.7.1
    66Requires PHP: 7.4
    7 Stable Tag: 6.1.6
     7Stable Tag: 6.1.7
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • mlsimport/tags/6.1.8/admin/class-mlsimport-admin.php

    r3398577 r3417994  
    14591459            }
    14601460
     1461
     1462
     1463
    14611464            foreach ($fieldImport as $key => $field):
    14621465                $nameCheck = strtolower('mlsimport_item_' . $key . '_check');
     
    15491552
    15501553                                                                                if ('City' === $key && isset($metadata_api_call_city[$selectKey])) {
    1551                                                                                         $option_label = $metadata_api_call_city[$selectKey];
     1554                                                                                        $option_label = $selectKey;
    15521555                                                                                        $comparison_values[] = $metadata_api_call_city[$selectKey];
    15531556                                                                                } elseif ('CountyOrParish' === $key && isset($metadata_api_call_county[$selectKey])) {
    1554                                                                                         $option_label = $metadata_api_call_county[$selectKey];
     1557                                                                                        $option_label = $selectKey;
    15551558                                                                                        $comparison_values[] = $metadata_api_call_county[$selectKey];
    15561559                                                                                } elseif ('PropertyType' === $key && isset($metadata_api_call_property_type[$selectKey])) {
    1557                                                                                         $option_label = $metadata_api_call_property_type[$selectKey];
     1560                                                                                        $option_label = $selectKey;
    15581561                                                                                        $comparison_values[] = $metadata_api_call_property_type[$selectKey];
    15591562                                                                                }
  • mlsimport/tags/6.1.8/mlsimport.php

    r3399822 r3417994  
    44 * Plugin URI:        https://mlsimport.com/
    55 * 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.6
     6 * Version:           6.1.7
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.4
     
    2121
    2222
    23 define( 'MLSIMPORT_VERSION', '6.1.6' );
     23define( 'MLSIMPORT_VERSION', '6.1.7' );
    2424define( 'MLSIMPORT_CLUBLINK', 'mlsimport.com' );
    2525define( 'MLSIMPORT_CLUBLINKSSL', 'https' );
  • mlsimport/tags/6.1.8/readme.txt

    r3399822 r3417994  
    55Tested up to: 6.7.1
    66Requires PHP: 7.4
    7 Stable Tag: 6.1.6
     7Stable Tag: 6.1.7
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • mlsimport/trunk/README.MD

    r3399822 r3417994  
    55Tested up to: 6.7.1
    66Requires PHP: 7.4
    7 Stable Tag: 6.1.6
     7Stable Tag: 6.1.7
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
  • mlsimport/trunk/admin/class-mlsimport-admin.php

    r3398577 r3417994  
    14591459            }
    14601460
     1461
     1462
     1463
    14611464            foreach ($fieldImport as $key => $field):
    14621465                $nameCheck = strtolower('mlsimport_item_' . $key . '_check');
     
    15491552
    15501553                                                                                if ('City' === $key && isset($metadata_api_call_city[$selectKey])) {
    1551                                                                                         $option_label = $metadata_api_call_city[$selectKey];
     1554                                                                                        $option_label = $selectKey;
    15521555                                                                                        $comparison_values[] = $metadata_api_call_city[$selectKey];
    15531556                                                                                } elseif ('CountyOrParish' === $key && isset($metadata_api_call_county[$selectKey])) {
    1554                                                                                         $option_label = $metadata_api_call_county[$selectKey];
     1557                                                                                        $option_label = $selectKey;
    15551558                                                                                        $comparison_values[] = $metadata_api_call_county[$selectKey];
    15561559                                                                                } elseif ('PropertyType' === $key && isset($metadata_api_call_property_type[$selectKey])) {
    1557                                                                                         $option_label = $metadata_api_call_property_type[$selectKey];
     1560                                                                                        $option_label = $selectKey;
    15581561                                                                                        $comparison_values[] = $metadata_api_call_property_type[$selectKey];
    15591562                                                                                }
  • mlsimport/trunk/mlsimport.php

    r3399822 r3417994  
    44 * Plugin URI:        https://mlsimport.com/
    55 * 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.6
     6 * Version:           6.1.7
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.4
     
    2121
    2222
    23 define( 'MLSIMPORT_VERSION', '6.1.6' );
     23define( 'MLSIMPORT_VERSION', '6.1.7' );
    2424define( 'MLSIMPORT_CLUBLINK', 'mlsimport.com' );
    2525define( 'MLSIMPORT_CLUBLINKSSL', 'https' );
  • mlsimport/trunk/readme.txt

    r3399822 r3417994  
    55Tested up to: 6.7.1
    66Requires PHP: 7.4
    7 Stable Tag: 6.1.6
     7Stable Tag: 6.1.7
    88License: GPLv3
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.