Plugin Directory

Changeset 3144187


Ignore:
Timestamp:
08/30/2024 09:32:25 AM (19 months ago)
Author:
mlsimport
Message:

Update to version 5.8.3 from GitHub

Location:
mlsimport
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • mlsimport/tags/5.8.3/includes/ThemeImport.php

    r3136158 r3144187  
    911911     */
    912912    private function shouldInsertProperty($propertyId, $status, $mlsImportItemStatus, $tipImport) {
     913       
    913914        if ($propertyId === 0) {
    914             return 'yes';
    915         }
    916         /*if ($propertyId === 0) {
    917915            if (in_array($status, ['active', 'active under contract', 'active with contract', 'activewithcontract', 'status', 'activeundercontract', 'comingsoon', 'coming soon', 'pending'])) {
    918916                if ($tipImport === 'cron' && !in_array($status, $mlsImportItemStatus)) {
     
    924922        }
    925923        return 'no';
    926         */
     924       
    927925    }
    928926
  • mlsimport/tags/5.8.3/mlsimport.php

    r3136158 r3144187  
    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:           5.8.2
     6 * Version:           5.8.3
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.2
  • mlsimport/trunk/includes/ThemeImport.php

    r3136158 r3144187  
    911911     */
    912912    private function shouldInsertProperty($propertyId, $status, $mlsImportItemStatus, $tipImport) {
     913       
    913914        if ($propertyId === 0) {
    914             return 'yes';
    915         }
    916         /*if ($propertyId === 0) {
    917915            if (in_array($status, ['active', 'active under contract', 'active with contract', 'activewithcontract', 'status', 'activeundercontract', 'comingsoon', 'coming soon', 'pending'])) {
    918916                if ($tipImport === 'cron' && !in_array($status, $mlsImportItemStatus)) {
     
    924922        }
    925923        return 'no';
    926         */
     924       
    927925    }
    928926
  • mlsimport/trunk/mlsimport.php

    r3136158 r3144187  
    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:           5.8.2
     6 * Version:           5.8.3
    77 * Requires at least: 5.2
    88 * Requires PHP:      7.2
Note: See TracChangeset for help on using the changeset viewer.