Changeset 3085575
- Timestamp:
- 05/13/2024 09:40:48 AM (23 months ago)
- Location:
- bpost-shipping/trunk
- Files:
-
- 4 edited
-
bpost-shipping.php (modified) (3 diffs)
-
composer.json (modified) (1 diff)
-
languages/bpost_shipping.pot (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bpost-shipping/trunk/bpost-shipping.php
r3079657 r3085575 6 6 * Author: bpost 7 7 * Author URI: https://www.bpost.be/ 8 * Version: 3.1. 18 * Version: 3.1.2 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. 1' );17 define( 'BPOST_PLUGIN_VERSION', '3.1.2' ); 18 18 19 19 /** … … 175 175 2 176 176 ); 177 178 // bpost plugin is HPOS compliant 179 add_action( 'before_woocommerce_init', function() { 180 if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) { 181 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true ); 182 \Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'cart_checkout_blocks', __FILE__, false ); 183 } 184 } ); -
bpost-shipping/trunk/composer.json
r3079657 r3085575 3 3 "description": "WooCommerce plugin for bpost shipping", 4 4 "type": "wordpress-plugin", 5 "version": "3.1. 1",5 "version": "3.1.2", 6 6 7 7 "require": { -
bpost-shipping/trunk/languages/bpost_shipping.pot
r3079657 r3085575 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: bpost shipping 3.1. 1\n"5 "Project-Id-Version: bpost shipping 3.1.2\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/package\n" 7 "POT-Creation-Date: 2024-0 4-30 21:52:38+00:00\n"7 "POT-Creation-Date: 2024-05-13 09:42:14+00:00\n" 8 8 "MIME-Version: 1.0\n" 9 9 "Content-Type: text/plain; charset=UTF-8\n" … … 197 197 msgstr "" 198 198 199 #. #-#-#-#-# bpost_shipping.pot (bpost shipping 3.1. 1) #-#-#-#-#199 #. #-#-#-#-# bpost_shipping.pot (bpost shipping 3.1.2) #-#-#-#-# 200 200 #. Author of the plugin/theme 201 201 #: classes/class-wc-bpost-shipping-method.php:264 -
bpost-shipping/trunk/readme.txt
r3079657 r3085575 8 8 Tested up to: 6.5 9 9 Requires PHP: 7.4 10 Stable tag: 3.1. 110 Stable tag: 3.1.2 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.2 124 125 *Release date: 2024-05-13* 126 127 * Declare compatibility with HPOS 128 * Declare **incompatibility** with block-based checkout (yet!) 122 129 123 130 #### 3.1.1
Note: See TracChangeset
for help on using the changeset viewer.