Plugin Directory

Changeset 3098766


Ignore:
Timestamp:
06/06/2024 02:42:44 PM (22 months ago)
Author:
antidot-dev
Message:

Release 3.1.4

Location:
bpost-shipping/trunk
Files:
5 edited

Legend:

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

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

    r3097870 r3098766  
    140140            // Compatibility with WP Overnight plugin
    141141            // @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() ) ) {
     142            if ( ! empty( $order->get_parent_id() ) ) {
    143143                $order = wc_get_order( $order->get_parent_id() );
    144144            }
     145
    145146            return $order;
    146147        }
  • bpost-shipping/trunk/composer.json

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

    r3097870 r3098766  
    33msgid ""
    44msgstr ""
    5 "Project-Id-Version: bpost shipping 3.1.3\n"
     5"Project-Id-Version: bpost shipping 3.1.4\n"
    66"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/package\n"
    7 "POT-Creation-Date: 2024-06-05 10:05:05+00:00\n"
     7"POT-Creation-Date: 2024-06-06 14:44:14+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:238
     97#: classes/class-wc-bpost-shipping-hooks.php:239
    9898msgid "(as from)"
    9999msgstr ""
    100100
    101 #: classes/class-wc-bpost-shipping-hooks.php:242
     101#: classes/class-wc-bpost-shipping-hooks.php:243
    102102msgid "Free shipping available"
    103103msgstr ""
    104104
    105 #: classes/class-wc-bpost-shipping-hooks.php:435
     105#: classes/class-wc-bpost-shipping-hooks.php:436
    106106msgid "status: "
    107107msgstr ""
    108108
    109 #: classes/class-wc-bpost-shipping-hooks.php:532
     109#: classes/class-wc-bpost-shipping-hooks.php:533
    110110msgid "bpost labels"
    111111msgstr ""
    112112
    113 #: classes/class-wc-bpost-shipping-hooks.php:697
     113#: classes/class-wc-bpost-shipping-hooks.php:698
    114114msgid "You have to specify a delivery method"
    115115msgstr ""
    116116
    117 #: classes/class-wc-bpost-shipping-hooks.php:699
     117#: classes/class-wc-bpost-shipping-hooks.php:700
    118118msgid "Your bpost delivery method"
    119119msgstr ""
    120120
    121 #: classes/class-wc-bpost-shipping-hooks.php:704
     121#: classes/class-wc-bpost-shipping-hooks.php:705
    122122msgid "bpost_method_Regular"
    123123msgstr ""
    124124
    125 #: classes/class-wc-bpost-shipping-hooks.php:705
     125#: classes/class-wc-bpost-shipping-hooks.php:706
    126126msgid "bpost_method_Pugo"
    127127msgstr ""
    128128
    129 #: classes/class-wc-bpost-shipping-hooks.php:706
     129#: classes/class-wc-bpost-shipping-hooks.php:707
    130130msgid "bpost_method_Parcels depot"
    131131msgstr ""
    132132
    133 #: classes/class-wc-bpost-shipping-hooks.php:707
     133#: classes/class-wc-bpost-shipping-hooks.php:708
    134134msgid "bpost_method_bpack BUSINESS"
    135135msgstr ""
    136136
    137 #: classes/class-wc-bpost-shipping-hooks.php:708
     137#: classes/class-wc-bpost-shipping-hooks.php:709
    138138msgid "bpost_method_Pugo international"
    139139msgstr ""
    140140
    141 #: classes/class-wc-bpost-shipping-hooks.php:717
     141#: classes/class-wc-bpost-shipping-hooks.php:718
    142142msgid "Change the delivery method"
    143143msgstr ""
    144144
    145 #: classes/class-wc-bpost-shipping-hooks.php:743
     145#: classes/class-wc-bpost-shipping-hooks.php:744
    146146msgid "Please, specify a bpost delivery method!"
    147147msgstr ""
     
    197197msgstr ""
    198198
    199 #. #-#-#-#-#  bpost_shipping.pot (bpost shipping 3.1.3)  #-#-#-#-#
     199#. #-#-#-#-#  bpost_shipping.pot (bpost shipping 3.1.4)  #-#-#-#-#
    200200#. Author of the plugin/theme
    201201#: classes/class-wc-bpost-shipping-method.php:264
  • bpost-shipping/trunk/readme.txt

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