Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sessan committed Oct 23, 2023
1 parent cd5643d commit 2444e04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bambora-online-classic/bambora-online-classic.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 );

Expand Down
7 changes: 6 additions & 1 deletion bambora-online-classic/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 2444e04

Please sign in to comment.