Changeset 3152964
- Timestamp:
- 09/16/2024 09:49:07 PM (19 months ago)
- Location:
- bpost-shipping/trunk
- Files:
-
- 5 edited
-
bpost-shipping.php (modified) (2 diffs)
-
classes/class-wc-bpost-shipping-delivery-method.php (modified) (3 diffs)
-
classes/class-wc-bpost-shipping-delivery-methods.php (modified) (1 diff)
-
languages/bpost_shipping.pot (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bpost-shipping/trunk/bpost-shipping.php
r3122012 r3152964 6 6 * Author: bpost 7 7 * Author URI: https://www.bpost.be/ 8 * Version: 3.1. 88 * Version: 3.1.9 9 9 * WC requires at least: 3.0 10 10 * WC tested up to: 8.9 … … 15 15 define( 'BPOST_PLUGIN_DIR', __DIR__ ); 16 16 define( 'BPOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 17 define( 'BPOST_PLUGIN_VERSION', '3.1. 8' );17 define( 'BPOST_PLUGIN_VERSION', '3.1.9' ); 18 18 19 19 /** -
bpost-shipping/trunk/classes/class-wc-bpost-shipping-delivery-method.php
r2890340 r3152964 7 7 class WC_BPost_Shipping_Delivery_Method { 8 8 9 const DELIVERY_METHOD_REGULAR = 'Regular';10 const DELIVERY_METHOD_PUGO = 'Pugo';11 const DELIVERY_METHOD_PUGO_INTERNATION NAL = 'Pugo international';12 const DELIVERY_METHOD_PARCELS_DEPOT = 'Parcels depot';13 const DELIVERY_METHOD_SHOP_POINT = 'Shop point';14 const DELIVERY_METHOD_BPACK_EXPRESS = 'bpack EXPRESS';15 const DELIVERY_METHOD_BPACK_BUSINESS = 'bpack BUSINESS';9 const DELIVERY_METHOD_REGULAR = 'Regular'; 10 const DELIVERY_METHOD_PUGO = 'Pugo'; 11 const DELIVERY_METHOD_PUGO_INTERNATIONAL = 'Pugo international'; 12 const DELIVERY_METHOD_PARCELS_DEPOT = 'Parcels depot'; 13 const DELIVERY_METHOD_SHOP_POINT = 'Shop point'; 14 const DELIVERY_METHOD_BPACK_EXPRESS = 'bpack EXPRESS'; 15 const DELIVERY_METHOD_BPACK_BUSINESS = 'bpack BUSINESS'; 16 16 17 17 const DELIVERY_METHOD_TRANSLATED_HOME_OR_OFFICE = 'home or office'; … … 48 48 case self::DELIVERY_METHOD_PARCELS_DEPOT: 49 49 case self::DELIVERY_METHOD_SHOP_POINT: 50 case self::DELIVERY_METHOD_PUGO_INTERNATIONAL: 50 51 return $postal_location; 51 52 … … 99 100 return DeliveryMethod::DELIVERY_METHOD_NAME_HOME_OR_OFFICE; 100 101 case self::DELIVERY_METHOD_PUGO: 101 case self::DELIVERY_METHOD_PUGO_INTERNATION NAL:102 case self::DELIVERY_METHOD_PUGO_INTERNATIONAL: 102 103 return DeliveryMethod::DELIVERY_METHOD_NAME_PICKUP_POINT; 103 104 case self::DELIVERY_METHOD_PARCELS_DEPOT: -
bpost-shipping/trunk/classes/class-wc-bpost-shipping-delivery-methods.php
r2890340 r3152964 70 70 WC_BPost_Shipping_Delivery_Method::DELIVERY_METHOD_BPACK_BUSINESS, 71 71 WC_BPost_Shipping_Delivery_Method::DELIVERY_METHOD_BPACK_EXPRESS, 72 WC_BPost_Shipping_Delivery_Method::DELIVERY_METHOD_PUGO_INTERNATION NAL,72 WC_BPost_Shipping_Delivery_Method::DELIVERY_METHOD_PUGO_INTERNATIONAL, 73 73 ); 74 74 } -
bpost-shipping/trunk/languages/bpost_shipping.pot
r3122012 r3152964 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: bpost shipping 3.1. 8\n"5 "Project-Id-Version: bpost shipping 3.1.9\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/package\n" 7 "POT-Creation-Date: 2024-0 7-19 11:47:38+00:00\n"7 "POT-Creation-Date: 2024-09-16 21:48:25+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=UTF-8\n" … … 197 197 msgstr "" 198 198 199 #. #-#-#-#-# bpost_shipping.pot (bpost shipping 3.1. 8) #-#-#-#-#199 #. #-#-#-#-# bpost_shipping.pot (bpost shipping 3.1.9) #-#-#-#-# 200 200 #. Author of the plugin/theme 201 201 #: classes/class-wc-bpost-shipping-method.php:264 -
bpost-shipping/trunk/readme.txt
r3122012 r3152964 8 8 Tested up to: 6.5 9 9 Requires PHP: 7.4 10 Stable tag: 3.1. 810 Stable tag: 3.1.9 11 11 License: GPLv2 or later 12 12 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 120 120 5. Configure your bpost shipping settings under the Woocommerce shipping > bpost shipping tab 121 121 == Changelog == 122 123 #### 3.1.9 124 125 *Release date: 2024-09-16* 126 127 * the shipping address was wrong on international pugo 122 128 123 129 #### 3.1.8
Note: See TracChangeset
for help on using the changeset viewer.