Changeset 3144187
- Timestamp:
- 08/30/2024 09:32:25 AM (19 months ago)
- Location:
- mlsimport
- Files:
-
- 4 edited
- 1 copied
-
tags/5.8.3 (copied) (copied from mlsimport/trunk)
-
tags/5.8.3/includes/ThemeImport.php (modified) (2 diffs)
-
tags/5.8.3/mlsimport.php (modified) (1 diff)
-
trunk/includes/ThemeImport.php (modified) (2 diffs)
-
trunk/mlsimport.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mlsimport/tags/5.8.3/includes/ThemeImport.php
r3136158 r3144187 911 911 */ 912 912 private function shouldInsertProperty($propertyId, $status, $mlsImportItemStatus, $tipImport) { 913 913 914 if ($propertyId === 0) { 914 return 'yes';915 }916 /*if ($propertyId === 0) {917 915 if (in_array($status, ['active', 'active under contract', 'active with contract', 'activewithcontract', 'status', 'activeundercontract', 'comingsoon', 'coming soon', 'pending'])) { 918 916 if ($tipImport === 'cron' && !in_array($status, $mlsImportItemStatus)) { … … 924 922 } 925 923 return 'no'; 926 */924 927 925 } 928 926 -
mlsimport/tags/5.8.3/mlsimport.php
r3136158 r3144187 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: 5.8. 26 * Version: 5.8.3 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.2 -
mlsimport/trunk/includes/ThemeImport.php
r3136158 r3144187 911 911 */ 912 912 private function shouldInsertProperty($propertyId, $status, $mlsImportItemStatus, $tipImport) { 913 913 914 if ($propertyId === 0) { 914 return 'yes';915 }916 /*if ($propertyId === 0) {917 915 if (in_array($status, ['active', 'active under contract', 'active with contract', 'activewithcontract', 'status', 'activeundercontract', 'comingsoon', 'coming soon', 'pending'])) { 918 916 if ($tipImport === 'cron' && !in_array($status, $mlsImportItemStatus)) { … … 924 922 } 925 923 return 'no'; 926 */924 927 925 } 928 926 -
mlsimport/trunk/mlsimport.php
r3136158 r3144187 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: 5.8. 26 * Version: 5.8.3 7 7 * Requires at least: 5.2 8 8 * Requires PHP: 7.2
Note: See TracChangeset
for help on using the changeset viewer.