diff --git a/CHANGELOG.md b/CHANGELOG.md index f859a6b..75bf41c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 *** +## 4.7.0 +Release date: Jun 23th, 2021 + +### Added ++ PLGWOOS-706: Declare support for WooCommerce 5.4.1 + +### Changed ++ PLGWOOS-672: Change notification method from GET to [POST](https://docs.multisafepay.com/faq/api/notification-url/#get-vs-post-notification) by default + +### Fixed ++ PLGWOOS-704: Log errors in the MultiSafepay log file, when processing notifications. + +*** + ## 4.6.0 Release date: May 19th, 2021 diff --git a/multisafepay.php b/multisafepay.php index e60ed5a..5b05f40 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.6.0 + * Version: 4.7.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.6.0' ); +define( 'MULTISAFEPAY_PLUGIN_VERSION', '4.7.0' ); /** * Plugin URL diff --git a/readme.txt b/readme.txt index a1e2df4..99dda26 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.2 Requires PHP: 7.2 -Stable tag: 4.6.0 +Stable tag: 4.7.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.6.0 = += 4.7.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,17 @@ You can also refund from your [MultiSafepay Control](https://merchant.multisafep == Changelog == += Release Notes - WooCommerce 4.7.0 (Jun 23th, 2021) = + +### Added ++ PLGWOOS-706: Declare support for WooCommerce 5.4.1 + +### Changed ++ PLGWOOS-672: Change notification method from GET to [POST](https://docs.multisafepay.com/faq/api/notification-url/#get-vs-post-notification) by default + +### Fixed ++ PLGWOOS-704: Log errors in the MultiSafepay log file, when processing notifications. + = Release Notes - WooCommerce 4.6.0 (May 19th, 2021) = ### Added