diff --git a/bambora-online-classic/bambora-online-classic.php b/bambora-online-classic/bambora-online-classic.php index c28acb7..abf80cd 100644 --- a/bambora-online-classic/bambora-online-classic.php +++ b/bambora-online-classic/bambora-online-classic.php @@ -3,7 +3,7 @@ * Plugin Name: Bambora Online ePay * Plugin URI: https://www.bambora.com * Description: Bambora Online ePay payment gateway for WooCommerce - * Version: 5.5.2 + * Version: 6.0.0 * Author: Bambora Online * Author URI: https://www.bambora.com * Text Domain: bambora-online-classic @@ -15,7 +15,7 @@ use Automattic\WooCommerce\Utilities\FeaturesUtil; define( 'BOCLASSIC_PATH', dirname( __FILE__ ) ); -define( 'BOCLASSIC_VERSION', '5.5.2' ); +define( 'BOCLASSIC_VERSION', '6.0.0' ); add_action( 'plugins_loaded', 'init_bambora_online_classic', 0 ); diff --git a/bambora-online-classic/readme.txt b/bambora-online-classic/readme.txt index 7e95b0a..9f8d8b8 100644 --- a/bambora-online-classic/readme.txt +++ b/bambora-online-classic/readme.txt @@ -7,7 +7,7 @@ Stable tag: 5.5.2 License: GPLv3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html WC requires at least: 3.2 -WC tested up to: 8.0 +WC tested up to: 8.2 Integrates Bambora ePay payment gateway into your WooCommerce installation. @@ -53,6 +53,11 @@ With Bambora ePay for WooCommerce, you are able to integrate the Bambora Online == Changelog == += 6.0.0 = +* Support for WooCommerce HPOS (High Performance Order Storage) and WooCommerce 8.2. +* Before upgrading to HPOS, please make sure to make a database backup. HPOS stores the orders in new database tables. Recommending compatibility mode to start with. + + = 5.5.2 = * Declare that this module is not yet compatible with WooCommerce HPOS