Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sessan committed Apr 4, 2022
1 parent b044154 commit dff9431
Show file tree
Hide file tree
Showing 2 changed files with 5 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.3.1
* Version: 5.3.3
* Author: Bambora Online
* Author URI: https://www.bambora.com
* Text Domain: bambora-online-classic
Expand All @@ -14,7 +14,7 @@


define( 'BOCLASSIC_PATH', dirname( __FILE__ ) );
define( 'BOCLASSIC_VERSION', '5.3.2' );
define( 'BOCLASSIC_VERSION', '5.3.3' );

add_action( 'plugins_loaded', 'init_bambora_online_classic', 0 );

Expand Down
4 changes: 3 additions & 1 deletion bambora-online-classic/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: bambora
Tags: woocommerce, woo commerce, payment, payment gateway, gateway, subscription, subscriptions, bambora, epay, integration, woocommerce bambora, woocommerce epay, woocommerce bambora online classic, psp
Requires at least: 4.0.0
Tested up to: 5.9
Stable tag: 5.3.2
Stable tag: 5.3.3
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
WC requires at least: 2.6
Expand Down Expand Up @@ -52,6 +52,8 @@ With Bambora ePay for WooCommerce, you are able to integrate the Bambora Online
<a href="https://woocommerce.wpguiden.dk/en/configuration">Click here for more information about **Settings**</a>

== Changelog ==
= 5.3.3 =
* Send order instead of order id to WPML.

= 5.3.2 =
* Makes sure default values are set if WPML is recently installed.
Expand Down

0 comments on commit dff9431

Please sign in to comment.