Changeset 3097870
- Timestamp:
- 06/05/2024 10:03:33 AM (22 months ago)
- Location:
- bpost-shipping/trunk
- Files:
-
- 5 edited
-
bpost-shipping.php (modified) (2 diffs)
-
classes/class-wc-bpost-shipping-hooks.php (modified) (1 diff)
-
composer.json (modified) (1 diff)
-
languages/bpost_shipping.pot (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bpost-shipping/trunk/bpost-shipping.php
r3085575 r3097870 6 6 * Author: bpost 7 7 * Author URI: https://www.bpost.be/ 8 * Version: 3.1. 28 * Version: 3.1.3 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. 2' );17 define( 'BPOST_PLUGIN_VERSION', '3.1.3' ); 18 18 19 19 /** -
bpost-shipping/trunk/classes/class-wc-bpost-shipping-hooks.php
r3068120 r3097870 138 138 139 139 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 } 140 145 return $order; 141 146 } -
bpost-shipping/trunk/composer.json
r3085575 r3097870 3 3 "description": "WooCommerce plugin for bpost shipping", 4 4 "type": "wordpress-plugin", 5 "version": "3.1. 2",5 "version": "3.1.3", 6 6 7 7 "require": { -
bpost-shipping/trunk/languages/bpost_shipping.pot
r3085575 r3097870 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: bpost shipping 3.1. 2\n"5 "Project-Id-Version: bpost shipping 3.1.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/package\n" 7 "POT-Creation-Date: 2024-0 5-13 09:42:14+00:00\n"7 "POT-Creation-Date: 2024-06-05 10:05:05+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=UTF-8\n" … … 95 95 msgstr "" 96 96 97 #: classes/class-wc-bpost-shipping-hooks.php:23 397 #: classes/class-wc-bpost-shipping-hooks.php:238 98 98 msgid "(as from)" 99 99 msgstr "" 100 100 101 #: classes/class-wc-bpost-shipping-hooks.php:2 37101 #: classes/class-wc-bpost-shipping-hooks.php:242 102 102 msgid "Free shipping available" 103 103 msgstr "" 104 104 105 #: classes/class-wc-bpost-shipping-hooks.php:43 0105 #: classes/class-wc-bpost-shipping-hooks.php:435 106 106 msgid "status: " 107 107 msgstr "" 108 108 109 #: classes/class-wc-bpost-shipping-hooks.php:5 27109 #: classes/class-wc-bpost-shipping-hooks.php:532 110 110 msgid "bpost labels" 111 111 msgstr "" 112 112 113 #: classes/class-wc-bpost-shipping-hooks.php:69 2113 #: classes/class-wc-bpost-shipping-hooks.php:697 114 114 msgid "You have to specify a delivery method" 115 115 msgstr "" 116 116 117 #: classes/class-wc-bpost-shipping-hooks.php:69 4117 #: classes/class-wc-bpost-shipping-hooks.php:699 118 118 msgid "Your bpost delivery method" 119 119 msgstr "" 120 120 121 #: classes/class-wc-bpost-shipping-hooks.php: 699121 #: classes/class-wc-bpost-shipping-hooks.php:704 122 122 msgid "bpost_method_Regular" 123 123 msgstr "" 124 124 125 #: classes/class-wc-bpost-shipping-hooks.php:70 0125 #: classes/class-wc-bpost-shipping-hooks.php:705 126 126 msgid "bpost_method_Pugo" 127 127 msgstr "" 128 128 129 #: classes/class-wc-bpost-shipping-hooks.php:70 1129 #: classes/class-wc-bpost-shipping-hooks.php:706 130 130 msgid "bpost_method_Parcels depot" 131 131 msgstr "" 132 132 133 #: classes/class-wc-bpost-shipping-hooks.php:70 2133 #: classes/class-wc-bpost-shipping-hooks.php:707 134 134 msgid "bpost_method_bpack BUSINESS" 135 135 msgstr "" 136 136 137 #: classes/class-wc-bpost-shipping-hooks.php:70 3137 #: classes/class-wc-bpost-shipping-hooks.php:708 138 138 msgid "bpost_method_Pugo international" 139 139 msgstr "" 140 140 141 #: classes/class-wc-bpost-shipping-hooks.php:71 2141 #: classes/class-wc-bpost-shipping-hooks.php:717 142 142 msgid "Change the delivery method" 143 143 msgstr "" 144 144 145 #: classes/class-wc-bpost-shipping-hooks.php:7 38145 #: classes/class-wc-bpost-shipping-hooks.php:743 146 146 msgid "Please, specify a bpost delivery method!" 147 147 msgstr "" … … 197 197 msgstr "" 198 198 199 #. #-#-#-#-# bpost_shipping.pot (bpost shipping 3.1. 2) #-#-#-#-#199 #. #-#-#-#-# bpost_shipping.pot (bpost shipping 3.1.3) #-#-#-#-# 200 200 #. Author of the plugin/theme 201 201 #: classes/class-wc-bpost-shipping-method.php:264 -
bpost-shipping/trunk/readme.txt
r3085575 r3097870 8 8 Tested up to: 6.5 9 9 Requires PHP: 7.4 10 Stable tag: 3.1. 210 Stable tag: 3.1.3 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.3 124 125 *Release date: 2024-06-05* 126 127 * Improve compatibility with WP Overnight plugin 122 128 123 129 #### 3.1.2
Note: See TracChangeset
for help on using the changeset viewer.