Plugin Directory

Changeset 2505880


Ignore:
Timestamp:
03/30/2021 11:04:44 AM (5 years ago)
Author:
dragosmicu
Message:

Hot fix.

Location:
wootomation/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wootomation/trunk/includes/class-train.php

    r2505831 r2505880  
    8484
    8585    function process_orders($page = 1, $total_pages = 1){
    86         Wootomation_Train::process_orders_prepare($page, $total_pages);
    87         return true;
    88     }
    89 
    90     static function process_orders_prepare($page = 1, $total_pages = 1){
    9186        global $wpdb;
    9287        $post_status = implode("','", array('wc-processing', 'wc-completed', 'wc-on-hold', 'wc-pending') );
     
    127122            }
    128123        }
     124        return true;
    129125    }
    130126
  • wootomation/trunk/wootomation.php

    r2505831 r2505880  
    44 * Plugin URI: https://wpharvest.com/
    55 * Description: 🤖 Increase the sales of your WooCommerce shop by suggesting the right products to your customers, with the help of Machine Learning Artificial Intelligence. To take advantage of its power, just install and activate, it works out of the box.
    6  * Version: 2.0.0
    7  * Stable tag: 2.0.0
     6 * Version: 2.0.1
     7 * Stable tag: 2.0.1
    88 * Author: Dragos Micu
    99 * Author URI: https://wpharvest.com/
Note: See TracChangeset for help on using the changeset viewer.