From b365bd95a8a42612139d95cd95625bc1db8b2b7f Mon Sep 17 00:00:00 2001 From: Daniel Civit Date: Mon, 8 Jul 2024 16:04:11 +0200 Subject: [PATCH] Release of 6.6.0 (#577) --- CHANGELOG.md | 12 ++++++++++++ composer.json | 1 + multisafepay.php | 8 ++++---- readme.txt | 15 ++++++++++++--- 4 files changed, 29 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6900162..799173a 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 *** +## 6.6.0 +Release Date: Jul 8th, 2024 + +### Added ++ PLGWOOS-946: Add support for branded credit and debit cards + +### Changed ++ PLGWOOS-943: Refactor PaymentMethodCallback class (#574) ++ PLGWOOS-948: General improvements to increase unit test coverage + +*** + ## 6.5.1 Release Date: Jun 7th, 2024 diff --git a/composer.json b/composer.json index 405a957..b8962d9 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "multisafepay/woocommerce", "description": "A new WooCommerce plugin", "type": "wordpress-plugin", + "version": "6.6.0", "license": "MIT", "minimum-stability": "RC", "keywords" : [ "wordpress", "multisafepay" ], diff --git a/multisafepay.php b/multisafepay.php index bba2e63..b6fa367 100644 --- a/multisafepay.php +++ b/multisafepay.php @@ -4,16 +4,16 @@ * Plugin Name: MultiSafepay * Plugin URI: https://docs.multisafepay.com/docs/woocommerce * Description: MultiSafepay Payment Plugin - * Version: 6.5.1 + * Version: 6.6.0 * Author: MultiSafepay * Author URI: https://www.multisafepay.com * Copyright: Copyright (c) MultiSafepay, Inc. (https://www.multisafepay.com) * License: GNU General Public License v3.0 * License URI: http://www.gnu.org/licenses/gpl-3.0.html * Requires at least: 6.0 - * Tested up to: 6.5.4 + * Tested up to: 6.5.5 * WC requires at least: 6.0.0 - * WC tested up to: 8.8.3 + * WC tested up to: 9.0.2 * Requires PHP: 7.3 * Text Domain: multisafepay * Domain Path: /languages @@ -26,7 +26,7 @@ /** * Plugin version */ -define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.5.1' ); +define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.6.0' ); /** * Plugin URL diff --git a/readme.txt b/readme.txt index 298c4f4..24aabf7 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: multisafepayplugin Tags: multisafepay, payment gateway, credit cards, ideal, bnpl Requires at least: 6.0 -Tested up to: 6.5.4 +Tested up to: 6.5.5 Requires PHP: 7.3 -Stable tag: 6.5.1 +Stable tag: 6.6.0 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.5.1 = += 6.6.0 = 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,15 @@ 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.6.0 (Jul 8th, 2024) = + +### Added ++ PLGWOOS-946: Add support for branded credit and debit cards + +### Changed ++ PLGWOOS-943: Refactor PaymentMethodCallback class (#574) ++ PLGWOOS-948: General improvements to increase unit test coverage + = Release Notes - WooCommerce 6.5.1 (Jun 7th, 2024) = ### Fixed