Changeset 2588898
- Timestamp:
- 08/26/2021 12:55:34 AM (5 years ago)
- Location:
- codistoconnect/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
connect.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
codistoconnect/trunk/changelog.txt
r2577664 r2588898 1 1 *** WooCommerce Google, Amazon & eBay Integration - Channel Cloud by Codisto *** 2 3 2021-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 2 6 3 7 2021-08-03 - version 1.3.62 -
codistoconnect/trunk/connect.php
r2577664 r2588898 6 6 * Author: Codisto 7 7 * Author URI: https://codisto.com/ 8 * Version: 1.3.6 28 * Version: 1.3.63 9 9 * Text Domain: codisto-linq 10 10 * Woo: 3545890:ba4772797f6c2c68c5b8e0b1c7f0c4e2 … … 15 15 * 16 16 * @package Codisto LINQ by Codisto 17 * @version 1.3.6 217 * @version 1.3.63 18 18 */ 19 19 … … 22 22 } 23 23 24 define( 'CODISTOCONNECT_VERSION', '1.3.6 2' );24 define( 'CODISTOCONNECT_VERSION', '1.3.63' ); 25 25 define( 'CODISTOCONNECT_RESELLERKEY', '' ); 26 26 … … 1664 1664 delete_post_meta( $order_id, '_prices_include_tax' ); 1665 1665 1666 do_action( 'woocommerce_new_order', $order_id );1666 do_action( 'woocommerce_new_order', $order_id, $order ); 1667 1667 1668 1668 foreach ( $ordercontent->orderlines->orderline as $orderline ) { -
codistoconnect/trunk/readme.txt
r2577664 r2588898 4 4 Requires at least: 4.0 5 5 Tested up to: 5.8 6 Stable tag: 1.3.6 26 Stable tag: 1.3.63 7 7 Requires PHP: 5.6 8 8 License: GPLv2 … … 243 243 == Changelog == 244 244 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 = 246 250 * Update - Support for Advanced Shipment Tracking Pro 247 251 * Update - WooCommerce tested up to 5.4.1
Note: See TracChangeset
for help on using the changeset viewer.