Plugin Directory

Changeset 2588896


Ignore:
Timestamp:
08/26/2021 12:53:26 AM (5 years ago)
Author:
codisto
Message:

1.3.63

Location:
codistoconnect/tags/1.3.63
Files:
6 copied

Legend:

Unmodified
Added
Removed
  • codistoconnect/tags/1.3.63/changelog.txt

    r2577664 r2588896  
    11*** WooCommerce Google, Amazon & eBay Integration - Channel Cloud by Codisto ***
     2
     32021-08-26 - version 1.3.63
     4* Fix - stop errors when creating orders in some scenarios
     5* Update - WooCommerce tested up to 5.6.0
    26
    372021-08-03 - version 1.3.62
  • codistoconnect/tags/1.3.63/connect.php

    r2577664 r2588896  
    66 * Author: Codisto
    77 * Author URI: https://codisto.com/
    8  * Version: 1.3.62
     8 * Version: 1.3.63
    99 * Text Domain: codisto-linq
    1010 * Woo: 3545890:ba4772797f6c2c68c5b8e0b1c7f0c4e2
     
    1515 *
    1616 * @package Codisto LINQ by Codisto
    17  * @version 1.3.62
     17 * @version 1.3.63
    1818 */
    1919
     
    2222}
    2323
    24 define( 'CODISTOCONNECT_VERSION', '1.3.62' );
     24define( 'CODISTOCONNECT_VERSION', '1.3.63' );
    2525define( 'CODISTOCONNECT_RESELLERKEY', '' );
    2626
     
    16641664                        delete_post_meta( $order_id, '_prices_include_tax' );
    16651665
    1666                         do_action( 'woocommerce_new_order', $order_id );
     1666                        do_action( 'woocommerce_new_order', $order_id, $order );
    16671667
    16681668                        foreach ( $ordercontent->orderlines->orderline as $orderline ) {
  • codistoconnect/tags/1.3.63/readme.txt

    r2577664 r2588896  
    44Requires at least: 4.0
    55Tested up to: 5.8
    6 Stable tag: 1.3.62
     6Stable tag: 1.3.63
    77Requires PHP: 5.6
    88License: GPLv2
     
    243243== Changelog ==
    244244
    245 = 1.3.62 - 03/08/2021
     245= 1.3.63 - 26/08/2021 =
     246* Fix - stop errors when creating orders in some scenarios
     247* Update - WooCommerce tested up to 5.6.0
     248
     249= 1.3.62 - 03/08/2021 =
    246250* Update - Support for Advanced Shipment Tracking Pro
    247251* Update - WooCommerce tested up to 5.4.1
Note: See TracChangeset for help on using the changeset viewer.