Plugin Directory

Changeset 3201100


Ignore:
Timestamp:
12/02/2024 05:13:40 PM (16 months ago)
Author:
eshoplogistic
Message:

Исправление работы для выгрузки цены

Location:
eshoplogisticru/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • eshoplogisticru/trunk/Modules/Unloading.php

    r3197499 r3201100  
    516516                    'name'       => $item['name'],
    517517                    'count'      => $item['quantity'],
    518                     'price'      => $item['total'],
     518                    'price'      => $item['price'],
    519519                    'weight'     => $shippingHelper->weightOption( $item['weight'] ),
    520520                    //Вес, в кг.
  • eshoplogisticru/trunk/readme.txt

    r3199345 r3201100  
    44Requires at least: 5.3
    55Tested up to: 6.6
    6 Stable tag: 2.1.41
     6Stable tag: 2.1.42
    77License: GPLv2
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • eshoplogisticru/trunk/wc-eshop-logistic.php

    r3199345 r3201100  
    66 *
    77 * @link              https://wp.eshoplogistic.ru/
    8  * @since             2.1.41
     8 * @since             2.1.42
    99 * @package           WC_Eshop_Logistic
    1010 *
     
    1313 * Plugin URI:        https://wp.eshoplogistic.ru/
    1414 * Description:       Несколько служб доставки в одной интеграции: CDEK, DPD, Boxberry, IML, Почта России, Деловые Линии, ПЭК, Dostavista, GTD, Байкал Сервис и др.
    15  * Version:           2.1.41
     15 * Version:           2.1.42
    1616 * Author:            eShopLogistic
    1717 * Author URI:        https://eshoplogistic.ru/p747575
     
    4141define( 'WC_ESL_PLUGIN_DIR', plugin_dir_path(__FILE__) );
    4242
    43 define( 'WC_ESL_VERSION', '2.1.41' );
     43define( 'WC_ESL_VERSION', '2.1.42' );
    4444
    4545define( 'WC_ESL_DOMAIN', 'wc-esl' );
Note: See TracChangeset for help on using the changeset viewer.