Skip to content

Commit

Permalink
Release of 6.6.1 (#580)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-MultiSafepay authored Sep 4, 2024
1 parent bee3ce4 commit 30f19f1
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

***

## 6.6.1
Release Date: Sep 4th, 2024

### Fixed
+ PLGWOOS-952: Fix System Report failing because WC_API not found

### Removed
+ PLGWOOS-950: Remove iDEAL issuers of the payment component

***

## 6.6.0
Release Date: Jul 8th, 2024

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "multisafepay/woocommerce",
"description": "A new WooCommerce plugin",
"type": "wordpress-plugin",
"version": "6.6.0",
"version": "6.6.1",
"license": "MIT",
"minimum-stability": "RC",
"keywords" : [ "wordpress", "multisafepay" ],
Expand Down
8 changes: 4 additions & 4 deletions multisafepay.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
* Plugin Name: MultiSafepay
* Plugin URI: https://docs.multisafepay.com/docs/woocommerce
* Description: MultiSafepay Payment Plugin
* Version: 6.6.0
* Version: 6.6.1
* 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.5
* Tested up to: 6.6.1
* WC requires at least: 6.0.0
* WC tested up to: 9.0.2
* WC tested up to: 9.2.3
* Requires PHP: 7.3
* Text Domain: multisafepay
* Domain Path: /languages
Expand All @@ -26,7 +26,7 @@
/**
* Plugin version
*/
define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.6.0' );
define( 'MULTISAFEPAY_PLUGIN_VERSION', '6.6.1' );

/**
* Plugin URL
Expand Down
14 changes: 11 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: multisafepayplugin
Tags: multisafepay, payment gateway, credit cards, ideal, bnpl
Requires at least: 6.0
Tested up to: 6.5.5
Tested up to: 6.6.1
Requires PHP: 7.3
Stable tag: 6.6.0
Stable tag: 6.6.1
License: MIT

MultiSafepay offers the most comprehensive payment solutions. Easily integrate the payment solutions of MultiSafepay into your webshop.
Expand Down Expand Up @@ -127,7 +127,7 @@ You can also refund from your [MultiSafepay Control](https://merchant.multisafep

== Upgrade Notice ==

= 6.6.0 =
= 6.6.1 =
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 ==
Expand All @@ -143,6 +143,14 @@ 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.1 (Sep 4th, 2024) =

### Fixed
+ PLGWOOS-952: Fix System Report failing because WC_API not found

### Removed
+ PLGWOOS-950: Remove iDEAL issuers of the payment component

= Release Notes - WooCommerce 6.6.0 (Jul 8th, 2024) =

### Added
Expand Down

0 comments on commit 30f19f1

Please sign in to comment.