Plugin Directory

Changeset 3152964


Ignore:
Timestamp:
09/16/2024 09:49:07 PM (19 months ago)
Author:
antidot-dev
Message:

Release 3.1.9

Location:
bpost-shipping/trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • bpost-shipping/trunk/bpost-shipping.php

    r3122012 r3152964  
    66 * Author: bpost
    77 * Author URI: https://www.bpost.be/
    8  * Version: 3.1.8
     8 * Version: 3.1.9
    99 * WC requires at least: 3.0
    1010 * WC tested up to: 8.9
     
    1515define( 'BPOST_PLUGIN_DIR', __DIR__ );
    1616define( 'BPOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    17 define( 'BPOST_PLUGIN_VERSION', '3.1.8' );
     17define( 'BPOST_PLUGIN_VERSION', '3.1.9' );
    1818
    1919/**
  • bpost-shipping/trunk/classes/class-wc-bpost-shipping-delivery-method.php

    r2890340 r3152964  
    77class WC_BPost_Shipping_Delivery_Method {
    88
    9     const DELIVERY_METHOD_REGULAR             = 'Regular';
    10     const DELIVERY_METHOD_PUGO                = 'Pugo';
    11     const DELIVERY_METHOD_PUGO_INTERNATIONNAL = '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';
    1616
    1717    const DELIVERY_METHOD_TRANSLATED_HOME_OR_OFFICE = 'home or office';
     
    4848            case self::DELIVERY_METHOD_PARCELS_DEPOT:
    4949            case self::DELIVERY_METHOD_SHOP_POINT:
     50            case self::DELIVERY_METHOD_PUGO_INTERNATIONAL:
    5051                return $postal_location;
    5152
     
    99100                return DeliveryMethod::DELIVERY_METHOD_NAME_HOME_OR_OFFICE;
    100101            case self::DELIVERY_METHOD_PUGO:
    101             case self::DELIVERY_METHOD_PUGO_INTERNATIONNAL:
     102            case self::DELIVERY_METHOD_PUGO_INTERNATIONAL:
    102103                return DeliveryMethod::DELIVERY_METHOD_NAME_PICKUP_POINT;
    103104            case self::DELIVERY_METHOD_PARCELS_DEPOT:
  • bpost-shipping/trunk/classes/class-wc-bpost-shipping-delivery-methods.php

    r2890340 r3152964  
    7070            WC_BPost_Shipping_Delivery_Method::DELIVERY_METHOD_BPACK_BUSINESS,
    7171            WC_BPost_Shipping_Delivery_Method::DELIVERY_METHOD_BPACK_EXPRESS,
    72             WC_BPost_Shipping_Delivery_Method::DELIVERY_METHOD_PUGO_INTERNATIONNAL,
     72            WC_BPost_Shipping_Delivery_Method::DELIVERY_METHOD_PUGO_INTERNATIONAL,
    7373        );
    7474    }
  • bpost-shipping/trunk/languages/bpost_shipping.pot

    r3122012 r3152964  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: bpost shipping 3.1.8\n"
     5"Project-Id-Version: bpost shipping 3.1.9\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/package\n"
    7 "POT-Creation-Date: 2024-07-19 11:47:38+00:00\n"
     7"POT-Creation-Date: 2024-09-16 21:48:25+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=UTF-8\n"
     
    197197msgstr ""
    198198
    199 #. #-#-#-#-#  bpost_shipping.pot (bpost shipping 3.1.8)  #-#-#-#-#
     199#. #-#-#-#-#  bpost_shipping.pot (bpost shipping 3.1.9)  #-#-#-#-#
    200200#. Author of the plugin/theme
    201201#: classes/class-wc-bpost-shipping-method.php:264
  • bpost-shipping/trunk/readme.txt

    r3122012 r3152964  
    88Tested up to: 6.5
    99Requires PHP: 7.4
    10 Stable tag: 3.1.8
     10Stable tag: 3.1.9
    1111License: GPLv2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1201205. Configure your bpost shipping settings under the Woocommerce shipping > bpost shipping tab
    121121== Changelog ==
     122
     123#### 3.1.9
     124
     125*Release date: 2024-09-16*
     126
     127* the shipping address was wrong on international pugo
    122128
    123129#### 3.1.8
Note: See TracChangeset for help on using the changeset viewer.