Changeset 3234749
- Timestamp:
- 02/04/2025 01:26:35 PM (14 months ago)
- Location:
- eshoplogisticru/trunk
- Files:
-
- 3 edited
-
Modules/Checkout.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
wc-eshop-logistic.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eshoplogisticru/trunk/Modules/Checkout.php
r3103504 r3234749 249 249 </div> 250 250 <?php if(isset($moduleVersion) && $moduleVersion == '1'):?> 251 <div id="eShopLogisticWidgetCart" data-key="<?php echo $apiKeyWCart ?>" data-lazy-load="false" data-controller="/ wp-json/wc-esl/v2/widget-data" data-v-app></div>251 <div id="eShopLogisticWidgetCart" data-key="<?php echo $apiKeyWCart ?>" data-lazy-load="false" data-controller="/?rest_route=/wc-esl/v2/widget-data/" data-v-app></div> 252 252 <?php else: ?> 253 253 <div id="eShopLogisticStatic" data-key="<?php echo $widgetKey ?>"></div> -
eshoplogisticru/trunk/readme.txt
r3227463 r3234749 4 4 Requires at least: 5.3 5 5 Tested up to: 6.6 6 Stable tag: 2.1.4 66 Stable tag: 2.1.47 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
eshoplogisticru/trunk/wc-eshop-logistic.php
r3227463 r3234749 6 6 * 7 7 * @link https://wp.eshoplogistic.ru/ 8 * @since 2.1.4 68 * @since 2.1.47 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.4 615 * Version: 2.1.47 16 16 * Author: eShopLogistic 17 17 * Author URI: https://eshoplogistic.ru/p747575 … … 41 41 define( 'WC_ESL_PLUGIN_DIR', plugin_dir_path(__FILE__) ); 42 42 43 define( 'WC_ESL_VERSION', '2.1.4 6' );43 define( 'WC_ESL_VERSION', '2.1.47' ); 44 44 45 45 define( 'WC_ESL_DOMAIN', 'wc-esl' );
Note: See TracChangeset
for help on using the changeset viewer.