Changeset 2577664
- Timestamp:
- 08/04/2021 07:12:33 AM (5 years ago)
- Location:
- codistoconnect/trunk
- Files:
-
- 3 edited
-
changelog.txt (modified) (1 diff)
-
connect.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
codistoconnect/trunk/changelog.txt
r2550670 r2577664 1 1 *** WooCommerce Google, Amazon & eBay Integration - Channel Cloud by Codisto *** 2 3 2021-08-03 - version 1.3.62 4 * Update - Support for Advanced Shipment Tracking Pro 5 * Update - WooCommerce tested up to 5.4.1 6 * Update - WordPress tested up to 5.8 2 7 3 8 2021-06-19 - version 1.3.61 -
codistoconnect/trunk/connect.php
r2550670 r2577664 6 6 * Author: Codisto 7 7 * Author URI: https://codisto.com/ 8 * Version: 1.3.6 18 * Version: 1.3.62 9 9 * Text Domain: codisto-linq 10 10 * Woo: 3545890:ba4772797f6c2c68c5b8e0b1c7f0c4e2 11 11 * WC requires at least: 2.0.0 12 * WC tested up to: 5. 4.112 * WC tested up to: 5.5.2 13 13 * License: GPLv2 14 14 * License URI: http://www.gnu.org/licenses/gpl-2.0.html 15 15 * 16 16 * @package Codisto LINQ by Codisto 17 * @version 1.3.6 117 * @version 1.3.62 18 18 */ 19 19 … … 22 22 } 23 23 24 define( 'CODISTOCONNECT_VERSION', '1.3.6 1' );24 define( 'CODISTOCONNECT_VERSION', '1.3.62' ); 25 25 define( 'CODISTOCONNECT_RESELLERKEY', '' ); 26 26 … … 1011 1011 } 1012 1012 1013 } elseif ($tracking_items && class_exists('WC_Advanced_Shipment_Tracking_Actions')) {1013 } elseif ($tracking_items && (class_exists('WC_Advanced_Shipment_Tracking_Actions') || class_exists('AST_Pro_Actions'))) { 1014 1014 1015 1015 if ( $tracking_item['date_shipped'] ) { -
codistoconnect/trunk/readme.txt
r2550670 r2577664 3 3 Tags: ecommerce, e-commerce, woocommerce, ebay, amazon, paypal, integration, multi-channel, listings, store, sales, sell, shop 4 4 Requires at least: 4.0 5 Tested up to: 5. 7.26 Stable tag: 1.3.6 15 Tested up to: 5.8 6 Stable tag: 1.3.62 7 7 Requires PHP: 5.6 8 8 License: GPLv2 … … 243 243 == Changelog == 244 244 245 = 1.3.62 - 03/08/2021 246 * Update - Support for Advanced Shipment Tracking Pro 247 * Update - WooCommerce tested up to 5.4.1 248 * Update - WordPress tested up to 5.8 249 245 250 = 1.3.61 - 18/06/2021 = 246 251 * Fix - check for presence of status description
Note: See TracChangeset
for help on using the changeset viewer.