Plugin Directory

Changeset 3097870


Ignore:
Timestamp:
06/05/2024 10:03:33 AM (22 months ago)
Author:
antidot-dev
Message:

Release 3.1.3

Location:
bpost-shipping/trunk
Files:
5 edited

Legend:

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

    r3085575 r3097870  
    66 * Author: bpost
    77 * Author URI: https://www.bpost.be/
    8  * Version: 3.1.2
     8 * Version: 3.1.3
    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.2' );
     17define( 'BPOST_PLUGIN_VERSION', '3.1.3' );
    1818
    1919/**
  • bpost-shipping/trunk/classes/class-wc-bpost-shipping-hooks.php

    r3068120 r3097870  
    138138
    139139        if ( $order = wc_get_order( $post_or_order ) ) {
     140            // Compatibility with WP Overnight plugin
     141            // @see https://wordpress.org/support/topic/fatal-error-wc_bpost_shipping_hooksget_wc_order-return-value-must-be-of-ty/
     142            if ( ! empty( $order->get_refunds() ) ) {
     143                $order = wc_get_order( $order->get_parent_id() );
     144            }
    140145            return $order;
    141146        }
  • bpost-shipping/trunk/composer.json

    r3085575 r3097870  
    33  "description": "WooCommerce plugin for bpost shipping",
    44  "type": "wordpress-plugin",
    5   "version": "3.1.2",
     5  "version": "3.1.3",
    66
    77  "require": {
  • bpost-shipping/trunk/languages/bpost_shipping.pot

    r3085575 r3097870  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: bpost shipping 3.1.2\n"
     5"Project-Id-Version: bpost shipping 3.1.3\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/package\n"
    7 "POT-Creation-Date: 2024-05-13 09:42:14+00:00\n"
     7"POT-Creation-Date: 2024-06-05 10:05:05+00:00\n"
    88"MIME-Version: 1.0\n"
    99"Content-Type: text/plain; charset=UTF-8\n"
     
    9595msgstr ""
    9696
    97 #: classes/class-wc-bpost-shipping-hooks.php:233
     97#: classes/class-wc-bpost-shipping-hooks.php:238
    9898msgid "(as from)"
    9999msgstr ""
    100100
    101 #: classes/class-wc-bpost-shipping-hooks.php:237
     101#: classes/class-wc-bpost-shipping-hooks.php:242
    102102msgid "Free shipping available"
    103103msgstr ""
    104104
    105 #: classes/class-wc-bpost-shipping-hooks.php:430
     105#: classes/class-wc-bpost-shipping-hooks.php:435
    106106msgid "status: "
    107107msgstr ""
    108108
    109 #: classes/class-wc-bpost-shipping-hooks.php:527
     109#: classes/class-wc-bpost-shipping-hooks.php:532
    110110msgid "bpost labels"
    111111msgstr ""
    112112
    113 #: classes/class-wc-bpost-shipping-hooks.php:692
     113#: classes/class-wc-bpost-shipping-hooks.php:697
    114114msgid "You have to specify a delivery method"
    115115msgstr ""
    116116
    117 #: classes/class-wc-bpost-shipping-hooks.php:694
     117#: classes/class-wc-bpost-shipping-hooks.php:699
    118118msgid "Your bpost delivery method"
    119119msgstr ""
    120120
    121 #: classes/class-wc-bpost-shipping-hooks.php:699
     121#: classes/class-wc-bpost-shipping-hooks.php:704
    122122msgid "bpost_method_Regular"
    123123msgstr ""
    124124
    125 #: classes/class-wc-bpost-shipping-hooks.php:700
     125#: classes/class-wc-bpost-shipping-hooks.php:705
    126126msgid "bpost_method_Pugo"
    127127msgstr ""
    128128
    129 #: classes/class-wc-bpost-shipping-hooks.php:701
     129#: classes/class-wc-bpost-shipping-hooks.php:706
    130130msgid "bpost_method_Parcels depot"
    131131msgstr ""
    132132
    133 #: classes/class-wc-bpost-shipping-hooks.php:702
     133#: classes/class-wc-bpost-shipping-hooks.php:707
    134134msgid "bpost_method_bpack BUSINESS"
    135135msgstr ""
    136136
    137 #: classes/class-wc-bpost-shipping-hooks.php:703
     137#: classes/class-wc-bpost-shipping-hooks.php:708
    138138msgid "bpost_method_Pugo international"
    139139msgstr ""
    140140
    141 #: classes/class-wc-bpost-shipping-hooks.php:712
     141#: classes/class-wc-bpost-shipping-hooks.php:717
    142142msgid "Change the delivery method"
    143143msgstr ""
    144144
    145 #: classes/class-wc-bpost-shipping-hooks.php:738
     145#: classes/class-wc-bpost-shipping-hooks.php:743
    146146msgid "Please, specify a bpost delivery method!"
    147147msgstr ""
     
    197197msgstr ""
    198198
    199 #. #-#-#-#-#  bpost_shipping.pot (bpost shipping 3.1.2)  #-#-#-#-#
     199#. #-#-#-#-#  bpost_shipping.pot (bpost shipping 3.1.3)  #-#-#-#-#
    200200#. Author of the plugin/theme
    201201#: classes/class-wc-bpost-shipping-method.php:264
  • bpost-shipping/trunk/readme.txt

    r3085575 r3097870  
    88Tested up to: 6.5
    99Requires PHP: 7.4
    10 Stable tag: 3.1.2
     10Stable tag: 3.1.3
    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.3
     124
     125*Release date: 2024-06-05*
     126
     127* Improve compatibility with WP Overnight plugin
    122128
    123129#### 3.1.2
Note: See TracChangeset for help on using the changeset viewer.