Plugin Directory

Changeset 3464963


Ignore:
Timestamp:
02/19/2026 10:04:40 AM (5 weeks ago)
Author:
sendcloudbv
Message:

Release version 1.0.24

Location:
sendcloud-connected-shipping
Files:
154 added
5 edited

Legend:

Unmodified
Added
Removed
  • sendcloud-connected-shipping/trunk/changelog.txt

    r3457168 r3464963  
    11*** WooCommerce Sendcloud | The all-in-one shipping platform Changelog ***
     2
     3= 2026-02-19 - version 1.0.24 =
     4* Compatible with Woocommerce 10.4.3
    25
    36= 2026-02-09 - version 1.0.23 =
  • sendcloud-connected-shipping/trunk/includes/class-sendcloud.php

    r3457168 r3464963  
    2828class SCCSP_Sendcloud {
    2929
    30     const VERSION = '1.0.23';
     30    const VERSION = '1.0.24';
    3131    const INTEGRATION_NAME = 'sendcloudshipping';
    3232    const BASE_API_URI = 'sendcloudshipping/v2';
  • sendcloud-connected-shipping/trunk/readme.txt

    r3457168 r3464963  
    11=== Sendcloud Shipping ===
    2 Version: 1.0.23
     2Version: 1.0.24
    33Developer: SendCloud Global B.V.
    44Developer URI: http://sendcloud.com
     
    77Requires PHP: 7.0
    88Tested up to: 6.9
    9 Stable tag: 1.0.23
     9Stable tag: 1.0.24
    1010License: GPLv2
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    103103
    104104== Changelog ==
     105= 1.0.24 =
     106* Compatible with Woocommerce 10.4.3
     107
     108= 1.0.23 =
     109* Fixed connect to Sendcloud
     110
    105111= 1.0.22 =
    106112* New redesigned plugin interface for speed optimization and translations.
  • sendcloud-connected-shipping/trunk/sendcloud-connected-shipping.php

    r3457168 r3464963  
    44 * Plugin URI: https://wordpress.org/plugins/sendcloud-connected-shipping/
    55 * Description: Sendcloud plugin.
    6  * Version: 1.0.23
     6 * Version: 1.0.24
    77 * Woo:
    88 * Author: Sendcloud B.V.
     
    1515 * Domain Path: /i18n/languages/
    1616 * WC requires at least: 3.5.0
    17  * WC tested up to: 10.3.6
     17 * WC tested up to: 10.4.3
    1818 *
    1919 * @package sendcloud-connected-shipping
  • sendcloud-connected-shipping/trunk/vendor/composer/installed.php

    r3457168 r3464963  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '9a93040d4045a0d1e365adb01d11b10bcf0b253e',
     6        'reference' => '3b391f53e93586f0946d9e4247c7f1a362265a99',
    77        'type' => 'library',
    88        'install_path' => __DIR__ . '/../../',
     
    1414            'pretty_version' => 'dev-main',
    1515            'version' => 'dev-main',
    16             'reference' => '9a93040d4045a0d1e365adb01d11b10bcf0b253e',
     16            'reference' => '3b391f53e93586f0946d9e4247c7f1a362265a99',
    1717            'type' => 'library',
    1818            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.