Plugin Directory

Changeset 3363222


Ignore:
Timestamp:
09/17/2025 01:03:54 PM (6 months ago)
Author:
arture
Message:

Version 4.1.9

Location:
storecontrl-wp-connection/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • storecontrl-wp-connection/trunk/includes/cronjob/class-storecontrl-cronjob-functions.php

    r3350913 r3363222  
    15551555    public function ConnectToFTPServer() {
    15561556
    1557         error_reporting(E_ALL);
    1558         ini_set('display_errors', 1);
    1559 
    15601557        if (!extension_loaded('ftp')) {
    15611558            $this->logging->log_file_write( 'ERROR | FTP-extensie is niet ingeschakeld' );
     
    15791576            }
    15801577
    1581             $this::$storecontrl_ftp_chdir = ftp_chdir($this::$storecontrl_ftp_connection, '');
    1582             if (!$this::$storecontrl_ftp_chdir && !empty(error_get_last())) {
    1583                 $this->logging->log_file_write('Cronjob | Cannot access image folder on the FTP-server. Error: ' . error_get_last()['message']);
    1584             }
     1578//            $this::$storecontrl_ftp_chdir = ftp_chdir($this::$storecontrl_ftp_connection, '');
     1579//            if (!$this::$storecontrl_ftp_chdir && !empty(error_get_last())) {
     1580//                $this->logging->log_file_write('Cronjob | Cannot access image folder on the FTP-server. Error: ' . error_get_last()['message']);
     1581//            }
    15851582
    15861583            // Increase FTP timelimit to max execution time
  • storecontrl-wp-connection/trunk/includes/woocommerce/class-storecontrl-woocommerce-functions.php

    r3350913 r3363222  
    4646            }
    4747
    48             file_put_contents($new_upload_dir . '/products_batch_' . $_POST['sc_product_id'] . '.json', json_encode($output));
     48            file_put_contents($new_upload_dir . '/products_batch_bulk.json', json_encode($output));
    4949
    5050            $redirect_url = add_query_arg('storecontrl-import-started', count($post_ids), $redirect_url);
  • storecontrl-wp-connection/trunk/readme.txt

    r3350913 r3363222  
    55Requires at least: 6.6.0
    66Tested up to: 6.8.2
    7 Stable tag: 4.1.8
     7Stable tag: 4.1.9
    88Requires PHP: 8.0
    99License: GPLv2 or later
     
    9393== Changelog ==
    9494
     95= 4.1.9 =
     96* Wijziging in de verwerking van de afbeeldingen
     97
    9598= 4.1.8 =
    9699* Code updates and logging improvements
  • storecontrl-wp-connection/trunk/storecontrl-wp-connection.php

    r3350913 r3363222  
    44Plugin URI:  http://www.arture.nl/storecontrl
    55Description: The Wordpress plugin for connecting Woocommerce with StoreContrl Cloud. With the synchronizing cronjobs your products will be automatically processed, images added, and the categories set. Every 5 minutes all stock changes are processed. We provide a up-to-date plugin, easy setup and always the best support.
    6 Version:     4.1.8
     6Version:     4.1.9
    77Requires Plugins: woocommerce
    88Author:      Arture
Note: See TracChangeset for help on using the changeset viewer.