Plugin Directory

Changeset 2798677


Ignore:
Timestamp:
10/14/2022 07:13:11 AM (3 years ago)
Author:
delyva
Message:

v1.1.31

Location:
delyvax/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • delyvax/trunk/delyvax.php

    r2742555 r2798677  
    44    Plugin URI: https://delyva.com
    55    description: The official Delyva plugin helps store owners to integrate WooCommerce with [Delyva](https://delyva.com) for seamless service comparison and order processing.
    6     Version: 1.1.30
     6    Version: 1.1.31
    77    Author: Delyva
    88    Author URI: https://delyva.com
     
    1313    defined( 'ABSPATH' ) or die( 'No script kiddies please!' );
    1414    define('DELYVAX_API_ENDPOINT', 'https://api.delyva.app/');
    15     define('DELYVAX_PLUGIN_VERSION', '1.1.30');
     15    define('DELYVAX_PLUGIN_VERSION', '1.1.31');
    1616
    1717    require_once plugin_dir_path(__FILE__) . 'functions.php';
  • delyvax/trunk/functions.php

    r2701710 r2798677  
    483483          if($include_order_note != 'empty') $order_notes = 'Order No: #'.$main_order->get_id().':';
    484484
    485 
    486               foreach ( $sub_order->get_items() as $item )
    487               {
    488                      $product_id = $item->get_product_id();
    489               }
     485          foreach ( $main_order->get_items() as $item )
     486          {
     487              $product_id = $item->get_product_id();
     488          }
    490489
    491490          foreach ($sub_orders as $sub)
  • delyvax/trunk/readme.txt

    r2742555 r2798677  
    44Requires at least: 5.4
    55Tested up to: 5.7
    6 Stable tag: 1.1.30
     6Stable tag: 1.1.31
    77Requires PHP: 7.2
    88License: GPLv3
     
    3232
    3333== Changelog ==
     34
     35= 1.1.31 =
     36*Release Date - 14th October 2022*
     37
     38* Fixed create delivery order issue for sub-order.
    3439
    3540= 1.1.30 =
Note: See TracChangeset for help on using the changeset viewer.