Plugin Directory

Changeset 2782128


Ignore:
Timestamp:
09/08/2022 06:34:45 PM (4 years ago)
Author:
Genoo
Message:

Release 1.7.42

Location:
wpmktgengine-extension-woocommerce
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • wpmktgengine-extension-woocommerce/tags/1.7.42/readme.txt

    r2782120 r2782128  
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 Stable tag: 1.7.40
    9 
     8Stable tag: 1.7.42
    109Understand how your leads and customers are participating with your ecommerce.
    1110
     
    4443== Changelog ==
    4544
    46 = 1.7.41 =
     45= 1.7.42 =
    4746Added Order Queue if order fails to find Genoo API (i.e. if it's down) and will retry the push to Genoo account on regular increment.  Cron job is set to run every 5 mniutes by default, and can be edited at Settings > eCommerce tab in Genoo plugin.  Also added ability to push individual orders across if they have not yet synced with Genoo account.  Go to Edit order and send to genoo button should be available.
    4847
  • wpmktgengine-extension-woocommerce/tags/1.7.42/wpmktgengine-woocommerce.php

    r2782120 r2782128  
    66 Author URI: http://www.genoo.com/
    77 Author Email: info@genoo.com
    8  Version: 1.7.41
     8 Version: 1.7.42
    99 License: GPLv2
    1010 WC requires at least: 3.0.0
     
    55335533        dbDelta($ordersql);
    55345534
     5535        $api_queue = "ALTER TABLE {$wpdb->prefix}genooqueue
     5536        ADD COLUMN active_type int(11),order_payload Text null, payload Text null";
     5537 
     5538             $wpdb->query($api_queue);
     5539
    55355540
    55365541
  • wpmktgengine-extension-woocommerce/trunk/readme.txt

    r2782120 r2782128  
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 Stable tag: 1.7.40
    9 
     8Stable tag: 1.7.42
    109Understand how your leads and customers are participating with your ecommerce.
    1110
     
    4443== Changelog ==
    4544
    46 = 1.7.41 =
     45= 1.7.42 =
    4746Added Order Queue if order fails to find Genoo API (i.e. if it's down) and will retry the push to Genoo account on regular increment.  Cron job is set to run every 5 mniutes by default, and can be edited at Settings > eCommerce tab in Genoo plugin.  Also added ability to push individual orders across if they have not yet synced with Genoo account.  Go to Edit order and send to genoo button should be available.
    4847
  • wpmktgengine-extension-woocommerce/trunk/wpmktgengine-woocommerce.php

    r2782120 r2782128  
    66 Author URI: http://www.genoo.com/
    77 Author Email: info@genoo.com
    8  Version: 1.7.41
     8 Version: 1.7.42
    99 License: GPLv2
    1010 WC requires at least: 3.0.0
     
    55335533        dbDelta($ordersql);
    55345534
     5535        $api_queue = "ALTER TABLE {$wpdb->prefix}genooqueue
     5536        ADD COLUMN active_type int(11),order_payload Text null, payload Text null";
     5537 
     5538             $wpdb->query($api_queue);
     5539
    55355540
    55365541
Note: See TracChangeset for help on using the changeset viewer.