diff --git a/CHANGELOG.md b/CHANGELOG.md index 75bf41c..2dd1c63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 *** +## 4.8.0 +Release date: Aug 4th, 2021 + +### Added ++ PLGWOOS-723: Declare support for WooCommerce 5.5.2 and Wordpress 5.8 ++ PLGWOOS-711: Add missing titles in setting pages + +### Changed ++ PLGWOOS-718: Remove PSP ID string when register the transaction ID in WC_Order->payment_complete() + +*** + ## 4.7.0 Release date: Jun 23th, 2021 diff --git a/multisafepay.php b/multisafepay.php index 5723762..5ca414c 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.7.0 + * Version: 4.8.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.7.0' ); +define( 'MULTISAFEPAY_PLUGIN_VERSION', '4.8.0' ); /** * Plugin URL diff --git a/readme.txt b/readme.txt index f421463..0e93092 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.8.0 Requires PHP: 7.2 -Stable tag: 4.7.0 +Stable tag: 4.8.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.7.0 = += 4.8.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,15 @@ You can also refund from your [MultiSafepay Control](https://merchant.multisafep == Changelog == += Release Notes - WooCommerce 4.8.0 (Aug 4th, 2021) = + +### Added ++ PLGWOOS-723: Declare support for WooCommerce 5.5.2 and Wordpress 5.8 ++ PLGWOOS-711: Add missing titles in setting pages + +### Changed ++ PLGWOOS-718: Remove PSP ID string when register the transaction ID in WC_Order->payment_complete() + = Release Notes - WooCommerce 4.7.0 (Jun 23th, 2021) = ### Added