Changeset 3210317
- Timestamp:
- 12/19/2024 09:02:28 AM (16 months ago)
- Location:
- eshoplogisticru/trunk
- Files:
-
- 3 edited
-
Models/OfferData.php (modified) (4 diffs)
-
readme.txt (modified) (1 diff)
-
wc-eshop-logistic.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eshoplogisticru/trunk/Models/OfferData.php
r3000636 r3210317 67 67 $weight 68 68 ), 69 269 8 70 70 ); 71 71 if($result === 0.0 && $weight) … … 81 81 $this->prepareDimensionsInEsl($this->product->get_length()) 82 82 ), 83 283 8 84 84 ); 85 85 } … … 91 91 $this->prepareDimensionsInEsl($this->product->get_width()) 92 92 ), 93 293 8 94 94 ); 95 95 } … … 101 101 $this->prepareDimensionsInEsl($this->product->get_height()) 102 102 ), 103 2103 8 104 104 ); 105 105 } -
eshoplogisticru/trunk/readme.txt
r3205693 r3210317 4 4 Requires at least: 5.3 5 5 Tested up to: 6.6 6 Stable tag: 2.1.4 46 Stable tag: 2.1.45 7 7 License: GPLv2 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
eshoplogisticru/trunk/wc-eshop-logistic.php
r3205693 r3210317 6 6 * 7 7 * @link https://wp.eshoplogistic.ru/ 8 * @since 2.1.4 48 * @since 2.1.45 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 415 * Version: 2.1.45 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 4' );43 define( 'WC_ESL_VERSION', '2.1.45' ); 44 44 45 45 define( 'WC_ESL_DOMAIN', 'wc-esl' );
Note: See TracChangeset
for help on using the changeset viewer.