diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5b536..d6f76ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 *** +## 6.4.3 +Release Date: May 17th, 2024 + +### Fixed ++ PLGWOOS-922: Reduce the amount of API request improving general performance of the plugin + +*** + ## 6.4.2 Release Date: May 6th, 2024 diff --git a/multisafepay.php b/multisafepay.php index 0c2ad5e..f5cdc49 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.4.2 + * Version: 6.4.3 * 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.4.2' ); +define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.4.3' ); /** * Plugin URL diff --git a/readme.txt b/readme.txt index e6fe129..7f5e35c 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: multisafepay, payment gateway, credit cards, ideal, bnpl Requires at least: 6.0 Tested up to: 6.5.2 Requires PHP: 7.3 -Stable tag: 6.4.2 +Stable tag: 6.4.3 License: MIT MultiSafepay offers the most comprehensive payment solutions. Easily integrate the payment solutions of MultiSafepay into your webshop. @@ -127,7 +127,7 @@ You can also refund from your [MultiSafepay Control](https://merchant.multisafep == Upgrade Notice == -= 6.4.2 = += 6.4.3 = 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 == @@ -143,6 +143,11 @@ 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.4.3 (May 17th, 2024) = + +### Fixed ++ PLGWOOS-922: Reduce the amount of API request improving general performance of the plugin + = Release Notes - WooCommerce 6.4.2 (May 6th, 2024) = ### Fixed