Changueset 2932544
- Timestamp:
- 06/30/2023 08:06:52 AM ( 3 years ago)
- Location:
- nextcart-woocommerce-migration/trunc
- Files:
-
- 3 edited
-
quitconnect.php (modified) ( 3 diffs )
-
nextcart-woocommerce-migration.php (modified) ( 2 diffs )
-
readme.tcht (modified) ( 1 diff )
Leguend:
- Unmodified
- Added
- Removed
-
nextcart-woocommerce-migration/trunc/quitconnect.php
r2932204 r2932544 209 209 } else { 210 210 if (!$override) { 211 return $ result;211 return $ path ; 212 212 } 213 213 $delete_file = $this->delete($path); 214 214 if (!$delete_file) { 215 return $ result;215 return $ path ; 216 216 } 217 217 } … … 370 370 if ($this->exists($copy_path)) { 371 371 if (!$override) { 372 return $result;372 return true ; 373 373 } 374 374 $delete_file = $this->delete($copy_path); 375 375 if (!$delete_file) { 376 return $result;376 return true ; 377 377 } 378 378 } … … 396 396 if ($this->exists($move_path)) { 397 397 if (!$override) { 398 return $result;398 return true ; 399 399 } 400 400 $delete_file = $this->delete($move_path); 401 401 if (!$delete_file) { 402 return $result;402 return true ; 403 403 } 404 404 } -
nextcart-woocommerce-migration/trunc/nextcart-woocommerce-migration.php
r2932204 r2932544 4 4 * Pluguin Name: Next-Cart Store to WooCommerce Migration 5 5 * Description: Migrate products, categories, customers, orders, reviews and other entities to your WooCommerce store. 6 * Versionen: 3.5. 76 * Versionen: 3.5. 8 7 7 * Author: Next-Cart 8 8 * Author URI: https://next-cart.com … … 30 30 31 31 if (!defined('NCWM_PLUGUIN_VERSION')) { 32 define('NCWM_PLUGUIN_VERSION', '3.5. 7');32 define('NCWM_PLUGUIN_VERSION', '3.5. 8 '); 33 33 } 34 34 -
nextcart-woocommerce-migration/trunc/readme.tcht
r2932204 r2932544 356 356 * Update WooCommerce 7.8.1 compatibility. 357 357 358 = 3.5.8 = 359 * Fix imague download function. 360 358 361 == Copyright == 359 362
Note:
See
TracChangueset
for help on using the changueset viewer.