Skip to content

Commit

Permalink
Release of 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored May 19, 2021
1 parent 80daa73 commit 4698767
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 7 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

***

## 4.6.0
Release date: May 19th, 2021

### Added
+ PLGWOOS-625: Add log section in MultiSafepay settings page
+ PLGWOOS-666: Add MultiSafepay system status section in settings page
+ PLGWOOS-376: Add support to show upgrade notices in plugin list
+ PLGWOOS-657: Add nl_BE language

### Fixed
+ PLGWOOS-694: Fix notifications for order fully paid with gift cards
+ PLGWOOS-692: Fix Second Chance within the orderRequest object
+ PLGWOOS-654: Fix the gateway_id assigned to the properties of each token

***

## 4.5.1
Release date: Apr 7th, 2021

Expand Down
8 changes: 4 additions & 4 deletions multisafepay.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
* Plugin Name: MultiSafepay
* Plugin URI: https://docs.multisafepay.com/integrations/woocommerce/
* Description: MultiSafepay Payment Plugin
* Version: 4.5.1
* Version: 4.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: 5.0
* Tested up to: 5.7
* Tested up to: 5.7.2
* WC requires at least: 4.2.0
* WC tested up to: 5.2.2
* WC tested up to: 5.3.0
* Requires PHP: 7.2
* Text Domain: multisafepay
* Domain Path: /languages
Expand All @@ -46,7 +46,7 @@
/**
* Plugin version
*/
define( 'MULTISAFEPAY_PLUGIN_VERSION', '4.5.1' );
define( 'MULTISAFEPAY_PLUGIN_VERSION', '4.6.0' );

/**
* Plugin URL
Expand Down
19 changes: 16 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, credit card, credit cards, gateway, payments, woocommerce, ideal, bancontact, klarna, sofort, giropay, sepa direct debit
Requires at least: 5.0
Tested up to: 5.7
Tested up to: 5.7.2
Requires PHP: 7.2
Stable tag: 4.5.1
Stable tag: 4.6.0
License: MIT

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

== Upgrade Notice ==

= 4.5.1 =
= 4.6.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 ==
Expand All @@ -143,6 +143,19 @@ You can also refund from your [MultiSafepay Control](https://merchant.multisafep

== Changelog ==

= Release Notes - WooCommerce 4.6.0 (May 19th, 2021) =

### Added
+ PLGWOOS-625: Add log section in MultiSafepay settings page
+ PLGWOOS-666: Add MultiSafepay system status section in settings page
+ PLGWOOS-376: Add support to show upgrade notices in plugin list
+ PLGWOOS-657: Add nl_BE language

### Fixed
+ PLGWOOS-694: Fix notification for orders fully paid with gift cards
+ PLGWOOS-692: Fix Second Chance within the orderRequest object
+ PLGWOOS-654: Fix the gateway_id assigned to the properties of each token

= Release Notes - WooCommerce 4.5.1 (Apr 7th, 2021) =

### Fixed
Expand Down

0 comments on commit 4698767

Please sign in to comment.