Plugin Directory

Changeset 2549517


Ignore:
Timestamp:
06/17/2021 08:04:21 AM (5 years ago)
Author:
codisto
Message:

1.3.60

Location:
codistoconnect/tags/1.3.60
Files:
6 copied

Legend:

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

    r2545424 r2549517  
    11*** WooCommerce Google, Amazon & eBay Integration - Channel Cloud by Codisto ***
     2
     32021-06-16 - version 1.3.60
     4* Update - Wordpress tested up to 5.7.2
     5* Update - woocommerce tested up to 5.4.1
     6* Update - status header updates to improve compatibility
     7
     82021-06-09 - version 1.3.59
     9* Update - prevent completed orders being set back to processing
    210
    3112021-06-09 - version 1.3.58
  • codistoconnect/tags/1.3.60/connect.php

    r2545438 r2549517  
    66 * Author: Codisto
    77 * Author URI: https://codisto.com/
    8  * Version: 1.3.58
     8 * Version: 1.3.60
    99 * Text Domain: codisto-linq
    1010 * Woo: 3545890:ba4772797f6c2c68c5b8e0b1c7f0c4e2
    1111 * WC requires at least: 2.0.0
    12  * WC tested up to: 4.9.1
     12 * WC tested up to: 5.4.1
    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.58
     17 * @version 1.3.60
    1818 */
    1919
     
    2222}
    2323
    24 define( 'CODISTOCONNECT_VERSION', '1.3.58' );
     24define( 'CODISTOCONNECT_VERSION', '1.3.60' );
    2525define( 'CODISTOCONNECT_RESELLERKEY', '' );
    2626
     
    163163        }
    164164
    165         status_header( $status );
     165        $statusheader = preg_split('/ /', $status, 2);
     166        status_header( intval($statusheader[0]), is_set($statusheader[1]) ? $statusheader[1] : '' );
    166167        foreach ( $headers as $header => $value ) {
    167168            header( $header.': '.$value );
  • codistoconnect/tags/1.3.60/readme.txt

    r2545424 r2549517  
    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.6.0
    6 Stable tag: 1.3.58
     5Tested up to: 5.7.2
     6Stable tag: 1.3.60
    77Requires PHP: 5.6
    88License: GPLv2
     
    243243== Changelog ==
    244244
     245= 1.3.60 - 16/06/2021 =
     246* Update - Wordpress tested up to 5.7.2
     247* Update - woocommerce tested up to 5.4.1
     248* Update - status header updates to improve compatibility
     249
     250= 1.3.59 - 09/06/2021 =
     251* Update - prevent completed orders being set back to processing
     252
    245253= 1.3.58 - 09/06/2021 =
    246254* Update - prevent completed orders being set back to processing
Note: See TracChangeset for help on using the changeset viewer.