From ef5a8306f345bb83085e0e7957fd1780a9c73e38 Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Wed, 13 Mar 2024 12:35:18 +0100 Subject: [PATCH] Release of 6.3.1 (#543) --- CHANGELOG.md | 11 +++++++++++ multisafepay.php | 4 ++-- readme.txt | 12 ++++++++++-- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0fcc23..532da45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 *** +## 6.3.1 +Release Date: Mar 13th, 2024 + +### Fixed ++ PLGWOOS-911: Fix initialisation or refreshing of the Payment Component when payment methods is assigned to specific country + +### Changed ++ PLGWOOS-912: Ignore offline action - notifications related with pretransactions + +*** + ## 6.3.0 Release Date: Mar 11th, 2024 diff --git a/multisafepay.php b/multisafepay.php index c5f74e8..8374b47 100644 --- a/multisafepay.php +++ b/multisafepay.php @@ -4,7 +4,7 @@ * Plugin Name: MultiSafepay * Plugin URI: https://docs.multisafepay.com/docs/woocommerce * Description: MultiSafepay Payment Plugin - * Version: 6.3.0 + * Version: 6.3.1 * Author: MultiSafepay * Author URI: https://www.multisafepay.com * Copyright: Copyright (c) MultiSafepay, Inc. (https://www.multisafepay.com) @@ -26,7 +26,7 @@ /** * Plugin version */ -define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.3.0' ); +define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.3.1' ); /** * Plugin URL diff --git a/readme.txt b/readme.txt index 150c4f6..4948a58 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: multisafepay, credit card, credit cards, gateway, payments, woocommerce, i Requires at least: 6.0 Tested up to: 6.4.3 Requires PHP: 7.3 -Stable tag: 6.3.0 +Stable tag: 6.3.1 License: MIT MultiSafepay offers the most comprehensive payment solutions. Easily integrate the payment solutions of MultiSafepay into your webshop. @@ -126,7 +126,7 @@ You can also refund from your [MultiSafepay Control](https://merchant.multisafep == Upgrade Notice == -= 6.3.0 = += 6.3.1 = 6.x.x is a major upgrade in which the MultiSafepay payment methods are registered dynamically via an API request to MultiSafepay. If you are upgrading from 5.X.X version, after the upgrade, please navigate to the MultiSafepay settings page, and to each one of the payment methods enabled in your account, and confirm the settings in each section are set up according to your preferences. == Screenshots == @@ -142,6 +142,14 @@ You can also refund from your [MultiSafepay Control](https://merchant.multisafep 9. Embedded Credit Card form using MultiSafepay Payment Component == Changelog == += Release Notes - WooCommerce 6.3.1 (Mar 13th, 2024) = + +### Fixed ++ PLGWOOS-911: Fix initialisation or refreshing of the Payment Component when payment methods is assigned to specific country + +### Changed ++ PLGWOOS-912: Ignore offline action - notifications related with pretransactions + = Release Notes - WooCommerce 6.3.0 (Mar 11th, 2024) = ### Added