Plugin Directory

Changeset 2577664


Ignore:
Timestamp:
08/04/2021 07:12:33 AM (5 years ago)
Author:
codisto
Message:

http://plugins.svn.wordpress.org/codistoconnect/tags/1.3.62

Location:
codistoconnect/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • codistoconnect/trunk/changelog.txt

    r2550670 r2577664  
    11*** WooCommerce Google, Amazon & eBay Integration - Channel Cloud by Codisto ***
     2
     32021-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
    27
    382021-06-19 - version 1.3.61
  • codistoconnect/trunk/connect.php

    r2550670 r2577664  
    66 * Author: Codisto
    77 * Author URI: https://codisto.com/
    8  * Version: 1.3.61
     8 * Version: 1.3.62
    99 * Text Domain: codisto-linq
    1010 * Woo: 3545890:ba4772797f6c2c68c5b8e0b1c7f0c4e2
    1111 * WC requires at least: 2.0.0
    12  * WC tested up to: 5.4.1
     12 * WC tested up to: 5.5.2
    1313 * License: GPLv2
    1414 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1515 *
    1616 * @package Codisto LINQ by Codisto
    17  * @version 1.3.61
     17 * @version 1.3.62
    1818 */
    1919
     
    2222}
    2323
    24 define( 'CODISTOCONNECT_VERSION', '1.3.61' );
     24define( 'CODISTOCONNECT_VERSION', '1.3.62' );
    2525define( 'CODISTOCONNECT_RESELLERKEY', '' );
    2626
     
    10111011                        }
    10121012
    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'))) {
    10141014
    10151015                        if ( $tracking_item['date_shipped'] ) {
  • codistoconnect/trunk/readme.txt

    r2550670 r2577664  
    33Tags: ecommerce, e-commerce, woocommerce, ebay, amazon, paypal, integration, multi-channel, listings, store, sales, sell, shop
    44Requires at least: 4.0
    5 Tested up to: 5.7.2
    6 Stable tag: 1.3.61
     5Tested up to: 5.8
     6Stable tag: 1.3.62
    77Requires PHP: 5.6
    88License: GPLv2
     
    243243== Changelog ==
    244244
     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
    245250= 1.3.61 - 18/06/2021 =
    246251* Fix - check for presence of status description
Note: See TracChangeset for help on using the changeset viewer.