Plugin Directory

Changeset 2678529


Ignore:
Timestamp:
02/14/2022 02:24:10 PM (3 years ago)
Author:
fean
Message:

Release v1.2.4: Added remarks on announcement

Location:
trunkrs-for-woocommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunkrs-for-woocommerce/trunk/includes/api.php

    r2670357 r2678529  
    9191      ];
    9292
     93      $orderNotes = $order->get_customer_order_notes();
     94      if (!empty($orderNotes)) {
     95        $singleShipmentBody['remark'] = implode(PHP_EOL, $orderNotes);
     96      }
     97
    9398      if (!empty($deliveryDate)) {
    9499        $available = TRUNKRS_WC_Api::getShippingRates([
  • trunkrs-for-woocommerce/trunk/readme.txt

    r2674305 r2678529  
    44Requires at least: 3.6 & WooCommerce 3.0+
    55Tested up to: 5.9
    6 Stable tag: 1.2.3
     6Stable tag: 1.2.4
    77Requires PHP: 7.1
    88License: GPLv3
     
    4343
    4444= 1.2.3 =
     45Added the customer order notes as remarks on shipments.
     46
     47= 1.2.3 =
    4548We fixed an issue with the WooCommerce subscriptions plugin where we didn't pick up the correct shipment details on subscription renewals.
    4649
  • trunkrs-for-woocommerce/trunk/trunkrs-woocommerce.php

    r2674302 r2678529  
    66 * Author: Trunkrs
    77 * Author URI: https://trunkrs.nl
    8  * Version: 1.2.3
     8 * Version: 1.2.4
    99 * Requires at least: 3.6 & WooCommerce 3.0+
    1010 * Requires PHP: 7.1
     
    2424     * @var string The semver version of the plugin.
    2525     */
    26     public $version = '1.1.0';
     26    public $version = '1.2.4';
    2727
    2828    /**
Note: See TracChangeset for help on using the changeset viewer.