Skip to content

Commit

Permalink
Release of 4.1.4 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored Feb 23, 2021
1 parent 1d229ec commit cb8e0d0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## 4.1.4
Release date: Feb 23th, 2021

### Fixed
PLGWOOS-563: Remove some nonce validations to support custom checkouts forms (#249)
PLGWOOS-550: Typecast cart item quantity to int to avoid errors in the PHP-SDK (#248)

### Changed
PLGWOOS-556: Change composer dependencies to avoid conflicts with other plugins (#247)
PLGWOOS-562: Add fallback for in3, in case no fields is filled in checkout, convert the transaction to redirect type (#250)

***

## 4.1.3
Release date: Feb 23th, 2021

Expand Down
4 changes: 2 additions & 2 deletions multisafepay.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
* Plugin Name: MultiSafepay
* Plugin URI: https://docs.multisafepay.com/integrations/woocommerce/
* Description: MultiSafepay Payment Plugin
* Version: 4.1.3
* Version: 4.1.4
* Author: MultiSafepay
* Author URI: https://www.multisafepay.com
* Copyright: Copyright (c) MultiSafepay, Inc. (https://www.multisafepay.com)
Expand All @@ -46,7 +46,7 @@
/**
* Plugin version
*/
define( 'MULTISAFEPAY_PLUGIN_VERSION', '4.1.3' );
define( 'MULTISAFEPAY_PLUGIN_VERSION', '4.1.4' );


/**
Expand Down
15 changes: 12 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: multisafepay, credit card, credit cards, gateway, payments, woocommerce, i
Requires at least: 5.0
Tested up to: 5.6.1
Requires PHP: 7.2
Stable tag: 4.1.3
Stable tag: 4.1.4
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.1.3 =
= 4.1.4 =
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,13 +143,22 @@ You can also refund from your [MultiSafepay Control](https://merchant.multisafep

== Changelog ==

= Release Notes - WooCommerce 4.1.4 (Feb 21th, 2021) =

### Fixed
PLGWOOS-563: Remove some nonce validations to support custom checkouts forms (#249)
PLGWOOS-550: Typecast cart item quantity to int to avoid errors in the PHP-SDK (#248)

### Changed
PLGWOOS-556: Change composer dependencies to avoid conflicts with other plugins (#247)
PLGWOOS-562: Add fallback for in3, in case no fields is filled in checkout, convert the transaction to redirect type (#250)

= Release Notes - WooCommerce 4.1.3 (Feb 21th, 2021) =

### Fixed
+ PLGWOOS-549: Support custom order numbers generated by third party plugins in notification method
+ PLGWOOS-551: Resize logo if theme used by merchant do not support WooCommerce

***

= Release Notes - WooCommerce 4.1.2 (Feb 19th, 2021) =

Expand Down

0 comments on commit cb8e0d0

Please sign in to comment.