Plugin Directory

Changeset 2782726


Ignore:
Timestamp:
09/10/2022 08:58:17 AM (4 years ago)
Author:
Genoo
Message:

Release 1.7.44

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

Legend:

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

    r2782677 r2782726  
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 Stable tag: 1.7.43
     8Stable tag: 1.7.44
    99Understand how your leads and customers are participating with your ecommerce.
    1010
     
    4242
    4343== Changelog ==
     44
     45== 1.7.44 ==
     46Fixed the issue of subscription renewal order duplicating while inserting into the order queue table.
    4447
    4548== 1.7.43 ==
  • wpmktgengine-extension-woocommerce/tags/1.7.44/wpmktgengine-woocommerce.php

    r2782677 r2782726  
    66 Author URI: http://www.genoo.com/
    77 Author Email: info@genoo.com
    8  Version: 1.7.43
     8 Version: 1.7.44
    99 License: GPLv2
    1010 WC requires at least: 3.0.0
     
    37203720       
    37213721        $rand = rand();
     3722
     3723        if (!$getrenewal):
    37223724       
    37233725        $getrenewal = get_post_meta($order_id, '_subscription_renewal', true);
     
    37973799
    37983800                try {
    3799                     if (!$getrenewal):
     3801                   
    38003802                    $WPME_API->updateCart(
    38013803                        $cartOrder->id,
     
    38083810                        $order_id
    38093811                    );
    3810                       endif;
     3812                     
    38113813                }
    38123814                catch (\Exception $e) {
     
    38763878                }
    38773879            }
    3878      
     3880        endif;
    38793881    },
    38803882    10,
  • wpmktgengine-extension-woocommerce/trunk/readme.txt

    r2782677 r2782726  
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
    8 Stable tag: 1.7.43
     8Stable tag: 1.7.44
    99Understand how your leads and customers are participating with your ecommerce.
    1010
     
    4242
    4343== Changelog ==
     44
     45== 1.7.44 ==
     46Fixed the issue of subscription renewal order duplicating while inserting into the order queue table.
    4447
    4548== 1.7.43 ==
  • wpmktgengine-extension-woocommerce/trunk/wpmktgengine-woocommerce.php

    r2782677 r2782726  
    66 Author URI: http://www.genoo.com/
    77 Author Email: info@genoo.com
    8  Version: 1.7.43
     8 Version: 1.7.44
    99 License: GPLv2
    1010 WC requires at least: 3.0.0
     
    37203720       
    37213721        $rand = rand();
     3722
     3723        if (!$getrenewal):
    37223724       
    37233725        $getrenewal = get_post_meta($order_id, '_subscription_renewal', true);
     
    37973799
    37983800                try {
    3799                     if (!$getrenewal):
     3801                   
    38003802                    $WPME_API->updateCart(
    38013803                        $cartOrder->id,
     
    38083810                        $order_id
    38093811                    );
    3810                       endif;
     3812                     
    38113813                }
    38123814                catch (\Exception $e) {
     
    38763878                }
    38773879            }
    3878      
     3880        endif;
    38793881    },
    38803882    10,
Note: See TracChangeset for help on using the changeset viewer.