Changeset 2991689
- Timestamp:
- 11/08/2023 09:02:38 AM (2 years ago)
- Location:
- bpost-shipping/trunk
- Files:
-
- 11 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-en_GB.mo (modified) (previous)
-
languages/bpost_shipping-en_US.mo (modified) (previous)
-
languages/bpost_shipping-fr_BE.mo (modified) (previous)
-
languages/bpost_shipping-fr_FR.mo (modified) (previous)
-
languages/bpost_shipping-nl_BE.mo (modified) (previous)
-
languages/bpost_shipping-nl_NL.mo (modified) (previous)
-
languages/bpost_shipping.pot (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bpost-shipping/trunk/bpost-shipping.php
r2981896 r2991689 6 6 * Author: bpost 7 7 * Author URI: https://www.bpost.be/ 8 * Version: 3.0. 28 * Version: 3.0.3 9 9 * WC requires at least: 3.0 10 10 * WC tested up to: 7.9 … … 15 15 define( 'BPOST_PLUGIN_DIR', __DIR__ ); 16 16 define( 'BPOST_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 17 define( 'BPOST_PLUGIN_VERSION', '3.0. 2' );17 define( 'BPOST_PLUGIN_VERSION', '3.0.3' ); 18 18 19 19 /** -
bpost-shipping/trunk/classes/class-wc-bpost-shipping-hooks.php
r2981896 r2991689 227 227 $as_from_text = ': ' . bpost__( 'Free shipping available' ); 228 228 } 229 $post_data = wp_parse_args( $_POST['post_data'] ); 230 if ( $post_data['bpost_shm_already_called'] === 'yes' ) { 231 $as_from_text = ''; 229 if ( array_key_exists( 'post_data', $_POST ) ) { 230 $post_data = wp_parse_args( $_POST['post_data'] ); 231 if ( $post_data['bpost_shm_already_called'] === 'yes' ) { 232 $as_from_text = ''; 233 } 232 234 } 233 235 -
bpost-shipping/trunk/composer.json
r2981896 r2991689 3 3 "description": "WooCommerce plugin for bpost shipping", 4 4 "type": "wordpress-plugin", 5 "version": "3.0. 2",5 "version": "3.0.3", 6 6 7 7 "require": { -
bpost-shipping/trunk/languages/bpost_shipping.pot
r2981896 r2991689 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: bpost shipping 3.0. 2\n"5 "Project-Id-Version: bpost shipping 3.0.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/package\n" 7 "POT-Creation-Date: 2023-1 0-20 21:38:08+00:00\n"7 "POT-Creation-Date: 2023-11-08 09:02:10+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=UTF-8\n" … … 103 103 msgstr "" 104 104 105 #: classes/class-wc-bpost-shipping-hooks.php:42 5105 #: classes/class-wc-bpost-shipping-hooks.php:427 106 106 msgid "status: " 107 107 msgstr "" 108 108 109 #: classes/class-wc-bpost-shipping-hooks.php:52 3109 #: classes/class-wc-bpost-shipping-hooks.php:525 110 110 msgid "bpost labels" 111 111 msgstr "" 112 112 113 #: classes/class-wc-bpost-shipping-hooks.php:69 1113 #: classes/class-wc-bpost-shipping-hooks.php:693 114 114 msgid "You have to specify a delivery method" 115 115 msgstr "" 116 116 117 #: classes/class-wc-bpost-shipping-hooks.php:69 3117 #: classes/class-wc-bpost-shipping-hooks.php:695 118 118 msgid "Your bpost delivery method" 119 119 msgstr "" 120 120 121 #: classes/class-wc-bpost-shipping-hooks.php: 698121 #: classes/class-wc-bpost-shipping-hooks.php:700 122 122 msgid "bpost_method_Regular" 123 123 msgstr "" 124 124 125 #: classes/class-wc-bpost-shipping-hooks.php: 699125 #: classes/class-wc-bpost-shipping-hooks.php:701 126 126 msgid "bpost_method_Pugo" 127 127 msgstr "" 128 128 129 #: classes/class-wc-bpost-shipping-hooks.php:70 0129 #: classes/class-wc-bpost-shipping-hooks.php:702 130 130 msgid "bpost_method_Parcels depot" 131 131 msgstr "" 132 132 133 #: classes/class-wc-bpost-shipping-hooks.php:70 1133 #: classes/class-wc-bpost-shipping-hooks.php:703 134 134 msgid "bpost_method_bpack BUSINESS" 135 135 msgstr "" 136 136 137 #: classes/class-wc-bpost-shipping-hooks.php:70 2137 #: classes/class-wc-bpost-shipping-hooks.php:704 138 138 msgid "bpost_method_Pugo international" 139 139 msgstr "" 140 140 141 #: classes/class-wc-bpost-shipping-hooks.php:71 1141 #: classes/class-wc-bpost-shipping-hooks.php:713 142 142 msgid "Change the delivery method" 143 143 msgstr "" 144 144 145 #: classes/class-wc-bpost-shipping-hooks.php:73 7145 #: classes/class-wc-bpost-shipping-hooks.php:739 146 146 msgid "Please, specify a bpost delivery method!" 147 147 msgstr "" … … 197 197 msgstr "" 198 198 199 #. #-#-#-#-# bpost_shipping.pot (bpost shipping 3.0. 2) #-#-#-#-#199 #. #-#-#-#-# bpost_shipping.pot (bpost shipping 3.0.3) #-#-#-#-# 200 200 #. Author of the plugin/theme 201 201 #: classes/class-wc-bpost-shipping-method.php:264 -
bpost-shipping/trunk/readme.txt
r2981896 r2991689 8 8 Tested up to: 6.3 9 9 Requires PHP: 7.4 10 Stable tag: 3.0. 210 Stable tag: 3.0.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.0.3 124 125 *Release date: 2023-11-08* 126 127 * Update bpost button translation 128 * Avoid a PHP warning in some cases 122 129 123 130 #### 3.0.2
Note: See TracChangeset
for help on using the changeset viewer.