Changeset 3262062
- Timestamp:
- 03/26/2025 09:30:54 AM (12 months ago)
- Location:
- eshoplogisticru/trunk
- Files:
-
- 3 edited
-
Classes/Table.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wc-eshop-logistic.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eshoplogisticru/trunk/Classes/Table.php
r3196637 r3262062 91 91 92 92 $getProductDetail = wc_get_product( $idProduct ); 93 if(!$getProductDetail) 94 continue; 95 93 96 $sku = $getProductDetail->get_sku(); 94 97 if($sku){ -
eshoplogisticru/trunk/readme.txt
r3251189 r3262062 3 3 Tags: доставка, eshoplogisticru, woocommerce, цена доставки, срок доставки, стоимость доставки, сдэк, пэк, dostavista, picpoint, деловые линии, iml, boxberry, gtd, байкалсервис, сберлогистика, delivery, яндекс доставка 4 4 Tested up to: 6.71 5 Stable tag: 2.1.5 15 Stable tag: 2.1.52 6 6 License: GPLv2 7 7 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
eshoplogisticru/trunk/wc-eshop-logistic.php
r3251189 r3262062 6 6 * 7 7 * @link https://wp.eshoplogistic.ru/ 8 * @since 2.1.5 18 * @since 2.1.52 9 9 * @package WC_Eshop_Logistic 10 10 * … … 13 13 * Plugin URI: https://wp.eshoplogistic.ru/ 14 14 * Description: Несколько служб доставки в одной интеграции: CDEK, DPD, Boxberry, IML, Почта России, Деловые Линии, ПЭК, Dostavista, GTD, Байкал Сервис и др. 15 * Version: 2.1.5 115 * Version: 2.1.52 16 16 * Author: eShopLogistic 17 17 * Author URI: https://eshoplogistic.ru/p747575 … … 42 42 define( 'WC_ESL_PLUGIN_DIR', plugin_dir_path(__FILE__) ); 43 43 44 define( 'WC_ESL_VERSION', '2.1.5 1' );44 define( 'WC_ESL_VERSION', '2.1.52' ); 45 45 46 46 define( 'WC_ESL_DOMAIN', 'wc-esl' );
Note: See TracChangeset
for help on using the changeset viewer.