diff --git a/CHANGELOG.md b/CHANGELOG.md index 51bda37..37b67df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 *** +## 4.3.0 +Release date: Mar 18th, 2021 + +## Fixed ++ PLGWOOS-626: Fix order not being cancelled when customer cancels the order ++ PLGWOOS-630: Fix include shipping item in full refund of billing suite payment methods + +## Added ++ PLGWOOS-629: Add shipping item to the order request, even if this one is free ++ PLGWOOS-631: Add delivery address in order request even if the shipping amount is 0 ++ PLGWOOS-634: Add settings field to redirect to checkout page or cart page on cancelling the order ++ PLGWOOS-635: Add suggestion to set default initial order status for bank transfer to wc-on-hold ++ PLGWOOS-636: Add notification endpoint from version 3.8.0 to process deprecated notifications + +## Changed ++ PLGWOOS-622: Change notification url for all payment methods to a single notification url + +*** + ## 4.2.2 Release date: Mar 16th, 2021 diff --git a/multisafepay.php b/multisafepay.php index cdd0cfa..58f0b44 100644 --- a/multisafepay.php +++ b/multisafepay.php @@ -24,7 +24,7 @@ * Plugin Name: MultiSafepay * Plugin URI: https://docs.multisafepay.com/integrations/woocommerce/ * Description: MultiSafepay Payment Plugin - * Version: 4.2.2 + * Version: 4.3.0 * Author: MultiSafepay * Author URI: https://www.multisafepay.com * Copyright: Copyright (c) MultiSafepay, Inc. (https://www.multisafepay.com) @@ -46,7 +46,7 @@ /** * Plugin version */ -define( 'MULTISAFEPAY_PLUGIN_VERSION', '4.2.2' ); +define( 'MULTISAFEPAY_PLUGIN_VERSION', '4.3.0' ); /** diff --git a/readme.txt b/readme.txt index ff1a220..dd99032 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: multisafepay, credit card, credit cards, gateway, payments, woocommerce, i Requires at least: 5.0 Tested up to: 5.7 Requires PHP: 7.2 -Stable tag: 4.2.2 +Stable tag: 4.3.0 License: MIT MultiSafepay offers the most comprehensive payment solutions. Easily integrate the payment solutions of MultiSafepay into your webshop. @@ -129,7 +129,7 @@ You can also refund from your [MultiSafepay Control](https://merchant.multisafep == Upgrade Notice == -= 4.2.2 = += 4.3.0 = 4.x.x is a major upgrade from 3.x.x, a complete rewrite of the plugin. After upgrade, please navigate to MultiSafepay settings page and confirm the settings. == Screenshots == @@ -143,6 +143,22 @@ You can also refund from your [MultiSafepay Control](https://merchant.multisafep == Changelog == += Release Notes - WooCommerce 4.3.0 (Mar 18th, 2021) = + +## Fixed ++ PLGWOOS-626: Fix order not being cancelled when customer cancels the order ++ PLGWOOS-630: Fix include shipping item in full refund of billing suite payment methods + +## Added ++ PLGWOOS-629: Add shipping item to the order request, even if this one is free ++ PLGWOOS-631: Add delivery address in order request even if the shipping amount is 0 ++ PLGWOOS-634: Add settings field to redirect to checkout page or cart page on cancelling the order ++ PLGWOOS-635: Add suggestion to set default initial order status for bank transfer to wc-on-hold ++ PLGWOOS-636: Add notification endpoint from version 3.8.0 to process deprecated notifications + +## Changed ++ PLGWOOS-622: Change notification url for all payment methods to a single notification url + = Release Notes - WooCommerce 4.2.2 (Mar 16th, 2021) = ### Fixed